Add support for Vulkan 1.3
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Mon, 6 Sep 2021 12:23:27 +0000 (14:23 +0200)
committerPeter Kohaut <peter.kohaut@arm.com>
Fri, 10 Sep 2021 14:59:36 +0000 (16:59 +0200)
Adds following extensions to core:
VK_KHR_copy_commands2
VK_KHR_dynamic_rendering
VK_KHR_format_feature_flags2
VK_KHR_maintenance4
VK_KHR_shader_integer_dot_product
VK_KHR_shader_non_semantic_info
VK_KHR_shader_terminate_invocation
VK_KHR_synchronization2
VK_KHR_zero_initialize_workgroup_memory
VK_EXT_4444_formats
VK_EXT_extended_dynamic_state
VK_EXT_extended_dynamic_state2
VK_EXT_image_robustness
VK_EXT_inline_uniform_block
VK_EXT_pipeline_creation_cache_control
VK_EXT_pipeline_creation_feedback
VK_EXT_private_data
VK_EXT_shader_demote_to_helper_invocation
VK_EXT_subgroup_size_control
VK_EXT_texel_buffer_alignment
VK_EXT_texture_compression_astc_hdr
VK_EXT_tooling_info
VK_EXT_ycbcr_2plane_444_formats

Components: Vulkan, Framework

Affects:
dEQP-VK.*

Change-Id: I18db39638deecae321bca89ddeade459e1f1ac31

121 files changed:
android/cts/master/vk-master-2021-03-01/api.txt
android/cts/master/vk-master-2021-03-01/drm-format-modifiers.txt
android/cts/master/vk-master-2021-03-01/dynamic-state.txt
android/cts/master/vk-master-2021-03-01/pipeline.txt
android/cts/master/vk-master-2021-03-01/protected-memory.txt
android/cts/master/vk-master-2021-03-01/sparse-resources.txt
android/cts/master/vk-master-2021-03-01/texture.txt
android/cts/master/vk-master-2021-03-01/ycbcr.txt
android/cts/master/vk-master/api.txt
android/cts/master/vk-master/drm-format-modifiers.txt
android/cts/master/vk-master/dynamic-state.txt
android/cts/master/vk-master/pipeline.txt
android/cts/master/vk-master/protected-memory.txt
android/cts/master/vk-master/sparse-resources.txt
android/cts/master/vk-master/texture.txt
android/cts/master/vk-master/ycbcr.txt
external/vulkancts/framework/vulkan/vkBasicTypes.inl
external/vulkancts/framework/vulkan/vkCmdUtil.cpp
external/vulkancts/framework/vulkan/vkConcreteDeviceInterface.inl
external/vulkancts/framework/vulkan/vkConcreteInstanceInterface.inl
external/vulkancts/framework/vulkan/vkCoreFunctionalities.inl
external/vulkancts/framework/vulkan/vkDeviceDriverImpl.inl
external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
external/vulkancts/framework/vulkan/vkDeviceFeatures.cpp
external/vulkancts/framework/vulkan/vkDeviceFeatures.hpp
external/vulkancts/framework/vulkan/vkDeviceFeatures.inl
external/vulkancts/framework/vulkan/vkDeviceFeatures2.inl
external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl
external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl
external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl
external/vulkancts/framework/vulkan/vkDeviceFunctionPointers.inl
external/vulkancts/framework/vulkan/vkDeviceProperties.cpp
external/vulkancts/framework/vulkan/vkDeviceProperties.hpp
external/vulkancts/framework/vulkan/vkDeviceProperties.inl
external/vulkancts/framework/vulkan/vkDevicePropertiesForContextDecl.inl
external/vulkancts/framework/vulkan/vkDevicePropertiesForContextDefs.inl
external/vulkancts/framework/vulkan/vkDevicePropertiesForDefaultDeviceDefs.inl
external/vulkancts/framework/vulkan/vkExtensionFunctions.inl
external/vulkancts/framework/vulkan/vkFunctionPointerTypes.inl
external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl
external/vulkancts/framework/vulkan/vkHandleType.inl
external/vulkancts/framework/vulkan/vkInitDeviceFunctionPointers.inl
external/vulkancts/framework/vulkan/vkInitInstanceFunctionPointers.inl
external/vulkancts/framework/vulkan/vkInstanceDriverImpl.inl
external/vulkancts/framework/vulkan/vkInstanceFunctionPointers.inl
external/vulkancts/framework/vulkan/vkNullDriver.cpp
external/vulkancts/framework/vulkan/vkNullDriverImpl.inl
external/vulkancts/framework/vulkan/vkObjTypeImpl.inl
external/vulkancts/framework/vulkan/vkRefUtil.inl
external/vulkancts/framework/vulkan/vkRefUtilImpl.inl
external/vulkancts/framework/vulkan/vkStrUtil.inl
external/vulkancts/framework/vulkan/vkStrUtilImpl.inl
external/vulkancts/framework/vulkan/vkStructTypes.inl
external/vulkancts/framework/vulkan/vkSupportedExtensions.inl
external/vulkancts/framework/vulkan/vkTypeUtil.inl
external/vulkancts/framework/vulkan/vkVirtualDeviceInterface.inl
external/vulkancts/framework/vulkan/vkVirtualInstanceInterface.inl
external/vulkancts/framework/vulkan/vkVulkan_c.inl
external/vulkancts/modules/vulkan/api/vktApiCopiesAndBlittingTests.cpp
external/vulkancts/modules/vulkan/api/vktApiFeatureInfo.cpp
external/vulkancts/modules/vulkan/api/vktApiFormatPropertiesExtendedKHRtests.cpp
external/vulkancts/modules/vulkan/api/vktApiMemoryRequirementInvarianceTests.cpp
external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp
external/vulkancts/modules/vulkan/api/vktApiToolingInfoTests.cpp
external/vulkancts/modules/vulkan/binding_model/vktBindingDescriptorSetRandomTests.cpp
external/vulkancts/modules/vulkan/binding_model/vktBindingValveMutableTests.cpp
external/vulkancts/modules/vulkan/draw/vktDrawDepthClampTests.cpp
external/vulkancts/modules/vulkan/draw/vktDrawDiscardRectanglesTests.cpp
external/vulkancts/modules/vulkan/draw/vktDrawExplicitVertexParameterTests.cpp
external/vulkancts/modules/vulkan/draw/vktDrawMultipleClearsWithinRenderPass.cpp
external/vulkancts/modules/vulkan/draw/vktDrawMultipleInterpolationTests.cpp
external/vulkancts/modules/vulkan/dynamic_rendering/vktDynamicRenderingTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateComputeTests.cpp
external/vulkancts/modules/vulkan/dynamic_state/vktDynamicStateInheritanceTests.cpp
external/vulkancts/modules/vulkan/fragment_shading_rate/vktFragmentShadingRateBasic.cpp
external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp
external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineCreationCacheControlTests.cpp
external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp
external/vulkancts/modules/vulkan/reconvergence/vktReconvergenceTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassLoadStoreOpNoneTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassMultisampleResolveTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassSparseRenderTargetTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassTests.cpp
external/vulkancts/modules/vulkan/renderpass/vktRenderPassUnusedClearAttachmentTests.cpp
external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp
external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderDiscardTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsArithmeticTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotBroadcastTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotMasksTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotOtherTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBallotTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBasicTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBuiltinMaskVarTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBuiltinVarTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsClusteredTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsPartitionedTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsQuadTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsShapeTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsShuffleTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsSizeControlTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsVoteTests.cpp
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationUtil.cpp
external/vulkancts/modules/vulkan/synchronization/vktSynchronizationUtil.hpp
external/vulkancts/modules/vulkan/texture/vktTextureShadowTests.cpp
external/vulkancts/modules/vulkan/vktTestCase.cpp
external/vulkancts/modules/vulkan/vktTestCase.hpp
external/vulkancts/modules/vulkan/wsi/vktWsiSwapchainTests.cpp
external/vulkancts/mustpass/master/vk-default/api.txt
external/vulkancts/mustpass/master/vk-default/drm-format-modifiers.txt
external/vulkancts/mustpass/master/vk-default/dynamic-state.txt
external/vulkancts/mustpass/master/vk-default/pipeline.txt
external/vulkancts/mustpass/master/vk-default/protected-memory.txt
external/vulkancts/mustpass/master/vk-default/sparse-resources.txt
external/vulkancts/mustpass/master/vk-default/texture.txt
external/vulkancts/mustpass/master/vk-default/ycbcr.txt
external/vulkancts/scripts/gen_framework.py
external/vulkancts/scripts/src/extensions_data.txt
external/vulkancts/scripts/src/vulkan_core.h

index 7318699..7317ebe 100644 (file)
@@ -1,24 +1,24 @@
-dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.extension_core_versions.extension_core_versions
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.device_drm_properties.drm_files_exist
 dEQP-VK.api.device_init.enumerate_devices_alloc_leak
 dEQP-VK.api.device_init.create_device_global_priority
@@ -29487,1806 +29487,1806 @@ dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_p
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.optimal_general_cubic
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_optimal_cubic
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -57207,66 +57207,66 @@ dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.optimal_general_cubic
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_optimal_cubic
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -66814,66 +66814,66 @@ dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.optimal_general_cubic
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_optimal_cubic
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -74500,14 +74500,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -74675,14 +74675,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -74850,14 +74850,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -75025,14 +75025,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -75200,14 +75200,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -75375,14 +75375,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -75550,14 +75550,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -75725,14 +75725,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -75900,14 +75900,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -75936,10 +75936,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -75968,10 +75968,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -76000,10 +76000,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -76032,10 +76032,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -76064,10 +76064,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -76096,10 +76096,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -76128,10 +76128,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -76160,10 +76160,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -76192,10 +76192,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -76224,10 +76224,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -76256,10 +76256,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -76288,10 +76288,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -76320,10 +76320,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -76352,10 +76352,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -76384,10 +76384,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -76555,14 +76555,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -76730,14 +76730,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -76905,14 +76905,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -77080,14 +77080,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -77255,14 +77255,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -77430,14 +77430,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -77605,14 +77605,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -77780,14 +77780,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -77955,14 +77955,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -78130,14 +78130,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -78305,14 +78305,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -78480,14 +78480,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -78655,14 +78655,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -78830,14 +78830,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -79005,14 +79005,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -79041,10 +79041,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -79073,10 +79073,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -79105,10 +79105,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -79137,10 +79137,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -79169,10 +79169,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -79201,10 +79201,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -79233,10 +79233,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -79265,10 +79265,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -79297,10 +79297,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -79329,10 +79329,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -79361,10 +79361,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -79393,10 +79393,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -79425,10 +79425,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -79457,10 +79457,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -79489,10 +79489,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16_
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -79521,10 +79521,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -79553,10 +79553,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -79585,10 +79585,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -79617,10 +79617,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -79649,10 +79649,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -79681,10 +79681,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -79713,10 +79713,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -79745,10 +79745,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -79777,10 +79777,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -79809,10 +79809,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -79980,14 +79980,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input_multiple_subresourcerange
@@ -80155,14 +80155,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input_multiple_subresourcerange
@@ -80330,14 +80330,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input_multiple_subresourcerange
@@ -80505,14 +80505,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -80541,10 +80541,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_200x180x16_clamp_input
@@ -80573,10 +80573,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16_unorm_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_55x21x11_clamp_input
@@ -80605,10 +80605,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16_unorm_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_32x29x3_clamp_input
@@ -80637,10 +80637,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16_uno
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16_unorm_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d16_unorm_s8_uint_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d24_unorm_s8_uint_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d32_sfloat_s8_uint_multiple_subresourcerange
@@ -80714,10 +80714,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16_unorm_cl
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -80746,10 +80746,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16_unorm_20
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -80778,10 +80778,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16_unorm_1x
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -80810,10 +80810,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16_unorm_64
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -80842,10 +80842,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16_unorm_33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -80874,10 +80874,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16_unorm
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -80906,10 +80906,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16_unorm
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -80938,10 +80938,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16_unorm
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -80970,10 +80970,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16_unorm
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -81002,10 +81002,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16_unorm
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -81034,10 +81034,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r16_unorm_cla
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -81066,10 +81066,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16_
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -81098,10 +81098,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16_
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -81130,10 +81130,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16_
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -81162,10 +81162,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16_
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -81194,10 +81194,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -81226,10 +81226,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -81258,10 +81258,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -81290,10 +81290,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -81322,10 +81322,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r16_u
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -81493,14 +81493,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -81668,14 +81668,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -81843,14 +81843,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -82018,14 +82018,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -82193,14 +82193,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -82368,14 +82368,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -82543,14 +82543,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input_multiple_subresourcerange
@@ -82718,14 +82718,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input_multiple_subresourcerange
@@ -82893,14 +82893,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r32g32b32a32_sfloat_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -82929,10 +82929,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -82961,10 +82961,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -82993,10 +82993,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -83025,10 +83025,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -83057,10 +83057,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -83089,10 +83089,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -83121,10 +83121,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -83153,10 +83153,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -83185,10 +83185,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -83217,10 +83217,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -83249,10 +83249,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -83281,10 +83281,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -83313,10 +83313,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x1_clamp_input
@@ -83345,10 +83345,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_71x1_clamp_input
@@ -83377,10 +83377,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16_unorm_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -83548,14 +83548,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -83723,14 +83723,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -83898,14 +83898,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -84073,14 +84073,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -84248,14 +84248,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -84423,14 +84423,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -84598,14 +84598,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -84773,14 +84773,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -84948,14 +84948,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -85123,14 +85123,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -85298,14 +85298,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input_multiple_subresourcerange
@@ -85473,14 +85473,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input_multiple_subresourcerange
@@ -85648,14 +85648,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input_multiple_subresourcerange
@@ -85823,14 +85823,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input_multiple_subresourcerange
@@ -85998,14 +85998,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r32g32b32a32_sfloat_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -86034,10 +86034,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -86066,10 +86066,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -86098,10 +86098,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -86130,10 +86130,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -86162,10 +86162,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -86194,10 +86194,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -86226,10 +86226,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -86258,10 +86258,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -86290,10 +86290,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -86322,10 +86322,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -86354,10 +86354,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -86386,10 +86386,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -86418,10 +86418,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -86450,10 +86450,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -86482,10 +86482,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -86514,10 +86514,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -86546,10 +86546,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -86578,10 +86578,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -86610,10 +86610,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -86642,10 +86642,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_clamp_input
@@ -86674,10 +86674,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -86706,10 +86706,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -86738,10 +86738,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -86770,10 +86770,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -86802,10 +86802,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input_multiple_subresourcerange
@@ -86973,14 +86973,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input_multiple_subresourcerange
@@ -87148,14 +87148,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input_multiple_subresourcerange
@@ -87323,14 +87323,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input_multiple_subresourcerange
@@ -87498,14 +87498,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r32g32b32a32_sfloat_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -87534,10 +87534,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_200x180x16_clamp_input
@@ -87566,10 +87566,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16_unorm_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_55x21x11_clamp_input
@@ -87598,10 +87598,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16_unorm_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b4g4r4a4_unorm_pack16_32x29x3_clamp_input
@@ -87630,10 +87630,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16_unorm_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16_unorm_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r16g16b16a16_unorm_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d16_unorm_s8_uint_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d24_unorm_s8_uint_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d32_sfloat_s8_uint_multiple_subresourcerange
@@ -87707,10 +87707,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -87739,10 +87739,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -87771,10 +87771,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -87803,10 +87803,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -87835,10 +87835,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -87867,10 +87867,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -87899,10 +87899,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_1x33_clamp_input
@@ -87931,10 +87931,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16_unorm_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -87963,10 +87963,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -87995,10 +87995,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -88027,10 +88027,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_laye
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_clamp_input
@@ -88059,10 +88059,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -88091,10 +88091,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -88123,10 +88123,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -88155,10 +88155,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -88187,10 +88187,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_200x180_clamp_input
@@ -88219,10 +88219,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_64x11_clamp_input
@@ -88251,10 +88251,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b4g4r4a4_unorm_pack16_33x128_clamp_input
@@ -88283,10 +88283,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16_unorm_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r16g16b16a16_unorm_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.b4g4r4a4_unorm_pack16_clamp_input
@@ -88315,10 +88315,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.c
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r16g16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r16g16b16_unorm_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r16g16b16a16_unorm_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.external.semaphore.sync_fd.import_signaled_temporary
 dEQP-VK.api.external.memory.android_hardware_buffer.image_formats.d16_unorm
 dEQP-VK.api.external.memory.android_hardware_buffer.image_formats.x8_d24_unorm_pack32
index 7af3d24..29ac5c8 100644 (file)
@@ -121,8 +121,8 @@ dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b4g4r4a4_unorm_pack16
@@ -246,8 +246,8 @@ dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.create_list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.export_import.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.b4g4r4a4_unorm_pack16
@@ -371,5 +371,5 @@ dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.export_import.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.export_import.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16
index 30b6faf..ab667af 100644 (file)
@@ -28,30 +28,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.
 dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_shading_rate_palette_nv.before
@@ -88,30 +88,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_shading_rate_palette_nv.before
index a52df87..1c3dd94 100644 (file)
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
 dEQP-VK.pipeline.blend.dual_source.format.r4g4_unorm_pack8.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
 dEQP-VK.pipeline.blend.dual_source.format.r4g4_unorm_pack8.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
 dEQP-VK.pipeline.blend.dual_source.format.r4g4_unorm_pack8.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
@@ -4018,202 +4018,202 @@ dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_cc_
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
 dEQP-VK.pipeline.dynamic_offset.graphics.multiset.uniform_buffer.numcmdbuffers_1.sameorder.numdescriptorsetbindings_1.numdynamicbindings_1.numnondynamicbindings_0
 dEQP-VK.pipeline.dynamic_offset.graphics.multiset.uniform_buffer.numcmdbuffers_1.sameorder.numdescriptorsetbindings_1.numdynamicbindings_1.numnondynamicbindings_1
 dEQP-VK.pipeline.dynamic_offset.graphics.multiset.uniform_buffer.numcmdbuffers_1.sameorder.numdescriptorsetbindings_1.numdynamicbindings_2.numnondynamicbindings_0
@@ -4344,414 +4344,414 @@ dEQP-VK.pipeline.dynamic_offset.compute.arrays.storage_buffer.numcmdbuffers_2.sa
 dEQP-VK.pipeline.dynamic_offset.compute.arrays.storage_buffer.numcmdbuffers_2.sameorder.numdescriptorsetbindings_1.numdynamicbindings_2.numnondynamicbindings_1
 dEQP-VK.pipeline.early_destroy.cache_destroy_layout
 dEQP-VK.pipeline.early_destroy.no_cache_destroy_layout
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r4g4_unorm_pack8.min_reduce.comp_r_zero_zero_zero.max
@@ -4886,176 +4886,176 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -5682,38 +5682,38 @@ dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -6424,176 +6424,176 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -7198,176 +7198,176 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -8298,38 +8298,38 @@ dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -9456,176 +9456,176 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -10534,176 +10534,176 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -11536,102 +11536,102 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.min_reduce.
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -11968,102 +11968,102 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.min_r
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_r_zero_zero_zero.max
@@ -13170,36 +13170,36 @@ dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -13452,42 +13452,42 @@ dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -13698,36 +13698,36 @@ dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -13980,42 +13980,42 @@ dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -14142,24 +14142,24 @@ dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.single_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -14370,36 +14370,36 @@ dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_rang
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8_unorm.component_swizzle.b_a_r_g
@@ -14652,42 +14652,42 @@ dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresourc
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b8g8r8a8_srgb.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.logic_op.r8_uint.clear
 dEQP-VK.pipeline.logic_op.r8_uint.and
 dEQP-VK.pipeline.logic_op.r8_uint.and_reverse
index 55c62fa..4fda9d9 100644 (file)
@@ -9,323 +9,323 @@ dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.composite_alp
 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.present_mode
 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.create.clipped
 dEQP-VK.protected_memory.interaction.wsi.headless.swapchain.render.basic
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
index 52c1846..6fb0caa 100644 (file)
@@ -16,36 +16,36 @@ dEQP-VK.sparse_resources.image_sparse_binding.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.11_137_3
@@ -82,36 +82,36 @@ dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.11_137_3
@@ -136,36 +136,36 @@ dEQP-VK.sparse_resources.image_sparse_residency.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.137_137_1
@@ -186,16 +186,16 @@ dEQP-VK.sparse_resources.image_sparse_residency.3d.r64ui.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.3d.r64ui.11_137_3
 dEQP-VK.sparse_resources.aligned_mip_size.2d.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.2d.r64ui
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r64ui
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r64ui
 dEQP-VK.sparse_resources.aligned_mip_size.cube_array.r64i
@@ -212,26 +212,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d.r64ui.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.2d.r64ui.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d.r64ui.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d.r64ui.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_4
@@ -242,26 +242,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64ui.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64ui.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64ui.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64ui.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_4
@@ -298,36 +298,36 @@ dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.137_137_1
@@ -352,36 +352,36 @@ dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.137_137_1
@@ -406,36 +406,36 @@ dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.r64i.11_137_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.r64ui.1024_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.r64ui.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.11_137_3
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64ui.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64ui.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.137_137_1
@@ -462,22 +462,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.r64ui.512_256_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.r64ui.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.r64ui.503_137_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.r64ui.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -486,22 +486,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64ui.512_256_6
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64ui.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64ui.503_137_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64ui.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -534,22 +534,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.r64ui.512_
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.r64ui.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.r64ui.503_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.r64ui.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -558,22 +558,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64u
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64ui.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64ui.503_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64ui.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -606,22 +606,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.r64ui.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.r64ui.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.r64ui.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.r64ui.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.503_137_3
@@ -630,22 +630,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64ui.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64ui.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64ui.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64ui.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.256_256_16
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.503_137_3
@@ -662,22 +662,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.r64ui.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.r64ui.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.r64ui.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.r64ui.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.503_137_3
@@ -686,22 +686,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64ui.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64ui.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64ui.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64ui.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.256_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.137_137_1
@@ -734,22 +734,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.r64ui.5
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.r64ui.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.r64ui.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.r64ui.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.503_137_3
@@ -758,22 +758,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64ui.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64ui.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64ui.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.503_137_1
@@ -782,22 +782,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64ui.5
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64ui.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64ui.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64ui.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.503_137_3
@@ -806,22 +806,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64ui.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64ui.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64ui.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.503_137_1
@@ -830,22 +830,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64ui.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64ui.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64ui.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64ui.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.503_137_3
@@ -854,19 +854,19 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64ui.512_256_
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64ui.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64ui.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64ui.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_3
index 88a1eb9..d6a1756 100644 (file)
@@ -4067,42 +4067,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rgba
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_iiii
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_abgr
@@ -4805,42 +4805,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rgba
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_iiii
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_abgr
@@ -5069,30 +5069,30 @@ dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_abgr
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.astc_12x12_srgb_block_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yy
 dEQP-VK.texture.subgroup_lod.texturelod
 dEQP-VK.texture.subgroup_lod.texturegrad
 dEQP-VK.texture.subgroup_lod.texelfetch
index ac15755..1762fb3 100644 (file)
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint_mapped
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_with_chroma_linear_filtering_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8r8_2plane_420_unorm
@@ -906,86 +906,86 @@ dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r4g4_unorm_pack8
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_sint
@@ -1294,5579 +1294,5579 @@ dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compa
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.disjoint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.disjoint
index 0c244b0..2b5389f 100644 (file)
@@ -229,10 +229,10 @@ dEQP-VK.api.info.format_properties.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.format_properties.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.format_properties.depth_stencil
 dEQP-VK.api.info.format_properties.compressed_formats
 dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4_unorm_pack8
@@ -821,10 +821,10 @@ dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties.2d.linear.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties.2d.linear.b4g4r4a4_unorm_pack16
@@ -1043,10 +1043,10 @@ dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties.3d.optimal.b4g4r4a4_unorm_pack16
@@ -2030,10 +2030,10 @@ dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties2.2d.linear.b4g4r4a4_unorm_pack16
@@ -2252,10 +2252,10 @@ dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties2.3d.optimal.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties2.3d.optimal.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties2.3d.optimal.b4g4r4a4_unorm_pack16
@@ -101500,1806 +101500,1806 @@ dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_p
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -139093,66 +139093,66 @@ dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -158331,66 +158331,66 @@ dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -169654,14 +169654,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
@@ -169940,14 +169940,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
@@ -170226,14 +170226,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -170512,14 +170512,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -170798,14 +170798,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -171084,14 +171084,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -171370,14 +171370,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -171656,14 +171656,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -171942,14 +171942,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -172089,10 +172089,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -172232,10 +172232,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -172375,10 +172375,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -172518,10 +172518,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1
@@ -172661,10 +172661,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1
@@ -172804,10 +172804,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -172947,10 +172947,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1
@@ -173090,10 +173090,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1
@@ -173233,10 +173233,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -173376,10 +173376,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1
@@ -173519,10 +173519,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1
@@ -173662,10 +173662,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -173805,10 +173805,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -173948,10 +173948,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -174091,10 +174091,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -174373,14 +174373,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
@@ -174659,14 +174659,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
@@ -174945,14 +174945,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
@@ -175231,14 +175231,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
@@ -175517,14 +175517,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -175803,14 +175803,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -176089,14 +176089,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -176375,14 +176375,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -176661,14 +176661,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -176947,14 +176947,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -177233,14 +177233,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -177519,14 +177519,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -177805,14 +177805,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -178091,14 +178091,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -178377,14 +178377,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -178524,10 +178524,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -178667,10 +178667,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -178810,10 +178810,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -178953,10 +178953,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -179096,10 +179096,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -179239,10 +179239,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -179382,10 +179382,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -179525,10 +179525,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -179668,10 +179668,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -179811,10 +179811,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -179954,10 +179954,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -180097,10 +180097,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -180240,10 +180240,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -180383,10 +180383,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -180526,10 +180526,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -180669,10 +180669,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180
@@ -180812,10 +180812,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33
@@ -180955,10 +180955,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11
@@ -181098,10 +181098,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128
@@ -181241,10 +181241,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -181384,10 +181384,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -181527,10 +181527,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -181670,10 +181670,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -181813,10 +181813,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -181956,10 +181956,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -182238,14 +182238,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
@@ -182524,14 +182524,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
@@ -182810,14 +182810,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
@@ -183096,14 +183096,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -183243,10 +183243,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16
@@ -183386,10 +183386,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11
@@ -183529,10 +183529,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3
@@ -183672,10 +183672,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d32_sfloat
@@ -184120,10 +184120,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -184263,10 +184263,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -184406,10 +184406,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -184549,10 +184549,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -184692,10 +184692,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -184835,10 +184835,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -184978,10 +184978,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -185121,10 +185121,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -185264,10 +185264,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -185407,10 +185407,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -185550,10 +185550,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r32g32b32a32_
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16
@@ -185693,10 +185693,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -185836,10 +185836,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -185979,10 +185979,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -186122,10 +186122,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -186265,10 +186265,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -186408,10 +186408,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -186551,10 +186551,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -186694,10 +186694,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -186837,10 +186837,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r32g3
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.d32_sfloat
@@ -187379,14 +187379,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
@@ -187665,14 +187665,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
@@ -187951,14 +187951,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -188237,14 +188237,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -188523,14 +188523,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -188809,14 +188809,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -189095,14 +189095,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -189381,14 +189381,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -189667,14 +189667,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -189814,10 +189814,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -189957,10 +189957,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -190100,10 +190100,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -190243,10 +190243,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1
@@ -190386,10 +190386,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1
@@ -190529,10 +190529,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -190672,10 +190672,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1
@@ -190815,10 +190815,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1
@@ -190958,10 +190958,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -191101,10 +191101,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1
@@ -191244,10 +191244,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1
@@ -191387,10 +191387,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -191530,10 +191530,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -191673,10 +191673,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -191816,10 +191816,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -192098,14 +192098,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
@@ -192384,14 +192384,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
@@ -192670,14 +192670,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
@@ -192956,14 +192956,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
@@ -193242,14 +193242,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -193528,14 +193528,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -193814,14 +193814,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -194100,14 +194100,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -194386,14 +194386,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -194672,14 +194672,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -194958,14 +194958,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -195244,14 +195244,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -195530,14 +195530,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -195816,14 +195816,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -196102,14 +196102,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -196249,10 +196249,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -196392,10 +196392,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -196535,10 +196535,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -196678,10 +196678,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -196821,10 +196821,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -196964,10 +196964,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -197107,10 +197107,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -197250,10 +197250,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -197393,10 +197393,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -197536,10 +197536,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -197679,10 +197679,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -197822,10 +197822,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -197965,10 +197965,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -198108,10 +198108,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -198251,10 +198251,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -198394,10 +198394,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180
@@ -198537,10 +198537,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33
@@ -198680,10 +198680,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11
@@ -198823,10 +198823,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128
@@ -198966,10 +198966,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -199109,10 +199109,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -199252,10 +199252,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -199395,10 +199395,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -199538,10 +199538,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -199681,10 +199681,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -199963,14 +199963,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
@@ -200249,14 +200249,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
@@ -200535,14 +200535,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
@@ -200821,14 +200821,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -200968,10 +200968,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16
@@ -201111,10 +201111,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11
@@ -201254,10 +201254,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3
@@ -201397,10 +201397,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d32_sfloat
@@ -201845,10 +201845,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -201988,10 +201988,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -202131,10 +202131,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -202274,10 +202274,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -202417,10 +202417,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -202560,10 +202560,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -202703,10 +202703,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -202846,10 +202846,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -202989,10 +202989,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -203132,10 +203132,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -203275,10 +203275,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_laye
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16
@@ -203418,10 +203418,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -203561,10 +203561,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -203704,10 +203704,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -203847,10 +203847,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -203990,10 +203990,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -204133,10 +204133,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -204276,10 +204276,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -204419,10 +204419,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -204562,10 +204562,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.c
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.d32_sfloat
index 7af3d24..29ac5c8 100644 (file)
@@ -121,8 +121,8 @@ dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b4g4r4a4_unorm_pack16
@@ -246,8 +246,8 @@ dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.create_list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.export_import.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.b4g4r4a4_unorm_pack16
@@ -371,5 +371,5 @@ dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.export_import.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.export_import.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16
index f20dc1b..d3589fb 100644 (file)
@@ -43,30 +43,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.
 dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_shading_rate_palette_nv.before
@@ -103,30 +103,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_shading_rate_palette_nv.before
index f9eab02..a305ff9 100644 (file)
@@ -61234,206 +61234,206 @@ dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mca_1mca_sub_a
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
 dEQP-VK.pipeline.blend.clamp.r8g8b8a8_unorm
 dEQP-VK.pipeline.blend.clamp.r8g8b8a8_snorm
 dEQP-VK.pipeline.blend.clamp.b8g8r8a8_unorm
@@ -65260,202 +65260,202 @@ dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_cc_
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
 dEQP-VK.pipeline.depth.format_features.support_d16_unorm
 dEQP-VK.pipeline.depth.format_features.support_d24_unorm_or_d32_sfloat
 dEQP-VK.pipeline.depth.format_features.support_d24_unorm_s8_uint_or_d32_sfloat_s8_uint
@@ -69421,32 +69421,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_4.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.512x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.2x1_array_of_3
@@ -71251,50 +71251,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_4.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.512x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.32x32
@@ -72361,32 +72361,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_4.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.32x16
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
@@ -74685,50 +74685,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x16_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.2x2_array_of_3
@@ -77041,42 +77041,42 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.11x11x11
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.8x16x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.16x16x16
@@ -78253,18 +78253,18 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.forma
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_4.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_4.size.32x32
@@ -79149,22 +79149,22 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.13x13_array_of_6
@@ -80535,32 +80535,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_4.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.512x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.2x1_array_of_3
@@ -82365,50 +82365,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_4.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.512x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.32x32
@@ -83475,32 +83475,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_4.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.32x16
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
@@ -85799,50 +85799,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x16_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.2x2_array_of_3
@@ -88155,42 +88155,42 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.11x11x11
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.8x16x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.16x16x16
@@ -89367,18 +89367,18 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.forma
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_4.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_4.size.32x32
@@ -90263,22 +90263,22 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.13x13_array_of_6
@@ -91690,176 +91690,176 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -94753,38 +94753,38 @@ dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -96188,176 +96188,176 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -99922,176 +99922,176 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -104855,38 +104855,38 @@ dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -106706,176 +106706,176 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -112310,176 +112310,176 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -117547,102 +117547,102 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -120417,102 +120417,102 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -125730,36 +125730,36 @@ dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
@@ -127434,42 +127434,42 @@ dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subr
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
@@ -128865,36 +128865,36 @@ dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -131139,42 +131139,42 @@ dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subr
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -132696,24 +132696,24 @@ dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.single_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -134451,36 +134451,36 @@ dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresou
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -136725,42 +136725,42 @@ dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.su
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
index 2391b2d..5741d24 100644 (file)
@@ -4349,326 +4349,326 @@ dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.y
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
 dEQP-VK.protected_memory.workgroupstorage.memsize_1
 dEQP-VK.protected_memory.workgroupstorage.memsize_4
 dEQP-VK.protected_memory.workgroupstorage.memsize_5
index fad61b7..77ce1b5 100644 (file)
@@ -434,18 +434,18 @@ dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_422_unorm.102
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.11_137_3
@@ -620,18 +620,18 @@ dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_422_uno
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.11_137_3
@@ -1286,18 +1286,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.11_137_3
@@ -1472,18 +1472,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.11_137_3
@@ -1946,18 +1946,18 @@ dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_422_unorm.1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.11_137_3
@@ -2132,18 +2132,18 @@ dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_422_u
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.137_137_1
@@ -2498,10 +2498,10 @@ dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_420_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16_r16_3plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16_r16_3plane_444_unorm
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r32i
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r16i
@@ -2568,10 +2568,10 @@ dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_420_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16_r16_3plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16_r16_3plane_444_unorm
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r32i
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r16i
@@ -2998,26 +2998,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samp
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_4
@@ -3348,26 +3348,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unor
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_4
@@ -4022,18 +4022,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plan
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.11_137_3
@@ -4208,18 +4208,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.137_137_1
@@ -4682,18 +4682,18 @@ dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_422_unorm.
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.11_137_3
@@ -4868,18 +4868,18 @@ dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_422_
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.137_137_1
@@ -5342,18 +5342,18 @@ dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2pla
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.11_137_3
@@ -5528,18 +5528,18 @@ dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.137_137_1
@@ -6044,22 +6044,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -6276,22 +6276,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plan
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -6892,22 +6892,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -7124,22 +7124,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -7740,22 +7740,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_44
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.503_137_3
@@ -7972,22 +7972,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3pl
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.256_256_16
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.503_137_3
@@ -8332,22 +8332,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.503_137_3
@@ -8564,22 +8564,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3pla
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.256_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.137_137_1
@@ -9180,22 +9180,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.503_137_3
@@ -9412,22 +9412,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.503_137_1
@@ -9644,22 +9644,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.503_137_3
@@ -9876,22 +9876,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.503_137_1
@@ -10108,22 +10108,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_4
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.503_137_3
@@ -10340,22 +10340,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3p
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.queue_bind.no_dependency
 dEQP-VK.sparse_resources.queue_bind.no_dependency_fence
 dEQP-VK.sparse_resources.queue_bind.single_queue_wait_one
index 94ce49e..05b0eed 100644 (file)
@@ -10058,42 +10058,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_aa
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rrrr
@@ -12200,42 +12200,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_a
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rrrr
@@ -13394,18 +13394,18 @@ dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_yy
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_xx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yy
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yy
@@ -14108,18 +14108,18 @@ dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_yy
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_xx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yy
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yy
index b23535a..13898dc 100644 (file)
@@ -1942,294 +1942,294 @@ dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_disjoint
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_mapped
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint_mapped
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_with_chroma_linear_filtering_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8r8_2plane_420_unorm
@@ -2954,86 +2954,86 @@ dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r4g4_unorm_pack8
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_uint
@@ -3394,46 +3394,46 @@ dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compa
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
 dEQP-VK.ycbcr.query.size_lod.vertex.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.b8g8r8g8_422_unorm
@@ -3489,14 +3489,14 @@ dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.b8g8r8g8_422_unorm
@@ -3552,14 +3552,14 @@ dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.geometry.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.b8g8r8g8_422_unorm
@@ -3615,14 +3615,14 @@ dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_control.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.b8g8r8g8_422_unorm
@@ -3678,14 +3678,14 @@ dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_eval.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.b8g8r8g8_422_unorm
@@ -3741,14 +3741,14 @@ dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.compute.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.b8g8r8g8_422_unorm
@@ -3804,14 +3804,14 @@ dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.lod.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.lod.fragment.b8g8r8g8_422_unorm
@@ -3867,14 +3867,14 @@ dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.vertex.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.vertex.b8g8r8g8_422_unorm
@@ -3930,14 +3930,14 @@ dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.fragment.b8g8r8g8_422_unorm
@@ -3993,14 +3993,14 @@ dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.geometry.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.geometry.b8g8r8g8_422_unorm
@@ -4056,14 +4056,14 @@ dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_control.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.b8g8r8g8_422_unorm
@@ -4119,14 +4119,14 @@ dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_eval.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.b8g8r8g8_422_unorm
@@ -4182,14 +4182,14 @@ dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.compute.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.compute.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.compute.b8g8r8g8_422_unorm
@@ -4245,14 +4245,14 @@ dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.compute.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.compute.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear_binding_7
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear_binding_15
@@ -7389,646 +7389,646 @@ dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tili
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited_binding_7
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited_binding_15
@@ -15421,22 +15421,22 @@ dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -15741,70 +15741,70 @@ dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16109,70 +16109,70 @@ dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16477,70 +16477,70 @@ dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_opti
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16845,70 +16845,70 @@ dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_opti
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17213,70 +17213,70 @@ dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17581,70 +17581,70 @@ dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17949,70 +17949,70 @@ dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
@@ -18093,22 +18093,22 @@ dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -18413,70 +18413,70 @@ dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18605,54 +18605,54 @@ dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18781,54 +18781,54 @@ dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18957,54 +18957,54 @@ dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_opt
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19133,54 +19133,54 @@ dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -19485,70 +19485,70 @@ dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19677,54 +19677,54 @@ dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19853,54 +19853,54 @@ dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_o
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_linear
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_disjoint_linear
@@ -20045,22 +20045,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -20589,70 +20589,70 @@ dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -20765,22 +20765,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -21309,70 +21309,70 @@ dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -21485,22 +21485,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -21949,70 +21949,70 @@ dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optim
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_disjoint_linear
@@ -22237,54 +22237,54 @@ dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_linear
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_disjoint_linear
@@ -22781,70 +22781,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -23421,70 +23421,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -23933,70 +23933,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -24573,70 +24573,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -25085,70 +25085,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -25597,70 +25597,70 @@ dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optim
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_disjoint_linear
@@ -25885,54 +25885,54 @@ dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_linear
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_disjoint_linear
@@ -26429,70 +26429,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -27069,70 +27069,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -27581,70 +27581,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -28221,70 +28221,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -28733,70 +28733,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_linear
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_disjoint_linear
@@ -29277,70 +29277,70 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -29917,70 +29917,70 @@ dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.opti
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -30429,70 +30429,70 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -31069,70 +31069,70 @@ dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.opti
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -31581,2582 +31581,2582 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
@@ -36921,27 +36921,27 @@ dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.1024_128_1.joint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.1024_128_1.disjoint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.66_32_1.joint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.disjoint
index bca5172..3ef3192 100644 (file)
@@ -4,6 +4,7 @@
 #define VK_API_VERSION_1_0                                     (static_cast<uint32_t>                  (VK_MAKE_API_VERSION(0, 1, 0, 0)))
 #define VK_API_VERSION_1_1                                     (static_cast<uint32_t>                  (VK_MAKE_API_VERSION(0, 1, 1, 0)))
 #define VK_API_VERSION_1_2                                     (static_cast<uint32_t>                  (VK_MAKE_API_VERSION(0, 1, 2, 0)))
+#define VK_API_VERSION_1_3                                     (static_cast<uint32_t>                  (VK_MAKE_API_VERSION(0, 1, 3, 0)))
 #define VK_MAX_PHYSICAL_DEVICE_NAME_SIZE       (static_cast<size_t>                    (256U))
 #define VK_MAX_EXTENSION_NAME_SIZE                     (static_cast<size_t>                    (256U))
 #define VK_MAX_DRIVER_NAME_SIZE                                (static_cast<size_t>                    (256U))
@@ -23,7 +24,7 @@
 #define VK_WHOLE_SIZE                                          (static_cast<vk::VkDeviceSize>  ((~0ULL)))
 #define VK_TRUE                                                                (static_cast<vk::VkBool32>              (1U))
 #define VK_FALSE                                                       (static_cast<vk::VkBool32>              (0U))
-#define VK_API_MAX_FRAMEWORK_VERSION           VK_API_VERSION_1_2
+#define VK_API_MAX_FRAMEWORK_VERSION           VK_API_VERSION_1_3
 
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkBuffer,                                                      HANDLE_TYPE_BUFFER);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkImage,                                                       HANDLE_TYPE_IMAGE);
@@ -52,6 +53,7 @@ VK_DEFINE_NON_DISPATCHABLE_HANDLE     (VkFramebuffer,                                         HANDLE_TYPE_FRAMEBUFFER);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkCommandPool,                                         HANDLE_TYPE_COMMAND_POOL);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkSamplerYcbcrConversion,                      HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkDescriptorUpdateTemplate,            HANDLE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE);
+VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkPrivateDataSlot,                                     HANDLE_TYPE_PRIVATE_DATA_SLOT);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkSurfaceKHR,                                          HANDLE_TYPE_SURFACE_KHR);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkSwapchainKHR,                                        HANDLE_TYPE_SWAPCHAIN_KHR);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkDisplayKHR,                                          HANDLE_TYPE_DISPLAY_KHR);
@@ -65,12 +67,12 @@ VK_DEFINE_NON_DISPATCHABLE_HANDLE   (VkValidationCacheEXT,                          HANDLE_TYPE_VALIDATI
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkAccelerationStructureNV,                     HANDLE_TYPE_ACCELERATION_STRUCTURE_NV);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkPerformanceConfigurationINTEL,       HANDLE_TYPE_PERFORMANCE_CONFIGURATION_INTEL);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkIndirectCommandsLayoutNV,            HANDLE_TYPE_INDIRECT_COMMANDS_LAYOUT_NV);
-VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkPrivateDataSlotEXT,                          HANDLE_TYPE_PRIVATE_DATA_SLOT_EXT);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkAccelerationStructureKHR,            HANDLE_TYPE_ACCELERATION_STRUCTURE_KHR);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkVideoSessionKHR,                                     HANDLE_TYPE_VIDEO_SESSION_KHR);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkVideoSessionParametersKHR,           HANDLE_TYPE_VIDEO_SESSION_PARAMETERS_KHR);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkSamplerYcbcrConversionKHR,           HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION);
 VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkDescriptorUpdateTemplateKHR,         HANDLE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE);
+VK_DEFINE_NON_DISPATCHABLE_HANDLE      (VkPrivateDataSlotEXT,                          HANDLE_TYPE_PRIVATE_DATA_SLOT);
 
 enum VkResult
 {
@@ -97,6 +99,7 @@ enum VkResult
        VK_ERROR_INVALID_EXTERNAL_HANDLE                                                = -1000072003,
        VK_ERROR_FRAGMENTATION                                                                  = -1000161000,
        VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS                                 = -1000257000,
+       VK_PIPELINE_COMPILE_REQUIRED                                                    = 1000297000,
        VK_ERROR_SURFACE_LOST_KHR                                                               = -1000000000,
        VK_ERROR_NATIVE_WINDOW_IN_USE_KHR                                               = -1000000001,
        VK_SUBOPTIMAL_KHR                                                                               = 1000001003,
@@ -111,13 +114,13 @@ enum VkResult
        VK_THREAD_DONE_KHR                                                                              = 1000268001,
        VK_OPERATION_DEFERRED_KHR                                                               = 1000268002,
        VK_OPERATION_NOT_DEFERRED_KHR                                                   = 1000268003,
-       VK_PIPELINE_COMPILE_REQUIRED_EXT                                                = 1000297000,
        VK_ERROR_OUT_OF_POOL_MEMORY_KHR                                                 = VK_ERROR_OUT_OF_POOL_MEMORY,
        VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR                                    = VK_ERROR_INVALID_EXTERNAL_HANDLE,
        VK_ERROR_FRAGMENTATION_EXT                                                              = VK_ERROR_FRAGMENTATION,
        VK_ERROR_INVALID_DEVICE_ADDRESS_EXT                                             = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
        VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR                             = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
-       VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT                                  = VK_PIPELINE_COMPILE_REQUIRED_EXT,
+       VK_PIPELINE_COMPILE_REQUIRED_EXT                                                = VK_PIPELINE_COMPILE_REQUIRED,
+       VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT                                  = VK_PIPELINE_COMPILE_REQUIRED,
        VK_RESULT_MAX_ENUM                                                                              = 0x7FFFFFFF,
 };
 
@@ -287,6 +290,58 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO                                                     = 1000257002,
        VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO                                           = 1000257003,
        VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO                                                     = 1000257004,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES                                                           = 53,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES                                                         = 54,
+       VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO                                                        = 1000192000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES                          = 1000215000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES                                                                       = 1000245000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES           = 1000276000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES                                                         = 1000295000,
+       VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO                                                                       = 1000295001,
+       VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO                                                                         = 1000295002,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES                      = 1000297000,
+       VK_STRUCTURE_TYPE_MEMORY_BARRIER_2                                                                                                      = 1000314000,
+       VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2                                                                                       = 1000314001,
+       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2                                                                                        = 1000314002,
+       VK_STRUCTURE_TYPE_DEPENDENCY_INFO                                                                                                       = 1000314003,
+       VK_STRUCTURE_TYPE_SUBMIT_INFO_2                                                                                                         = 1000314004,
+       VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO                                                                                         = 1000314005,
+       VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO                                                                            = 1000314006,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES                                            = 1000314007,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES                     = 1000325000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES                                                     = 1000335000,
+       VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2                                                                                            = 1000337000,
+       VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2                                                                                                     = 1000337001,
+       VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2                                                                           = 1000337002,
+       VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2                                                                           = 1000337003,
+       VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2                                                                                                     = 1000337004,
+       VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2                                                                                          = 1000337005,
+       VK_STRUCTURE_TYPE_BUFFER_COPY_2                                                                                                         = 1000337006,
+       VK_STRUCTURE_TYPE_IMAGE_COPY_2                                                                                                          = 1000337007,
+       VK_STRUCTURE_TYPE_IMAGE_BLIT_2                                                                                                          = 1000337008,
+       VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2                                                                                           = 1000337009,
+       VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2                                                                                                       = 1000337010,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES                                      = 1000225000,
+       VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO                      = 1000225001,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES                                        = 1000225002,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES                                         = 1000138000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES                                       = 1000138001,
+       VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK                                                     = 1000138002,
+       VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO                                      = 1000138003,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES                         = 1000066000,
+       VK_STRUCTURE_TYPE_RENDERING_INFO                                                                                                        = 1000044000,
+       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO                                                                                     = 1000044001,
+       VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO                                                                        = 1000044002,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES                                            = 1000044003,
+       VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO                                                     = 1000044004,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES                           = 1000280000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES                         = 1000280001,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES                                     = 1000281001,
+       VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3                                                                                           = 1000360000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES                                                        = 1000413000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES                                                      = 1000413001,
+       VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS                                                                     = 1000413002,
+       VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS                                                                      = 1000413003,
        VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR                                                                                     = 1000001000,
        VK_STRUCTURE_TYPE_PRESENT_INFO_KHR                                                                                                      = 1000001001,
        VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR                                                         = 1000060007,
@@ -354,11 +409,6 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_ADD_INFO_EXT                                     = 1000040006,
        VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT                                                           = 1000040007,
        VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD                                                      = 1000041000,
-       VK_STRUCTURE_TYPE_RENDERING_INFO_KHR                                                                                            = 1000044000,
-       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR                                                                         = 1000044001,
-       VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR                                                            = 1000044002,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR                                        = 1000044003,
-       VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR                                         = 1000044004,
        VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR                           = 1000044006,
        VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT                            = 1000044007,
        VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD                                                                      = 1000044008,
@@ -372,7 +422,6 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV                                                     = 1000058000,
        VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT                                                                                          = 1000061000,
        VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN                                                                                     = 1000062000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT                     = 1000066000,
        VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT                                                                       = 1000067000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT                                                      = 1000067001,
        VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR                                                           = 1000073000,
@@ -444,10 +493,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID                                           = 1000129003,
        VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID                                       = 1000129004,
        VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID                                                                                       = 1000129005,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT                                     = 1000138000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT                           = 1000138001,
-       VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT                                         = 1000138002,
-       VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT                          = 1000138003,
+       VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID                           = 1000129006,
        VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT                                                                                     = 1000143000,
        VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT                                           = 1000143001,
        VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT                                       = 1000143002,
@@ -486,6 +532,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT                                        = 1000158003,
        VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT                            = 1000158004,
        VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT                                                      = 1000158005,
+       VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT                                                     = 1000158006,
        VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT                                                                      = 1000160000,
        VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT                                        = 1000160001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR                                       = 1000163000,
@@ -529,7 +576,6 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT                           = 1000190001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT                         = 1000190002,
        VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP                                                                                       = 1000191000,
-       VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT                                            = 1000192000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV                        = 1000201000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV                                                       = 1000202000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV                                                     = 1000202001,
@@ -550,14 +596,10 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD                                           = 1000213000,
        VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD                                          = 1000213001,
        VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA                                                         = 1000214000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR                      = 1000215000,
        VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT                                                                         = 1000217000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT                                     = 1000218000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT                           = 1000218001,
        VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT                                      = 1000218002,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT                          = 1000225000,
-       VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT          = 1000225001,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT                            = 1000225002,
        VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR                                                     = 1000226000,
        VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR                          = 1000226001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR                          = 1000226002,
@@ -573,7 +615,6 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV       = 1000240000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT                            = 1000244000,
        VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT                                                         = 1000244002,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT                                                           = 1000245000,
        VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT                                                                                       = 1000247000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR                                                     = 1000248000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV                                        = 1000249000,
@@ -604,7 +645,6 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR                                                                     = 1000269004,
        VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR                                       = 1000269005,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT                            = 1000273000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT       = 1000276000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV                       = 1000277000,
        VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV                                                          = 1000277001,
        VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV                                        = 1000277002,
@@ -615,10 +655,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV                         = 1000277007,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV                        = 1000278000,
        VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV                           = 1000278001,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR                       = 1000280000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR                     = 1000280001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT                           = 1000281000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT                         = 1000281001,
        VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM            = 1000282000,
        VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM                                                         = 1000282001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT                                     = 1000284000,
@@ -632,26 +669,13 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR                                                                      = 1000290000,
        VK_STRUCTURE_TYPE_PRESENT_ID_KHR                                                                                                        = 1000294000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR                                                       = 1000294001,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT                                                     = 1000295000,
-       VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT                                                           = 1000295001,
-       VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT                                                                     = 1000295002,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT          = 1000297000,
        VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR                                                                                         = 1000299000,
        VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_INFO_KHR                                                            = 1000299001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV                                        = 1000300000,
        VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV                                                      = 1000300001,
-       VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR                                                                                          = 1000314000,
-       VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR                                                                           = 1000314001,
-       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR                                                                            = 1000314002,
-       VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR                                                                                           = 1000314003,
-       VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR                                                                                                     = 1000314004,
-       VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR                                                                                     = 1000314005,
-       VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR                                                                        = 1000314006,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR                                        = 1000314007,
        VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV                                                       = 1000314008,
        VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV                                                                                          = 1000314009,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR     = 1000323000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR         = 1000325000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV                     = 1000326000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV                       = 1000326001,
        VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV                      = 1000326002,
@@ -662,19 +686,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT                           = 1000332000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT                         = 1000332001,
        VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM                                                                      = 1000333000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT                                         = 1000335000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR         = 1000336000,
-       VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR                                                                                        = 1000337000,
-       VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR                                                                                         = 1000337001,
-       VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR                                                                       = 1000337002,
-       VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR                                                                       = 1000337003,
-       VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR                                                                                         = 1000337004,
-       VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR                                                                                      = 1000337005,
-       VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR                                                                                                     = 1000337006,
-       VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR                                                                                                      = 1000337007,
-       VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR                                                                                                      = 1000337008,
-       VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR                                                                                       = 1000337009,
-       VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR                                                                                           = 1000337010,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT                                                     = 1000340000,
        VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT                                                                      = 1000346000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE                        = 1000351000,
@@ -683,7 +695,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT                                                        = 1000352001,
        VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT                                                      = 1000352002,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT                                                            = 1000353000,
-       VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR                                                                        = 1000360000,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT          = 1000356000,
        VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA                                                      = 1000364000,
        VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA                                                       = 1000364001,
        VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA                                                         = 1000364002,
@@ -703,13 +715,15 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT                                           = 1000388001,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT                                                       = 1000392000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT                                                     = 1000392001,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR                                            = 1000413000,
-       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR                                          = 1000413001,
-       VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR                                                         = 1000413002,
-       VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR                                                          = 1000413003,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT                     = 1000412000,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES                                                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES                                        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES,
        VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT                                                                          = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT,
+       VK_STRUCTURE_TYPE_RENDERING_INFO_KHR                                                                                            = VK_STRUCTURE_TYPE_RENDERING_INFO,
+       VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR                                                                         = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO,
+       VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR                                                            = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR                                        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES,
+       VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR                                         = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO,
        VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV                                                                       = VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD,
        VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR                                                         = VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR                                                        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES,
@@ -730,6 +744,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR                                                                     = VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO,
        VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR                                                      = VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO,
        VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR                                                       = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR                                                          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES,
        VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR                                                           = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR                                        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO,
@@ -772,6 +787,10 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR                                                            = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT                          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES,
        VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT                                                        = VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT                                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT                           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES,
+       VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT                                         = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK,
+       VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT                          = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO,
        VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR                                                         = VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2,
        VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR                                                          = VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2,
        VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR                                           = VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2,
@@ -796,6 +815,7 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR                                                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR                                      = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES,
+       VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT                                            = VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR                                                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR                                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR                          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES,
@@ -808,12 +828,17 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR                                                                                     = VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO,
        VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL                                                                          = VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR                                      = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR                      = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT                                      = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT                          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES,
+       VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT          = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT                            = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES,
        VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR                                                       = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT,
        VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR                                                     = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT                                           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT,
        VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT                                                                        = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT                                                           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES,
        VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT                                                           = VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR           = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR                            = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES,
@@ -822,6 +847,40 @@ enum VkStructureType
        VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR                                       = VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO,
        VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR                                         = VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO,
        VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT                                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT       = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR                       = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT                                                     = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES,
+       VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT                                                           = VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO,
+       VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT                                                                     = VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES,
+       VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR                                                                                          = VK_STRUCTURE_TYPE_MEMORY_BARRIER_2,
+       VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR                                                                           = VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2,
+       VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR                                                                            = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2,
+       VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR                                                                                           = VK_STRUCTURE_TYPE_DEPENDENCY_INFO,
+       VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR                                                                                                     = VK_STRUCTURE_TYPE_SUBMIT_INFO_2,
+       VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR                                                                                     = VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO,
+       VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR                                                                        = VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR                                        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT                                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES,
+       VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR                                                                                        = VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2,
+       VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR                                                                                         = VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2,
+       VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR                                                                       = VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2,
+       VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR                                                                       = VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2,
+       VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR                                                                                         = VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2,
+       VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR                                                                                      = VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2,
+       VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR                                                                                                     = VK_STRUCTURE_TYPE_BUFFER_COPY_2,
+       VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR                                                                                                      = VK_STRUCTURE_TYPE_IMAGE_COPY_2,
+       VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR                                                                                                      = VK_STRUCTURE_TYPE_IMAGE_BLIT_2,
+       VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR                                                                                       = VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2,
+       VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR                                                                                           = VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2,
+       VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR                                                                                       = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR                                            = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,
+       VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR                                          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES,
+       VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR                                                         = VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS,
+       VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR                                                          = VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS,
        VK_STRUCTURE_TYPE_MAX_ENUM                                                                                                                      = 0x7FFFFFFF,
 };
 
@@ -842,6 +901,8 @@ enum VkImageLayout
        VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL                                                 = 1000241001,
        VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL                                              = 1000241002,
        VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL                                               = 1000241003,
+       VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL                                                               = 1000314000,
+       VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL                                                              = 1000314001,
        VK_IMAGE_LAYOUT_PRESENT_SRC_KHR                                                                 = 1000001002,
        VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR                                                    = 1000024000,
        VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR                                                    = 1000024001,
@@ -852,8 +913,6 @@ enum VkImageLayout
        VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR                                                    = 1000299000,
        VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR                                                    = 1000299001,
        VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR                                                    = 1000299002,
-       VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR                                                   = 1000314000,
-       VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR                                                  = 1000314001,
        VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR  = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL,
        VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR  = VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL,
        VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV                                                 = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR,
@@ -861,6 +920,8 @@ enum VkImageLayout
        VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR                                             = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,
        VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR                                  = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL,
        VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR                                   = VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL,
+       VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR                                                   = VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL,
+       VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR                                                  = VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL,
        VK_IMAGE_LAYOUT_MAX_ENUM                                                                                = 0x7FFFFFFF,
 };
 
@@ -894,6 +955,7 @@ enum VkObjectType
        VK_OBJECT_TYPE_COMMAND_POOL                                             = 25,
        VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION                 = 1000156000,
        VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE               = 1000085000,
+       VK_OBJECT_TYPE_PRIVATE_DATA_SLOT                                = 1000295000,
        VK_OBJECT_TYPE_SURFACE_KHR                                              = 1000000000,
        VK_OBJECT_TYPE_SWAPCHAIN_KHR                                    = 1000001000,
        VK_OBJECT_TYPE_DISPLAY_KHR                                              = 1000002000,
@@ -910,9 +972,9 @@ enum VkObjectType
        VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL  = 1000210000,
        VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR                   = 1000268000,
        VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV              = 1000277000,
-       VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT                    = 1000295000,
        VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR   = VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE,
        VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR             = VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION,
+       VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT                    = VK_OBJECT_TYPE_PRIVATE_DATA_SLOT,
        VK_OBJECT_TYPE_MAX_ENUM                                                 = 0x7FFFFFFF,
 };
 
@@ -1172,6 +1234,26 @@ enum VkFormat
        VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM                                          = 1000156031,
        VK_FORMAT_G16_B16R16_2PLANE_422_UNORM                                           = 1000156032,
        VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM                                          = 1000156033,
+       VK_FORMAT_G8_B8R8_2PLANE_444_UNORM                                                      = 1000330000,
+       VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16                     = 1000330001,
+       VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16                     = 1000330002,
+       VK_FORMAT_G16_B16R16_2PLANE_444_UNORM                                           = 1000330003,
+       VK_FORMAT_A4R4G4B4_UNORM_PACK16                                                         = 1000340000,
+       VK_FORMAT_A4B4G4R4_UNORM_PACK16                                                         = 1000340001,
+       VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK                                                         = 1000066000,
+       VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK                                                         = 1000066001,
+       VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK                                                         = 1000066002,
+       VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK                                                         = 1000066003,
+       VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK                                                         = 1000066004,
+       VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK                                                         = 1000066005,
+       VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK                                                         = 1000066006,
+       VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK                                                         = 1000066007,
+       VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK                                                        = 1000066008,
+       VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK                                                        = 1000066009,
+       VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK                                                        = 1000066010,
+       VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK                                                       = 1000066011,
+       VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK                                                       = 1000066012,
+       VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK                                                       = 1000066013,
        VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG                                           = 1000054000,
        VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG                                           = 1000054001,
        VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG                                           = 1000054002,
@@ -1180,26 +1262,20 @@ enum VkFormat
        VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG                                            = 1000054005,
        VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG                                            = 1000054006,
        VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG                                            = 1000054007,
-       VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT                                                     = 1000066000,
-       VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT                                                     = 1000066001,
-       VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT                                                     = 1000066002,
-       VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT                                                     = 1000066003,
-       VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT                                                     = 1000066004,
-       VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT                                                     = 1000066005,
-       VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT                                                     = 1000066006,
-       VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT                                                     = 1000066007,
-       VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT                                            = 1000066008,
-       VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT                                            = 1000066009,
-       VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT                                            = 1000066010,
-       VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT                                           = 1000066011,
-       VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT                                           = 1000066012,
-       VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT                                           = 1000066013,
-       VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT                                          = 1000330000,
-       VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT         = 1000330001,
-       VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT         = 1000330002,
-       VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT                                       = 1000330003,
-       VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT                                                     = 1000340000,
-       VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT                                                     = 1000340001,
+       VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT                                                     = VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT                                            = VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT                                            = VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT                                            = VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT                                           = VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT                                           = VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK,
+       VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT                                           = VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK,
        VK_FORMAT_G8B8G8R8_422_UNORM_KHR                                                        = VK_FORMAT_G8B8G8R8_422_UNORM,
        VK_FORMAT_B8G8R8G8_422_UNORM_KHR                                                        = VK_FORMAT_B8G8R8G8_422_UNORM,
        VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR                                         = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM,
@@ -1234,6 +1310,12 @@ enum VkFormat
        VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR                                      = VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM,
        VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR                                       = VK_FORMAT_G16_B16R16_2PLANE_422_UNORM,
        VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR                                      = VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM,
+       VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT                                          = VK_FORMAT_G8_B8R8_2PLANE_444_UNORM,
+       VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT         = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16,
+       VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT         = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16,
+       VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT                                       = VK_FORMAT_G16_B16R16_2PLANE_444_UNORM,
+       VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT                                                     = VK_FORMAT_A4R4G4B4_UNORM_PACK16,
+       VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT                                                     = VK_FORMAT_A4B4G4R4_UNORM_PACK16,
        VK_FORMAT_MAX_ENUM                                                                                      = 0x7FFFFFFF,
 };
 
@@ -1421,6 +1503,21 @@ enum VkDynamicState
        VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK                                   = 6,
        VK_DYNAMIC_STATE_STENCIL_WRITE_MASK                                             = 7,
        VK_DYNAMIC_STATE_STENCIL_REFERENCE                                              = 8,
+       VK_DYNAMIC_STATE_CULL_MODE                                                              = 1000267000,
+       VK_DYNAMIC_STATE_FRONT_FACE                                                             = 1000267001,
+       VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY                                             = 1000267002,
+       VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT                                    = 1000267003,
+       VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT                                             = 1000267004,
+       VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE                    = 1000267005,
+       VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE                                              = 1000267006,
+       VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE                                             = 1000267007,
+       VK_DYNAMIC_STATE_DEPTH_COMPARE_OP                                               = 1000267008,
+       VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE                               = 1000267009,
+       VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE                                    = 1000267010,
+       VK_DYNAMIC_STATE_STENCIL_OP                                                             = 1000267011,
+       VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE                              = 1000377001,
+       VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE                                              = 1000377002,
+       VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE                               = 1000377004,
        VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV                                  = 1000087000,
        VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT                                  = 1000099000,
        VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT                                   = 1000143000,
@@ -1430,25 +1527,25 @@ enum VkDynamicState
        VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV                                   = 1000205001,
        VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR                              = 1000226000,
        VK_DYNAMIC_STATE_LINE_STIPPLE_EXT                                               = 1000259000,
-       VK_DYNAMIC_STATE_CULL_MODE_EXT                                                  = 1000267000,
-       VK_DYNAMIC_STATE_FRONT_FACE_EXT                                                 = 1000267001,
-       VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT                                 = 1000267002,
-       VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT                                = 1000267003,
-       VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT                                 = 1000267004,
-       VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT                = 1000267005,
-       VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT                                  = 1000267006,
-       VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT                                 = 1000267007,
-       VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT                                   = 1000267008,
-       VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT                   = 1000267009,
-       VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT                                = 1000267010,
-       VK_DYNAMIC_STATE_STENCIL_OP_EXT                                                 = 1000267011,
        VK_DYNAMIC_STATE_VERTEX_INPUT_EXT                                               = 1000352000,
        VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT                               = 1000377000,
-       VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT                  = 1000377001,
-       VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT                                  = 1000377002,
        VK_DYNAMIC_STATE_LOGIC_OP_EXT                                                   = 1000377003,
-       VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT                   = 1000377004,
        VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT                                 = 1000381000,
+       VK_DYNAMIC_STATE_CULL_MODE_EXT                                                  = VK_DYNAMIC_STATE_CULL_MODE,
+       VK_DYNAMIC_STATE_FRONT_FACE_EXT                                                 = VK_DYNAMIC_STATE_FRONT_FACE,
+       VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT                                 = VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY,
+       VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT                                = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT,
+       VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT                                 = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT,
+       VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT                = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE,
+       VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT                                  = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE,
+       VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT                                 = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE,
+       VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT                                   = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP,
+       VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT                   = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE,
+       VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT                                = VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE,
+       VK_DYNAMIC_STATE_STENCIL_OP_EXT                                                 = VK_DYNAMIC_STATE_STENCIL_OP,
+       VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT                  = VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE,
+       VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT                                  = VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE,
+       VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT                   = VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE,
        VK_DYNAMIC_STATE_MAX_ENUM                                                               = 0x7FFFFFFF,
 };
 
@@ -1585,10 +1682,11 @@ enum VkDescriptorType
        VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC               = 8,
        VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC               = 9,
        VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT                             = 10,
-       VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT             = 1000138000,
+       VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK                 = 1000138000,
        VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR   = 1000150000,
        VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV    = 1000165000,
        VK_DESCRIPTOR_TYPE_MUTABLE_VALVE                                = 1000351000,
+       VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT             = VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,
        VK_DESCRIPTOR_TYPE_MAX_ENUM                                             = 0x7FFFFFFF,
 };
 
@@ -1605,8 +1703,10 @@ enum VkAttachmentStoreOp
 {
        VK_ATTACHMENT_STORE_OP_STORE            = 0,
        VK_ATTACHMENT_STORE_OP_DONT_CARE        = 1,
-       VK_ATTACHMENT_STORE_OP_NONE_EXT         = 1000301000,
-       VK_ATTACHMENT_STORE_OP_NONE_QCOM        = VK_ATTACHMENT_STORE_OP_NONE_EXT,
+       VK_ATTACHMENT_STORE_OP_NONE                     = 1000301000,
+       VK_ATTACHMENT_STORE_OP_NONE_KHR         = VK_ATTACHMENT_STORE_OP_NONE,
+       VK_ATTACHMENT_STORE_OP_NONE_QCOM        = VK_ATTACHMENT_STORE_OP_NONE,
+       VK_ATTACHMENT_STORE_OP_NONE_EXT         = VK_ATTACHMENT_STORE_OP_NONE,
        VK_ATTACHMENT_STORE_OP_MAX_ENUM         = 0x7FFFFFFF,
 };
 
@@ -2608,6 +2708,7 @@ enum VkAccessFlagBits
        VK_ACCESS_HOST_WRITE_BIT                                                                = 0x00004000,
        VK_ACCESS_MEMORY_READ_BIT                                                               = 0x00008000,
        VK_ACCESS_MEMORY_WRITE_BIT                                                              = 0x00010000,
+       VK_ACCESS_NONE                                                                                  = 0,
        VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT                              = 0x02000000,
        VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT               = 0x04000000,
        VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT              = 0x08000000,
@@ -2619,10 +2720,10 @@ enum VkAccessFlagBits
        VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000,
        VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV                                = 0x00020000,
        VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV                               = 0x00040000,
-       VK_ACCESS_NONE_KHR                                                                              = 0,
        VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV                                = VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR,
        VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV                    = VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR,
        VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV                   = VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR,
+       VK_ACCESS_NONE_KHR                                                                              = VK_ACCESS_NONE,
        VK_ACCESS_FLAG_BITS_MAX_ENUM                                                    = 0x7FFFFFFF,
 };
 typedef uint32_t VkAccessFlags;
@@ -2822,6 +2923,7 @@ enum VkPipelineStageFlagBits
        VK_PIPELINE_STAGE_HOST_BIT                                                                      = 0x00004000,
        VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT                                                      = 0x00008000,
        VK_PIPELINE_STAGE_ALL_COMMANDS_BIT                                                      = 0x00010000,
+       VK_PIPELINE_STAGE_NONE                                                                          = 0,
        VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT                            = 0x01000000,
        VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT                         = 0x00040000,
        VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR          = 0x02000000,
@@ -2831,10 +2933,10 @@ enum VkPipelineStageFlagBits
        VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT                      = 0x00800000,
        VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR      = 0x00400000,
        VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV                                     = 0x00020000,
-       VK_PIPELINE_STAGE_NONE_KHR                                                                      = 0,
        VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV                                     = VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR,
        VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV                                     = VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR,
        VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV           = VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR,
+       VK_PIPELINE_STAGE_NONE_KHR                                                                      = VK_PIPELINE_STAGE_NONE,
        VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM                                            = 0x7FFFFFFF,
 };
 typedef uint32_t VkPipelineStageFlags;
@@ -2864,7 +2966,8 @@ typedef uint32_t VkFenceCreateFlags;
 
 enum VkEventCreateFlagBits
 {
-       VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR     = 0x00000001,
+       VK_EVENT_CREATE_DEVICE_ONLY_BIT         = 0x00000001,
+       VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR     = VK_EVENT_CREATE_DEVICE_ONLY_BIT,
        VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM      = 0x7FFFFFFF,
 };
 typedef uint32_t VkEventCreateFlags;
@@ -2947,15 +3050,10 @@ enum VkImageViewCreateFlagBits
 };
 typedef uint32_t VkImageViewCreateFlags;
 
-enum VkShaderModuleCreateFlagBits
-{
-       VK_SHADER_MODULE_CREATE_FLAG_BITS_MAX_ENUM      = 0x7FFFFFFF,
-};
-typedef uint32_t VkShaderModuleCreateFlags;
-
 enum VkPipelineCacheCreateFlagBits
 {
-       VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT        = 0x00000001,
+       VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT            = 0x00000001,
+       VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT        = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT,
        VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM                                     = 0x7FFFFFFF,
 };
 typedef uint32_t VkPipelineCacheCreateFlags;
@@ -2977,6 +3075,8 @@ enum VkPipelineCreateFlagBits
        VK_PIPELINE_CREATE_DERIVATIVE_BIT                                                                                               = 0x00000004,
        VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT                                                             = 0x00000008,
        VK_PIPELINE_CREATE_DISPATCH_BASE_BIT                                                                                    = 0x00000010,
+       VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT                                                = 0x00000100,
+       VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT                                                                  = 0x00000200,
        VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00200000,
        VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT  = 0x00400000,
        VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR                                  = 0x00004000,
@@ -2991,20 +3091,22 @@ enum VkPipelineCreateFlagBits
        VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR                                             = 0x00000080,
        VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV                                                                             = 0x00040000,
        VK_PIPELINE_CREATE_LIBRARY_BIT_KHR                                                                                              = 0x00000800,
-       VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT                                    = 0x00000100,
-       VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT                                                              = 0x00000200,
        VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV                                                              = 0x00100000,
        VK_PIPELINE_CREATE_DISPATCH_BASE                                                                                                = VK_PIPELINE_CREATE_DISPATCH_BASE_BIT,
        VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR                                                 = VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT,
        VK_PIPELINE_CREATE_DISPATCH_BASE_KHR                                                                                    = VK_PIPELINE_CREATE_DISPATCH_BASE,
+       VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT                                    = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT,
+       VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT                                                              = VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT,
        VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM                                                                                   = 0x7FFFFFFF,
 };
 typedef uint32_t VkPipelineCreateFlags;
 
 enum VkPipelineShaderStageCreateFlagBits
 {
-       VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT     = 0x00000001,
-       VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT          = 0x00000002,
+       VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT         = 0x00000001,
+       VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT                      = 0x00000002,
+       VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT     = VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT,
+       VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT          = VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT,
        VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM                                      = 0x7FFFFFFF,
 };
 typedef uint32_t VkPipelineShaderStageCreateFlags;
@@ -3353,6 +3455,62 @@ enum VkSemaphoreWaitFlagBits
 };
 typedef uint32_t VkSemaphoreWaitFlags;
 
+enum VkPipelineCreationFeedbackFlagBits
+{
+       VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT                                                                 = 0x00000001,
+       VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT                = 0x00000002,
+       VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT                    = 0x00000004,
+       VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT                                                             = VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT,
+       VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT    = VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT,
+       VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT                = VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT,
+       VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM                                                = 0x7FFFFFFF,
+};
+typedef uint32_t VkPipelineCreationFeedbackFlags;
+
+enum VkToolPurposeFlagBits
+{
+       VK_TOOL_PURPOSE_VALIDATION_BIT                          = 0x00000001,
+       VK_TOOL_PURPOSE_PROFILING_BIT                           = 0x00000002,
+       VK_TOOL_PURPOSE_TRACING_BIT                                     = 0x00000004,
+       VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT         = 0x00000008,
+       VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT          = 0x00000010,
+       VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT         = 0x00000020,
+       VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT           = 0x00000040,
+       VK_TOOL_PURPOSE_VALIDATION_BIT_EXT                      = VK_TOOL_PURPOSE_VALIDATION_BIT,
+       VK_TOOL_PURPOSE_PROFILING_BIT_EXT                       = VK_TOOL_PURPOSE_PROFILING_BIT,
+       VK_TOOL_PURPOSE_TRACING_BIT_EXT                         = VK_TOOL_PURPOSE_TRACING_BIT,
+       VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT     = VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT,
+       VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT      = VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT,
+       VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM                      = 0x7FFFFFFF,
+};
+typedef uint32_t VkToolPurposeFlags;
+
+enum VkPrivateDataSlotCreateFlagBits
+{
+       VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM  = 0x7FFFFFFF,
+};
+typedef uint32_t VkPrivateDataSlotCreateFlags;
+
+enum VkSubmitFlagBits
+{
+       VK_SUBMIT_PROTECTED_BIT                 = 0x00000001,
+       VK_SUBMIT_PROTECTED_BIT_KHR             = VK_SUBMIT_PROTECTED_BIT,
+       VK_SUBMIT_FLAG_BITS_MAX_ENUM    = 0x7FFFFFFF,
+};
+typedef uint32_t VkSubmitFlags;
+
+enum VkRenderingFlagBits
+{
+       VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT             = 0x00000001,
+       VK_RENDERING_SUSPENDING_BIT                                                             = 0x00000002,
+       VK_RENDERING_RESUMING_BIT                                                               = 0x00000004,
+       VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT,
+       VK_RENDERING_SUSPENDING_BIT_KHR                                                 = VK_RENDERING_SUSPENDING_BIT,
+       VK_RENDERING_RESUMING_BIT_KHR                                                   = VK_RENDERING_RESUMING_BIT,
+       VK_RENDERING_FLAG_BITS_MAX_ENUM                                                 = 0x7FFFFFFF,
+};
+typedef uint32_t VkRenderingFlags;
+
 enum VkSurfaceTransformFlagBitsKHR
 {
        VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR                                           = 0x00000001,
@@ -3407,15 +3565,6 @@ enum VkDisplayPlaneAlphaFlagBitsKHR
 };
 typedef uint32_t VkDisplayPlaneAlphaFlagsKHR;
 
-enum VkRenderingFlagBitsKHR
-{
-       VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = 0x00000001,
-       VK_RENDERING_SUSPENDING_BIT_KHR                                                 = 0x00000002,
-       VK_RENDERING_RESUMING_BIT_KHR                                                   = 0x00000004,
-       VK_RENDERING_FLAG_BITS_MAX_ENUM_KHR                                             = 0x7FFFFFFF,
-};
-typedef uint32_t VkRenderingFlagsKHR;
-
 enum VkPerformanceCounterDescriptionFlagBitsKHR
 {
        VK_PERFORMANCE_COUNTER_DESCRIPTION_PERFORMANCE_IMPACTING_BIT_KHR        = 0x00000001,
@@ -3432,13 +3581,6 @@ enum VkAcquireProfilingLockFlagBitsKHR
 };
 typedef uint32_t VkAcquireProfilingLockFlagsKHR;
 
-enum VkSubmitFlagBitsKHR
-{
-       VK_SUBMIT_PROTECTED_BIT_KHR                     = 0x00000001,
-       VK_SUBMIT_FLAG_BITS_MAX_ENUM_KHR        = 0x7FFFFFFF,
-};
-typedef uint32_t VkSubmitFlagsKHR;
-
 enum VkDebugReportFlagBitsEXT
 {
        VK_DEBUG_REPORT_INFORMATION_BIT_EXT                     = 0x00000001,
@@ -3551,34 +3693,12 @@ enum VkPipelineCompilerControlFlagBitsAMD
 };
 typedef uint32_t VkPipelineCompilerControlFlagsAMD;
 
-enum VkPipelineCreationFeedbackFlagBitsEXT
-{
-       VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT                                                             = 0x00000001,
-       VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT    = 0x00000002,
-       VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT                = 0x00000004,
-       VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM_EXT                                    = 0x7FFFFFFF,
-};
-typedef uint32_t VkPipelineCreationFeedbackFlagsEXT;
-
 enum VkShaderCorePropertiesFlagBitsAMD
 {
        VK_SHADER_CORE_PROPERTIES_FLAG_BITS_MAX_ENUM_AMD        = 0x7FFFFFFF,
 };
 typedef uint32_t VkShaderCorePropertiesFlagsAMD;
 
-enum VkToolPurposeFlagBitsEXT
-{
-       VK_TOOL_PURPOSE_VALIDATION_BIT_EXT                      = 0x00000001,
-       VK_TOOL_PURPOSE_PROFILING_BIT_EXT                       = 0x00000002,
-       VK_TOOL_PURPOSE_TRACING_BIT_EXT                         = 0x00000004,
-       VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT     = 0x00000008,
-       VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT      = 0x00000010,
-       VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT         = 0x00000020,
-       VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT           = 0x00000040,
-       VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM_EXT          = 0x7FFFFFFF,
-};
-typedef uint32_t VkToolPurposeFlagsEXT;
-
 enum VkIndirectStateFlagBitsNV
 {
        VK_INDIRECT_STATE_FLAG_FRONTFACE_BIT_NV = 0x00000001,
@@ -3595,12 +3715,6 @@ enum VkIndirectCommandsLayoutUsageFlagBitsNV
 };
 typedef uint32_t VkIndirectCommandsLayoutUsageFlagsNV;
 
-enum VkPrivateDataSlotCreateFlagBitsEXT
-{
-       VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM_EXT      = 0x7FFFFFFF,
-};
-typedef uint32_t VkPrivateDataSlotCreateFlagsEXT;
-
 enum VkDeviceDiagnosticsConfigFlagBitsNV
 {
        VK_DEVICE_DIAGNOSTICS_CONFIG_ENABLE_SHADER_DEBUG_INFO_BIT_NV            = 0x00000001,
@@ -3780,6 +3894,8 @@ typedef uint32_t VkQueryPoolCreateFlags;
 
 typedef uint32_t VkBufferViewCreateFlags;
 
+typedef uint32_t VkShaderModuleCreateFlags;
+
 typedef uint32_t VkPipelineVertexInputStateCreateFlags;
 
 typedef uint32_t VkPipelineInputAssemblyStateCreateFlags;
@@ -3896,6 +4012,16 @@ typedef VkDescriptorBindingFlags VkDescriptorBindingFlagsEXT;
 
 typedef VkSemaphoreWaitFlags VkSemaphoreWaitFlagsKHR;
 
+typedef VkPipelineCreationFeedbackFlags VkPipelineCreationFeedbackFlagsEXT;
+
+typedef VkToolPurposeFlags VkToolPurposeFlagsEXT;
+
+typedef VkPrivateDataSlotCreateFlags VkPrivateDataSlotCreateFlagsEXT;
+
+typedef VkSubmitFlags VkSubmitFlagsKHR;
+
+typedef VkRenderingFlags VkRenderingFlagsKHR;
+
 typedef VkGeometryFlagsKHR VkGeometryFlagsNV;
 
 typedef VkGeometryInstanceFlagsKHR VkGeometryInstanceFlagsNV;
@@ -3906,130 +4032,222 @@ typedef VkCommandPoolTrimFlags VkCommandPoolTrimFlagsKHR;
 
 typedef VkDescriptorUpdateTemplateCreateFlags VkDescriptorUpdateTemplateCreateFlagsKHR;
 
-typedef uint64_t VkPipelineStageFlags2KHR;
-typedef uint64_t VkPipelineStageFlagBits2KHR;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_NONE_KHR                                                                  = 0ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR                                               = 0x00000001ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR                                             = 0x00000002ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR                                              = 0x00000004ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR                                             = 0x00000008ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR               = 0x00000010ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR            = 0x00000020ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR                                   = 0x00000040ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR                                   = 0x00000080ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR                              = 0x00000100ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR                               = 0x00000200ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR                   = 0x00000400ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR                                            = 0x00000800ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR                                              = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR                                                  = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR                                            = 0x00002000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_HOST_BIT_KHR                                                              = 0x00004000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR                                              = 0x00008000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR                                              = 0x00010000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COPY_BIT_KHR                                                              = 0x100000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR                                                   = 0x200000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BLIT_BIT_KHR                                                              = 0x400000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR                                                             = 0x800000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR                                               = 0x1000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR                            = 0x2000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR                 = 0x4000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR                                              = 0x04000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR                                              = 0x08000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT                                        = 0x01000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT                             = 0x00040000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV                                 = 0x00020000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR  = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV                                 = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR              = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR                                        = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV                                 = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV               = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT                  = 0x00800000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV                                                        = 0x00080000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV                                                        = 0x00100000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI                                        = 0x8000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI                                        = 0x10000000000ULL;
-
-typedef uint64_t VkAccessFlags2KHR;
-typedef uint64_t VkAccessFlagBits2KHR;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_NONE_KHR                                                                         = 0ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR                                    = 0x00000001ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDEX_READ_BIT_KHR                                                       = 0x00000002ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR                                    = 0x00000004ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_UNIFORM_READ_BIT_KHR                                                     = 0x00000008ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR                                    = 0x00000010ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_READ_BIT_KHR                                                      = 0x00000020ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_WRITE_BIT_KHR                                                     = 0x00000040ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR                                    = 0x00000080ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR                           = 0x00000100ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR                    = 0x00000200ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR           = 0x00000400ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_READ_BIT_KHR                                                    = 0x00000800ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR                                           = 0x00001000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_READ_BIT_KHR                                                                = 0x00002000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_WRITE_BIT_KHR                                                       = 0x00004000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_READ_BIT_KHR                                                      = 0x00008000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_WRITE_BIT_KHR                                                     = 0x00010000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR                                      = 0x100000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR                                      = 0x200000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR                                     = 0x400000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR                                                = 0x800000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR                                       = 0x1000000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR                                                = 0x2000000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR                                       = 0x4000000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT                         = 0x02000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT          = 0x04000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT         = 0x08000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT                       = 0x00100000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV                           = 0x00020000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV                          = 0x00040000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR    = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV                           = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR                      = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR                     = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV                       = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV                      = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT                                = 0x01000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT                = 0x00080000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI                          = 0x8000000000ULL;
-
-typedef uint64_t VkFormatFeatureFlags2KHR;
-typedef uint64_t VkFormatFeatureFlagBits2KHR;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR                                                                                                                             = 0x00000001ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR                                                                                                                             = 0x00000002ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR                                                                                                              = 0x00000004ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR                                                                                                              = 0x00000008ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR                                                                                                              = 0x00000010ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR                                                                                               = 0x00000020ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR                                                                                                                             = 0x00000040ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR                                                                                                                  = 0x00000080ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR                                                                                                            = 0x00000100ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR                                                                                                  = 0x00000200ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR                                                                                                                                  = 0x00000400ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR                                                                                                                                  = 0x00000800ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR                                                                                               = 0x00001000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG                                                                                                        = 0x00002000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR                                                                                                                              = 0x00004000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR                                                                                                                              = 0x00008000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR                                                                                               = 0x00010000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR                                                                                                   = 0x00020000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR                                                              = 0x00040000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR                             = 0x00080000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR                             = 0x00100000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR   = 0x00200000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR                                                                                                                                  = 0x00400000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR                                                                                                            = 0x00800000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT                                                                                                              = 0x01000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR                                                                                                               = 0x02000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR                                                                                                                  = 0x04000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR                                                                                                                        = 0x08000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR                                                                                                                  = 0x10000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR                                                                              = 0x20000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR                                                                                  = 0x40000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR                                                                                               = 0x80000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR                                                                                              = 0x100000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR                                                                                            = 0x200000000ULL;
+typedef uint64_t VkPipelineStageFlags2;
+
+typedef uint64_t VkPipelineStageFlagBits2;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE                                                                         = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE_KHR                                                                     = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT                                                      = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR                                          = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT                                                    = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR                                                = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT                                                     = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR                                         = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT                                                    = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR                                                = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT                      = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR          = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT           = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR       = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT                                          = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR                                      = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT                                          = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR                                      = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT                                     = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR                         = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT                                      = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR                          = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT                          = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR                      = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT                                           = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR                                       = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT                                                     = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR                                         = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT                                                         = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR                                                     = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT                                           = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR                                       = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT                                                                     = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT_KHR                                                         = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT                                                     = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR                                         = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT                                                     = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR                                         = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT                                                                     = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT_KHR                                                         = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT                                                          = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR                                                      = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT                                                                     = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT_KHR                                                         = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT                                                                    = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR                                                                = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT                                                      = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR                                          = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT                           = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR                       = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT                                = 0x4000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR                    = 0x4000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR                                         = 0x04000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR                                         = 0x08000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT                           = 0x01000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT                                = 0x00040000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV                                    = 0x00020000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR     = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV                                    = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR         = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR                           = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV                                    = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV          = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT                     = 0x00800000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV                                           = 0x00080000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV                                           = 0x00100000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI                           = 0x8000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI                           = 0x10000000000ULL;
+
+
+typedef uint64_t VkAccessFlags2;
+
+typedef uint64_t VkAccessFlagBits2;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE                                                                                                = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE_KHR                                                                                    = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT                                           = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR                                       = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT                                                                      = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT_KHR                                                          = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT                                           = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR                                       = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT                                                                    = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT_KHR                                                                = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT                                           = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR                                       = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT                                                                     = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT_KHR                                                         = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT                                                                    = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT_KHR                                                                = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT                                           = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR                                       = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT                                          = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR                                      = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT                           = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR                       = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT                          = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR                      = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT                                                           = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT_KHR                                                       = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT                                                          = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR                                                      = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT                                                                       = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT_KHR                                                           = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT                                                                      = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT_KHR                                                          = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT                                                                     = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT_KHR                                                         = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT                                                                    = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT_KHR                                                                = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT                                                     = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR                                         = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT                                                     = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR                                         = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT                                                    = 0x400000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR                                                = 0x400000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR                                           = 0x800000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR                                          = 0x1000000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR                                           = 0x2000000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR                                          = 0x4000000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT                                    = 0x02000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT                     = 0x04000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT                    = 0x08000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT                          = 0x00100000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV                                      = 0x00020000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV                                     = 0x00040000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR       = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV                                      = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR                         = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR                                = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV                          = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV                         = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT                           = 0x01000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT           = 0x00080000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI                                     = 0x8000000000ULL;
+
+
+typedef uint64_t VkFormatFeatureFlags2;
+
+typedef uint64_t VkFormatFeatureFlagBits2;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT                                                                                                                                    = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR                                                                                                                                = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT                                                                                                                                    = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR                                                                                                                                = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT                                                                                                                     = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR                                                                                                         = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT                                                                                                                     = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR                                                                                                         = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT                                                                                                                     = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR                                                                                                         = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT                                                                                                      = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR                                                                                          = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT                                                                                                                                    = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR                                                                                                                                = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT                                                                                                                         = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR                                                                                                                     = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT                                                                                                           = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR                                                                                                       = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT                                                                                                         = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR                                                                                                     = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT                                                                                                                                         = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR                                                                                                                                     = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT                                                                                                                                         = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR                                                                                                                                     = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT                                                                                                      = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR                                                                                          = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT                                                                                                       = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT                                                                                           = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT                                                                                                                                     = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR                                                                                                                         = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT                                                                                                                                     = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR                                                                                                                         = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT                                                                                                      = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR                                                                                          = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT                                                                                                          = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR                                                                                                      = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT                                                                     = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR                                                         = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT                                    = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR                                = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT                                    = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR                                = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT          = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR      = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT                                                                                                                                         = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR                                                                                                                                     = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT                                                                                                           = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR                                                                                                       = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT                                                                                                      = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR                                                                                          = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT                                                                                                     = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR                                                                                         = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT                                                                                           = 0x200000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR                                                                                       = 0x200000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR                                                                                                          = 0x02000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR                                                                                                                     = 0x04000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR                                                                         = 0x20000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT                                                                                                         = 0x01000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR                                                                                     = 0x40000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR                                                                                                           = 0x08000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR                                                                                                                     = 0x10000000ULL;
+
+
+typedef VkPipelineStageFlags2 VkPipelineStageFlags2KHR;
+
+typedef VkPipelineStageFlagBits2 VkPipelineStageFlagBits2KHR;
+
+typedef VkAccessFlags2 VkAccessFlags2KHR;
+
+typedef VkAccessFlagBits2 VkAccessFlagBits2KHR;
+
+typedef VkFormatFeatureFlags2 VkFormatFeatureFlags2KHR;
+
+typedef VkFormatFeatureFlagBits2 VkFormatFeatureFlagBits2KHR;
 
 VK_DEFINE_PLATFORM_TYPE(XlibDisplayPtr,                                void*)
 VK_DEFINE_PLATFORM_TYPE(XlibWindow,                                    uintptr_t)
@@ -4131,7 +4349,7 @@ VK_DEFINE_PLATFORM_TYPE(CAMetalLayer,                             void*)
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION 1
 #define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION 1
 #define VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME "VK_KHR_copy_commands2"
-#define VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME "VK_KHR_format_feature_flags2"
+#define VK_KHR_FORMAT_FEATURE_FLAGS2_SPEC_VERSION 1
 #define VK_KHR_MAINTENANCE4_SPEC_VERSION 1
 #define VK_EXT_DEBUG_REPORT_SPEC_VERSION 10
 #define VK_NV_GLSL_SHADER_SPEC_VERSION 1
@@ -4278,6 +4496,7 @@ VK_DEFINE_PLATFORM_TYPE(CAMetalLayer,                             void*)
 #define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION 1
 #define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION 2
 #define VK_EXT_PHYSICAL_DEVICE_DRM_SPEC_VERSION 1
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION 1
 #define VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION 2
 #define VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION 1
 #define VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION 1
@@ -4287,6 +4506,7 @@ VK_DEFINE_PLATFORM_TYPE(CAMetalLayer,                             void*)
 #define VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION 1
 #define VK_EXT_MULTI_DRAW_SPEC_VERSION 1
 #define VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION 1
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
 #define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 12
 #define VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION 1
 #define VK_KHR_RAY_QUERY_SPEC_VERSION 1
index 6b68820..9558f65 100644 (file)
@@ -237,7 +237,7 @@ void beginRendering(const DeviceInterface&          vk,
                DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
        };
 
-       vk.cmdBeginRenderingKHR(commandBuffer, &renderingInfo);
+       vk.cmdBeginRendering(commandBuffer, &renderingInfo);
 }
 
 void beginRendering(const DeviceInterface&             vk,
@@ -296,13 +296,13 @@ void beginRendering(const DeviceInterface&                vk,
                DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
        };
 
-       vk.cmdBeginRenderingKHR(commandBuffer, &renderingInfo);
+       vk.cmdBeginRendering(commandBuffer, &renderingInfo);
 }
 
 void endRendering(const DeviceInterface&       vk,
                                  const VkCommandBuffer         commandBuffer)
 {
-       vk.cmdEndRenderingKHR(commandBuffer);
+       vk.cmdEndRendering(commandBuffer);
 }
 
 void submitCommandsAndWait (const DeviceInterface&             vk,
index e1c8536..d9faf36 100644 (file)
@@ -151,6 +151,42 @@ virtual VkResult                   signalSemaphore                                                                 (VkDevice device, const VkSemaphoreSi
 virtual VkDeviceAddress                getBufferDeviceAddress                                                  (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const;
 virtual uint64_t                       getBufferOpaqueCaptureAddress                                   (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const;
 virtual uint64_t                       getDeviceMemoryOpaqueCaptureAddress                             (VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) const;
+virtual VkResult                       createPrivateDataSlot                                                   (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot) const;
+virtual void                           destroyPrivateDataSlot                                                  (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) const;
+virtual VkResult                       setPrivateData                                                                  (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) const;
+virtual void                           getPrivateData                                                                  (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData) const;
+virtual void                           cmdSetEvent2                                                                    (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const;
+virtual void                           cmdResetEvent2                                                                  (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) const;
+virtual void                           cmdWaitEvents2                                                                  (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos) const;
+virtual void                           cmdPipelineBarrier2                                                             (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) const;
+virtual void                           cmdWriteTimestamp2                                                              (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) const;
+virtual VkResult                       queueSubmit2                                                                    (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence) const;
+virtual void                           cmdCopyBuffer2                                                                  (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) const;
+virtual void                           cmdCopyImage2                                                                   (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo) const;
+virtual void                           cmdCopyBufferToImage2                                                   (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo) const;
+virtual void                           cmdCopyImageToBuffer2                                                   (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo) const;
+virtual void                           cmdBlitImage2                                                                   (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo) const;
+virtual void                           cmdResolveImage2                                                                (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo) const;
+virtual void                           cmdBeginRendering                                                               (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const;
+virtual void                           cmdEndRendering                                                                 (VkCommandBuffer commandBuffer) const;
+virtual void                           cmdSetCullMode                                                                  (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const;
+virtual void                           cmdSetFrontFace                                                                 (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const;
+virtual void                           cmdSetPrimitiveTopology                                                 (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const;
+virtual void                           cmdSetViewportWithCount                                                 (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const;
+virtual void                           cmdSetScissorWithCount                                                  (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const;
+virtual void                           cmdBindVertexBuffers2                                                   (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const;
+virtual void                           cmdSetDepthTestEnable                                                   (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const;
+virtual void                           cmdSetDepthWriteEnable                                                  (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const;
+virtual void                           cmdSetDepthCompareOp                                                    (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const;
+virtual void                           cmdSetDepthBoundsTestEnable                                             (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const;
+virtual void                           cmdSetStencilTestEnable                                                 (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const;
+virtual void                           cmdSetStencilOp                                                                 (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const;
+virtual void                           cmdSetRasterizerDiscardEnable                                   (VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable) const;
+virtual void                           cmdSetDepthBiasEnable                                                   (VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) const;
+virtual void                           cmdSetPrimitiveRestartEnable                                    (VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) const;
+virtual void                           getDeviceBufferMemoryRequirements                               (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const;
+virtual void                           getDeviceImageMemoryRequirements                                (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const;
+virtual void                           getDeviceImageSparseMemoryRequirements                  (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const;
 virtual VkResult                       createSwapchainKHR                                                              (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const;
 virtual void                           destroySwapchainKHR                                                             (VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) const;
 virtual VkResult                       getSwapchainImagesKHR                                                   (VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) const;
@@ -160,8 +196,6 @@ virtual VkResult                    getDeviceGroupPresentCapabilitiesKHR                    (VkDevice device, VkDe
 virtual VkResult                       getDeviceGroupSurfacePresentModesKHR                    (VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR* pModes) const;
 virtual VkResult                       acquireNextImage2KHR                                                    (VkDevice device, const VkAcquireNextImageInfoKHR* pAcquireInfo, uint32_t* pImageIndex) const;
 virtual VkResult                       createSharedSwapchainsKHR                                               (VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const;
-virtual void                           cmdBeginRenderingKHR                                                    (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const;
-virtual void                           cmdEndRenderingKHR                                                              (VkCommandBuffer commandBuffer) const;
 virtual VkResult                       getMemoryFdKHR                                                                  (VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) const;
 virtual VkResult                       getMemoryFdPropertiesKHR                                                (VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR* pMemoryFdProperties) const;
 virtual VkResult                       importSemaphoreFdKHR                                                    (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const;
@@ -183,23 +217,8 @@ virtual VkResult                   deferredOperationJoinKHR                                                (VkDevice device, VkDeferredOpe
 virtual VkResult                       getPipelineExecutablePropertiesKHR                              (VkDevice device, const VkPipelineInfoKHR* pPipelineInfo, uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties) const;
 virtual VkResult                       getPipelineExecutableStatisticsKHR                              (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pStatisticCount, VkPipelineExecutableStatisticKHR* pStatistics) const;
 virtual VkResult                       getPipelineExecutableInternalRepresentationsKHR (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) const;
-virtual void                           cmdSetEvent2KHR                                                                 (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo) const;
-virtual void                           cmdResetEvent2KHR                                                               (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR stageMask) const;
-virtual void                           cmdWaitEvents2KHR                                                               (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfos) const;
-virtual void                           cmdPipelineBarrier2KHR                                                  (VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo) const;
-virtual void                           cmdWriteTimestamp2KHR                                                   (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkQueryPool queryPool, uint32_t query) const;
-virtual VkResult                       queueSubmit2KHR                                                                 (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2KHR* pSubmits, VkFence fence) const;
 virtual void                           cmdWriteBufferMarker2AMD                                                (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) const;
 virtual void                           getQueueCheckpointData2NV                                               (VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData) const;
-virtual void                           cmdCopyBuffer2KHR                                                               (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo) const;
-virtual void                           cmdCopyImage2KHR                                                                (VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo) const;
-virtual void                           cmdCopyBufferToImage2KHR                                                (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo) const;
-virtual void                           cmdCopyImageToBuffer2KHR                                                (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo) const;
-virtual void                           cmdBlitImage2KHR                                                                (VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo) const;
-virtual void                           cmdResolveImage2KHR                                                             (VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo) const;
-virtual void                           getDeviceBufferMemoryRequirementsKHR                    (VkDevice device, const VkDeviceBufferMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const;
-virtual void                           getDeviceImageMemoryRequirementsKHR                             (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const;
-virtual void                           getDeviceImageSparseMemoryRequirementsKHR               (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const;
 virtual VkResult                       debugMarkerSetObjectTagEXT                                              (VkDevice device, const VkDebugMarkerObjectTagInfoEXT* pTagInfo) const;
 virtual VkResult                       debugMarkerSetObjectNameEXT                                             (VkDevice device, const VkDebugMarkerObjectNameInfoEXT* pNameInfo) const;
 virtual void                           cmdDebugMarkerBeginEXT                                                  (VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT* pMarkerInfo) const;
@@ -283,28 +302,12 @@ virtual VkResult                  getPerformanceParameterINTEL                                    (VkDevice device, VkPerforma
 virtual void                           setLocalDimmingAMD                                                              (VkDevice device, VkSwapchainKHR swapChain, VkBool32 localDimmingEnable) const;
 virtual VkDeviceAddress                getBufferDeviceAddressEXT                                               (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const;
 virtual void                           cmdSetLineStippleEXT                                                    (VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, uint16_t lineStipplePattern) const;
-virtual void                           cmdSetCullModeEXT                                                               (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const;
-virtual void                           cmdSetFrontFaceEXT                                                              (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const;
-virtual void                           cmdSetPrimitiveTopologyEXT                                              (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const;
-virtual void                           cmdSetViewportWithCountEXT                                              (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const;
-virtual void                           cmdSetScissorWithCountEXT                                               (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const;
-virtual void                           cmdBindVertexBuffers2EXT                                                (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const;
-virtual void                           cmdSetDepthTestEnableEXT                                                (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const;
-virtual void                           cmdSetDepthWriteEnableEXT                                               (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const;
-virtual void                           cmdSetDepthCompareOpEXT                                                 (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const;
-virtual void                           cmdSetDepthBoundsTestEnableEXT                                  (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const;
-virtual void                           cmdSetStencilTestEnableEXT                                              (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const;
-virtual void                           cmdSetStencilOpEXT                                                              (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const;
 virtual void                           getGeneratedCommandsMemoryRequirementsNV                (VkDevice device, const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2* pMemoryRequirements) const;
 virtual void                           cmdPreprocessGeneratedCommandsNV                                (VkCommandBuffer commandBuffer, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo) const;
 virtual void                           cmdExecuteGeneratedCommandsNV                                   (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo) const;
 virtual void                           cmdBindPipelineShaderGroupNV                                    (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline, uint32_t groupIndex) const;
 virtual VkResult                       createIndirectCommandsLayoutNV                                  (VkDevice device, const VkIndirectCommandsLayoutCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkIndirectCommandsLayoutNV* pIndirectCommandsLayout) const;
 virtual void                           destroyIndirectCommandsLayoutNV                                 (VkDevice device, VkIndirectCommandsLayoutNV indirectCommandsLayout, const VkAllocationCallbacks* pAllocator) const;
-virtual VkResult                       createPrivateDataSlotEXT                                                (VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot) const;
-virtual void                           destroyPrivateDataSlotEXT                                               (VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator) const;
-virtual VkResult                       setPrivateDataEXT                                                               (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data) const;
-virtual void                           getPrivateDataEXT                                                               (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData) const;
 virtual void                           cmdSetFragmentShadingRateEnumNV                                 (VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const;
 virtual void                           cmdSetVertexInputEXT                                                    (VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount, const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, uint32_t vertexAttributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const;
 virtual VkResult                       getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI   (VkDevice device, VkRenderPass renderpass, VkExtent2D* pMaxWorkgroupSize) const;
@@ -319,6 +322,7 @@ virtual void                                cmdSetPrimitiveRestartEnableEXT                                 (VkCommandBuffer commandBuff
 virtual void                           cmdSetColorWriteEnableEXT                                               (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkBool32* pColorWriteEnables) const;
 virtual void                           cmdDrawMultiEXT                                                                 (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawInfoEXT* pVertexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride) const;
 virtual void                           cmdDrawMultiIndexedEXT                                                  (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT* pIndexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride, const int32_t* pVertexOffset) const;
+virtual void                           setDeviceMemoryPriorityEXT                                              (VkDevice device, VkDeviceMemory memory, float priority) const;
 virtual VkResult                       createAccelerationStructureKHR                                  (VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure) const;
 virtual void                           destroyAccelerationStructureKHR                                 (VkDevice device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator) const;
 virtual void                           cmdBuildAccelerationStructuresKHR                               (VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos) const;
index 6396528..91726ae 100644 (file)
@@ -24,6 +24,7 @@ virtual void          getPhysicalDeviceSparseImageFormatProperties2                                   (VkPhysicalDevic
 virtual void           getPhysicalDeviceExternalBufferProperties                                               (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const;
 virtual void           getPhysicalDeviceExternalFenceProperties                                                (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) const;
 virtual void           getPhysicalDeviceExternalSemaphoreProperties                                    (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const;
+virtual VkResult       getPhysicalDeviceToolProperties                                                                 (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties) const;
 virtual void           destroySurfaceKHR                                                                                               (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) const;
 virtual VkResult       getPhysicalDeviceSurfaceSupportKHR                                                              (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const;
 virtual VkResult       getPhysicalDeviceSurfaceCapabilitiesKHR                                                 (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities) const;
@@ -57,7 +58,6 @@ virtual void          destroyDebugUtilsMessengerEXT                                                                   (VkInstance instance, VkDebu
 virtual void           submitDebugUtilsMessageEXT                                                                              (VkInstance instance, VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageTypes, const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData) const;
 virtual void           getPhysicalDeviceMultisamplePropertiesEXT                                               (VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT* pMultisampleProperties) const;
 virtual VkResult       getPhysicalDeviceCalibrateableTimeDomainsEXT                                    (VkPhysicalDevice physicalDevice, uint32_t* pTimeDomainCount, VkTimeDomainEXT* pTimeDomains) const;
-virtual VkResult       getPhysicalDeviceToolPropertiesEXT                                                              (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties) const;
 virtual VkResult       getPhysicalDeviceCooperativeMatrixPropertiesNV                                  (VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties) const;
 virtual VkResult       getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV (VkPhysicalDevice physicalDevice, uint32_t* pCombinationCount, VkFramebufferMixedSamplesCombinationNV* pCombinations) const;
 virtual VkResult       createHeadlessSurfaceEXT                                                                                (VkInstance instance, const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) const;
index 1b7b83c..66c090d 100644 (file)
@@ -19,6 +19,7 @@ void initApisMap (ApisMap& apis)
        apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_0, FunctionInfosList()));
        apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_1, FunctionInfosList()));
        apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_2, FunctionInfosList()));
+       apis.insert(::std::pair<uint32_t, FunctionInfosList>(VK_API_VERSION_1_3, FunctionInfosList()));
 
        apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkCreateInstance",                                                                     FUNCTIONORIGIN_PLATFORM));
        apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyInstance",                                                            FUNCTIONORIGIN_INSTANCE));
@@ -503,5 +504,221 @@ void initApisMap (ApisMap& apis)
        apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetBufferOpaqueCaptureAddress",                                      FUNCTIONORIGIN_DEVICE));
        apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetDeviceMemoryOpaqueCaptureAddress",                        FUNCTIONORIGIN_DEVICE));
 
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateInstance",                                                                     FUNCTIONORIGIN_PLATFORM));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyInstance",                                                            FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumeratePhysicalDevices",                                           FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures",                                          FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties",                          FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceImageFormatProperties",                     FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceProperties",                                        FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceQueueFamilyProperties",                     FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties",                          FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetInstanceProcAddr",                                                        FUNCTIONORIGIN_PLATFORM));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceProcAddr",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDevice",                                                                       FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyDevice",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumerateInstanceExtensionProperties",                       FUNCTIONORIGIN_PLATFORM));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumerateDeviceExtensionProperties",                         FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumerateInstanceLayerProperties",                           FUNCTIONORIGIN_PLATFORM));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumerateDeviceLayerProperties",                                     FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceQueue",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkQueueSubmit",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkQueueWaitIdle",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDeviceWaitIdle",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkAllocateMemory",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkFreeMemory",                                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkMapMemory",                                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkUnmapMemory",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkFlushMappedMemoryRanges",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkInvalidateMappedMemoryRanges",                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceMemoryCommitment",                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkBindBufferMemory",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkBindImageMemory",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetBufferMemoryRequirements",                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetImageMemoryRequirements",                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetImageSparseMemoryRequirements",                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceSparseImageFormatProperties",       FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkQueueBindSparse",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateFence",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyFence",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetFences",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetFenceStatus",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkWaitForFences",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateSemaphore",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroySemaphore",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateEvent",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyEvent",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetEventStatus",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkSetEvent",                                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetEvent",                                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateQueryPool",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyQueryPool",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetQueryPoolResults",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateBuffer",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyBuffer",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateBufferView",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyBufferView",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateImage",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyImage",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetImageSubresourceLayout",                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateImageView",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyImageView",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateShaderModule",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyShaderModule",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreatePipelineCache",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyPipelineCache",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPipelineCacheData",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkMergePipelineCaches",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateGraphicsPipelines",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateComputePipelines",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyPipeline",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreatePipelineLayout",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyPipelineLayout",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateSampler",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroySampler",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDescriptorSetLayout",                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyDescriptorSetLayout",                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDescriptorPool",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyDescriptorPool",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetDescriptorPool",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkAllocateDescriptorSets",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkFreeDescriptorSets",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkUpdateDescriptorSets",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateFramebuffer",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyFramebuffer",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateRenderPass",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyRenderPass",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetRenderAreaGranularity",                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateCommandPool",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyCommandPool",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetCommandPool",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkAllocateCommandBuffers",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkFreeCommandBuffers",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkBeginCommandBuffer",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEndCommandBuffer",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetCommandBuffer",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBindPipeline",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetViewport",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetScissor",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetLineWidth",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthBias",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetBlendConstants",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthBounds",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetStencilCompareMask",                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetStencilWriteMask",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetStencilReference",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBindDescriptorSets",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBindIndexBuffer",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBindVertexBuffers",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDraw",                                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndexed",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndirect",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndexedIndirect",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDispatch",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDispatchIndirect",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyBuffer",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyImage",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBlitImage",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyBufferToImage",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyImageToBuffer",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdUpdateBuffer",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdFillBuffer",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdClearColorImage",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdClearDepthStencilImage",                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdClearAttachments",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdResolveImage",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetEvent",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdResetEvent",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdWaitEvents",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdPipelineBarrier",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBeginQuery",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdEndQuery",                                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdResetQueryPool",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdWriteTimestamp",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyQueryPoolResults",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdPushConstants",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBeginRenderPass",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdNextSubpass",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdEndRenderPass",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdExecuteCommands",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumerateInstanceVersion",                                           FUNCTIONORIGIN_PLATFORM));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkBindBufferMemory2",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkBindImageMemory2",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceGroupPeerMemoryFeatures",                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDeviceMask",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDispatchBase",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkEnumeratePhysicalDeviceGroups",                                      FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetImageMemoryRequirements2",                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetBufferMemoryRequirements2",                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetImageSparseMemoryRequirements2",                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFeatures2",                                         FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceProperties2",                                       FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties2",                         FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceImageFormatProperties2",            FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceQueueFamilyProperties2",            FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceMemoryProperties2",                         FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceSparseImageFormatProperties2",      FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkTrimCommandPool",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceQueue2",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateSamplerYcbcrConversion",                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroySamplerYcbcrConversion",                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateDescriptorUpdateTemplate",                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyDescriptorUpdateTemplate",                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkUpdateDescriptorSetWithTemplate",                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceExternalBufferProperties",          FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceExternalFenceProperties",           FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceExternalSemaphoreProperties",       FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDescriptorSetLayoutSupport",                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndirectCount",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdDrawIndexedIndirectCount",                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreateRenderPass2",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBeginRenderPass2",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdNextSubpass2",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdEndRenderPass2",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetQueryPool",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetSemaphoreCounterValue",                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkWaitSemaphores",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkSignalSemaphore",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetBufferDeviceAddress",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetBufferOpaqueCaptureAddress",                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceMemoryOpaqueCaptureAddress",                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceToolProperties",                            FUNCTIONORIGIN_INSTANCE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCreatePrivateDataSlot",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkDestroyPrivateDataSlot",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkSetPrivateData",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPrivateData",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetEvent2",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdResetEvent2",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdWaitEvents2",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdPipelineBarrier2",                                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdWriteTimestamp2",                                                         FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkQueueSubmit2",                                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyBuffer2",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyImage2",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyBufferToImage2",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdCopyImageToBuffer2",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBlitImage2",                                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdResolveImage2",                                                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBeginRendering",                                                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdEndRendering",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetCullMode",                                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetFrontFace",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetPrimitiveTopology",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetViewportWithCount",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetScissorWithCount",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdBindVertexBuffers2",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthTestEnable",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthWriteEnable",                                                     FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthCompareOp",                                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthBoundsTestEnable",                                        FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetStencilTestEnable",                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetStencilOp",                                                            FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetRasterizerDiscardEnable",                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetDepthBiasEnable",                                                      FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkCmdSetPrimitiveRestartEnable",                                       FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceBufferMemoryRequirements",                          FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceImageMemoryRequirements",                           FUNCTIONORIGIN_DEVICE));
+       apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetDeviceImageSparseMemoryRequirements",                     FUNCTIONORIGIN_DEVICE));
+
 }
 
index 1888aa3..18c2fc5 100644 (file)
@@ -752,6 +752,186 @@ uint64_t DeviceDriver::getDeviceMemoryOpaqueCaptureAddress (VkDevice device, con
        return m_vk.getDeviceMemoryOpaqueCaptureAddress(device, pInfo);
 }
 
+VkResult DeviceDriver::createPrivateDataSlot (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot) const
+{
+       return m_vk.createPrivateDataSlot(device, pCreateInfo, pAllocator, pPrivateDataSlot);
+}
+
+void DeviceDriver::destroyPrivateDataSlot (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) const
+{
+       m_vk.destroyPrivateDataSlot(device, privateDataSlot, pAllocator);
+}
+
+VkResult DeviceDriver::setPrivateData (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) const
+{
+       return m_vk.setPrivateData(device, objectType, objectHandle, privateDataSlot, data);
+}
+
+void DeviceDriver::getPrivateData (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData) const
+{
+       m_vk.getPrivateData(device, objectType, objectHandle, privateDataSlot, pData);
+}
+
+void DeviceDriver::cmdSetEvent2 (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const
+{
+       m_vk.cmdSetEvent2(commandBuffer, event, pDependencyInfo);
+}
+
+void DeviceDriver::cmdResetEvent2 (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) const
+{
+       m_vk.cmdResetEvent2(commandBuffer, event, stageMask);
+}
+
+void DeviceDriver::cmdWaitEvents2 (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos) const
+{
+       m_vk.cmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfos);
+}
+
+void DeviceDriver::cmdPipelineBarrier2 (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) const
+{
+       m_vk.cmdPipelineBarrier2(commandBuffer, pDependencyInfo);
+}
+
+void DeviceDriver::cmdWriteTimestamp2 (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) const
+{
+       m_vk.cmdWriteTimestamp2(commandBuffer, stage, queryPool, query);
+}
+
+VkResult DeviceDriver::queueSubmit2 (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence) const
+{
+       return m_vk.queueSubmit2(queue, submitCount, pSubmits, fence);
+}
+
+void DeviceDriver::cmdCopyBuffer2 (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) const
+{
+       m_vk.cmdCopyBuffer2(commandBuffer, pCopyBufferInfo);
+}
+
+void DeviceDriver::cmdCopyImage2 (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo) const
+{
+       m_vk.cmdCopyImage2(commandBuffer, pCopyImageInfo);
+}
+
+void DeviceDriver::cmdCopyBufferToImage2 (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo) const
+{
+       m_vk.cmdCopyBufferToImage2(commandBuffer, pCopyBufferToImageInfo);
+}
+
+void DeviceDriver::cmdCopyImageToBuffer2 (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo) const
+{
+       m_vk.cmdCopyImageToBuffer2(commandBuffer, pCopyImageToBufferInfo);
+}
+
+void DeviceDriver::cmdBlitImage2 (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo) const
+{
+       m_vk.cmdBlitImage2(commandBuffer, pBlitImageInfo);
+}
+
+void DeviceDriver::cmdResolveImage2 (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo) const
+{
+       m_vk.cmdResolveImage2(commandBuffer, pResolveImageInfo);
+}
+
+void DeviceDriver::cmdBeginRendering (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const
+{
+       m_vk.cmdBeginRendering(commandBuffer, pRenderingInfo);
+}
+
+void DeviceDriver::cmdEndRendering (VkCommandBuffer commandBuffer) const
+{
+       m_vk.cmdEndRendering(commandBuffer);
+}
+
+void DeviceDriver::cmdSetCullMode (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const
+{
+       m_vk.cmdSetCullMode(commandBuffer, cullMode);
+}
+
+void DeviceDriver::cmdSetFrontFace (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const
+{
+       m_vk.cmdSetFrontFace(commandBuffer, frontFace);
+}
+
+void DeviceDriver::cmdSetPrimitiveTopology (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const
+{
+       m_vk.cmdSetPrimitiveTopology(commandBuffer, primitiveTopology);
+}
+
+void DeviceDriver::cmdSetViewportWithCount (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const
+{
+       m_vk.cmdSetViewportWithCount(commandBuffer, viewportCount, pViewports);
+}
+
+void DeviceDriver::cmdSetScissorWithCount (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const
+{
+       m_vk.cmdSetScissorWithCount(commandBuffer, scissorCount, pScissors);
+}
+
+void DeviceDriver::cmdBindVertexBuffers2 (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const
+{
+       m_vk.cmdBindVertexBuffers2(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides);
+}
+
+void DeviceDriver::cmdSetDepthTestEnable (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const
+{
+       m_vk.cmdSetDepthTestEnable(commandBuffer, depthTestEnable);
+}
+
+void DeviceDriver::cmdSetDepthWriteEnable (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const
+{
+       m_vk.cmdSetDepthWriteEnable(commandBuffer, depthWriteEnable);
+}
+
+void DeviceDriver::cmdSetDepthCompareOp (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const
+{
+       m_vk.cmdSetDepthCompareOp(commandBuffer, depthCompareOp);
+}
+
+void DeviceDriver::cmdSetDepthBoundsTestEnable (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const
+{
+       m_vk.cmdSetDepthBoundsTestEnable(commandBuffer, depthBoundsTestEnable);
+}
+
+void DeviceDriver::cmdSetStencilTestEnable (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const
+{
+       m_vk.cmdSetStencilTestEnable(commandBuffer, stencilTestEnable);
+}
+
+void DeviceDriver::cmdSetStencilOp (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const
+{
+       m_vk.cmdSetStencilOp(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp);
+}
+
+void DeviceDriver::cmdSetRasterizerDiscardEnable (VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable) const
+{
+       m_vk.cmdSetRasterizerDiscardEnable(commandBuffer, rasterizerDiscardEnable);
+}
+
+void DeviceDriver::cmdSetDepthBiasEnable (VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) const
+{
+       m_vk.cmdSetDepthBiasEnable(commandBuffer, depthBiasEnable);
+}
+
+void DeviceDriver::cmdSetPrimitiveRestartEnable (VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) const
+{
+       m_vk.cmdSetPrimitiveRestartEnable(commandBuffer, primitiveRestartEnable);
+}
+
+void DeviceDriver::getDeviceBufferMemoryRequirements (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const
+{
+       m_vk.getDeviceBufferMemoryRequirements(device, pInfo, pMemoryRequirements);
+}
+
+void DeviceDriver::getDeviceImageMemoryRequirements (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const
+{
+       m_vk.getDeviceImageMemoryRequirements(device, pInfo, pMemoryRequirements);
+}
+
+void DeviceDriver::getDeviceImageSparseMemoryRequirements (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const
+{
+       m_vk.getDeviceImageSparseMemoryRequirements(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements);
+}
+
 VkResult DeviceDriver::createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const
 {
        return m_vk.createSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain);
@@ -797,16 +977,6 @@ VkResult DeviceDriver::createSharedSwapchainsKHR (VkDevice device, uint32_t swap
        return m_vk.createSharedSwapchainsKHR(device, swapchainCount, pCreateInfos, pAllocator, pSwapchains);
 }
 
-void DeviceDriver::cmdBeginRenderingKHR (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const
-{
-       m_vk.cmdBeginRenderingKHR(commandBuffer, pRenderingInfo);
-}
-
-void DeviceDriver::cmdEndRenderingKHR (VkCommandBuffer commandBuffer) const
-{
-       m_vk.cmdEndRenderingKHR(commandBuffer);
-}
-
 VkResult DeviceDriver::getMemoryFdKHR (VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) const
 {
        return m_vk.getMemoryFdKHR(device, pGetFdInfo, pFd);
@@ -912,36 +1082,6 @@ VkResult DeviceDriver::getPipelineExecutableInternalRepresentationsKHR (VkDevice
        return m_vk.getPipelineExecutableInternalRepresentationsKHR(device, pExecutableInfo, pInternalRepresentationCount, pInternalRepresentations);
 }
 
-void DeviceDriver::cmdSetEvent2KHR (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo) const
-{
-       m_vk.cmdSetEvent2KHR(commandBuffer, event, pDependencyInfo);
-}
-
-void DeviceDriver::cmdResetEvent2KHR (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR stageMask) const
-{
-       m_vk.cmdResetEvent2KHR(commandBuffer, event, stageMask);
-}
-
-void DeviceDriver::cmdWaitEvents2KHR (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfos) const
-{
-       m_vk.cmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfos);
-}
-
-void DeviceDriver::cmdPipelineBarrier2KHR (VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo) const
-{
-       m_vk.cmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo);
-}
-
-void DeviceDriver::cmdWriteTimestamp2KHR (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkQueryPool queryPool, uint32_t query) const
-{
-       m_vk.cmdWriteTimestamp2KHR(commandBuffer, stage, queryPool, query);
-}
-
-VkResult DeviceDriver::queueSubmit2KHR (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2KHR* pSubmits, VkFence fence) const
-{
-       return m_vk.queueSubmit2KHR(queue, submitCount, pSubmits, fence);
-}
-
 void DeviceDriver::cmdWriteBufferMarker2AMD (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) const
 {
        m_vk.cmdWriteBufferMarker2AMD(commandBuffer, stage, dstBuffer, dstOffset, marker);
@@ -952,51 +1092,6 @@ void DeviceDriver::getQueueCheckpointData2NV (VkQueue queue, uint32_t* pCheckpoi
        m_vk.getQueueCheckpointData2NV(queue, pCheckpointDataCount, pCheckpointData);
 }
 
-void DeviceDriver::cmdCopyBuffer2KHR (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo) const
-{
-       m_vk.cmdCopyBuffer2KHR(commandBuffer, pCopyBufferInfo);
-}
-
-void DeviceDriver::cmdCopyImage2KHR (VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo) const
-{
-       m_vk.cmdCopyImage2KHR(commandBuffer, pCopyImageInfo);
-}
-
-void DeviceDriver::cmdCopyBufferToImage2KHR (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo) const
-{
-       m_vk.cmdCopyBufferToImage2KHR(commandBuffer, pCopyBufferToImageInfo);
-}
-
-void DeviceDriver::cmdCopyImageToBuffer2KHR (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo) const
-{
-       m_vk.cmdCopyImageToBuffer2KHR(commandBuffer, pCopyImageToBufferInfo);
-}
-
-void DeviceDriver::cmdBlitImage2KHR (VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo) const
-{
-       m_vk.cmdBlitImage2KHR(commandBuffer, pBlitImageInfo);
-}
-
-void DeviceDriver::cmdResolveImage2KHR (VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo) const
-{
-       m_vk.cmdResolveImage2KHR(commandBuffer, pResolveImageInfo);
-}
-
-void DeviceDriver::getDeviceBufferMemoryRequirementsKHR (VkDevice device, const VkDeviceBufferMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const
-{
-       m_vk.getDeviceBufferMemoryRequirementsKHR(device, pInfo, pMemoryRequirements);
-}
-
-void DeviceDriver::getDeviceImageMemoryRequirementsKHR (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const
-{
-       m_vk.getDeviceImageMemoryRequirementsKHR(device, pInfo, pMemoryRequirements);
-}
-
-void DeviceDriver::getDeviceImageSparseMemoryRequirementsKHR (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const
-{
-       m_vk.getDeviceImageSparseMemoryRequirementsKHR(device, pInfo, pSparseMemoryRequirementCount, pSparseMemoryRequirements);
-}
-
 VkResult DeviceDriver::debugMarkerSetObjectTagEXT (VkDevice device, const VkDebugMarkerObjectTagInfoEXT* pTagInfo) const
 {
        return m_vk.debugMarkerSetObjectTagEXT(device, pTagInfo);
@@ -1412,66 +1507,6 @@ void DeviceDriver::cmdSetLineStippleEXT (VkCommandBuffer commandBuffer, uint32_t
        m_vk.cmdSetLineStippleEXT(commandBuffer, lineStippleFactor, lineStipplePattern);
 }
 
-void DeviceDriver::cmdSetCullModeEXT (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const
-{
-       m_vk.cmdSetCullModeEXT(commandBuffer, cullMode);
-}
-
-void DeviceDriver::cmdSetFrontFaceEXT (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const
-{
-       m_vk.cmdSetFrontFaceEXT(commandBuffer, frontFace);
-}
-
-void DeviceDriver::cmdSetPrimitiveTopologyEXT (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const
-{
-       m_vk.cmdSetPrimitiveTopologyEXT(commandBuffer, primitiveTopology);
-}
-
-void DeviceDriver::cmdSetViewportWithCountEXT (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const
-{
-       m_vk.cmdSetViewportWithCountEXT(commandBuffer, viewportCount, pViewports);
-}
-
-void DeviceDriver::cmdSetScissorWithCountEXT (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const
-{
-       m_vk.cmdSetScissorWithCountEXT(commandBuffer, scissorCount, pScissors);
-}
-
-void DeviceDriver::cmdBindVertexBuffers2EXT (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const
-{
-       m_vk.cmdBindVertexBuffers2EXT(commandBuffer, firstBinding, bindingCount, pBuffers, pOffsets, pSizes, pStrides);
-}
-
-void DeviceDriver::cmdSetDepthTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const
-{
-       m_vk.cmdSetDepthTestEnableEXT(commandBuffer, depthTestEnable);
-}
-
-void DeviceDriver::cmdSetDepthWriteEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const
-{
-       m_vk.cmdSetDepthWriteEnableEXT(commandBuffer, depthWriteEnable);
-}
-
-void DeviceDriver::cmdSetDepthCompareOpEXT (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const
-{
-       m_vk.cmdSetDepthCompareOpEXT(commandBuffer, depthCompareOp);
-}
-
-void DeviceDriver::cmdSetDepthBoundsTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const
-{
-       m_vk.cmdSetDepthBoundsTestEnableEXT(commandBuffer, depthBoundsTestEnable);
-}
-
-void DeviceDriver::cmdSetStencilTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const
-{
-       m_vk.cmdSetStencilTestEnableEXT(commandBuffer, stencilTestEnable);
-}
-
-void DeviceDriver::cmdSetStencilOpEXT (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const
-{
-       m_vk.cmdSetStencilOpEXT(commandBuffer, faceMask, failOp, passOp, depthFailOp, compareOp);
-}
-
 void DeviceDriver::getGeneratedCommandsMemoryRequirementsNV (VkDevice device, const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2* pMemoryRequirements) const
 {
        m_vk.getGeneratedCommandsMemoryRequirementsNV(device, pInfo, pMemoryRequirements);
@@ -1502,26 +1537,6 @@ void DeviceDriver::destroyIndirectCommandsLayoutNV (VkDevice device, VkIndirectC
        m_vk.destroyIndirectCommandsLayoutNV(device, indirectCommandsLayout, pAllocator);
 }
 
-VkResult DeviceDriver::createPrivateDataSlotEXT (VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot) const
-{
-       return m_vk.createPrivateDataSlotEXT(device, pCreateInfo, pAllocator, pPrivateDataSlot);
-}
-
-void DeviceDriver::destroyPrivateDataSlotEXT (VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator) const
-{
-       m_vk.destroyPrivateDataSlotEXT(device, privateDataSlot, pAllocator);
-}
-
-VkResult DeviceDriver::setPrivateDataEXT (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data) const
-{
-       return m_vk.setPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, data);
-}
-
-void DeviceDriver::getPrivateDataEXT (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData) const
-{
-       m_vk.getPrivateDataEXT(device, objectType, objectHandle, privateDataSlot, pData);
-}
-
 void DeviceDriver::cmdSetFragmentShadingRateEnumNV (VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const
 {
        m_vk.cmdSetFragmentShadingRateEnumNV(commandBuffer, shadingRate, combinerOps);
@@ -1592,6 +1607,11 @@ void DeviceDriver::cmdDrawMultiIndexedEXT (VkCommandBuffer commandBuffer, uint32
        m_vk.cmdDrawMultiIndexedEXT(commandBuffer, drawCount, pIndexInfo, instanceCount, firstInstance, stride, pVertexOffset);
 }
 
+void DeviceDriver::setDeviceMemoryPriorityEXT (VkDevice device, VkDeviceMemory memory, float priority) const
+{
+       m_vk.setDeviceMemoryPriorityEXT(device, memory, priority);
+}
+
 VkResult DeviceDriver::createAccelerationStructureKHR (VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure) const
 {
        return m_vk.createAccelerationStructureKHR(device, pCreateInfo, pAllocator, pAccelerationStructure);
index 8140809..925f408 100644 (file)
@@ -82,6 +82,20 @@ static const char* s_allowedDeviceKhrExtensions[] =
        "VK_KHR_format_feature_flags2",
        "VK_KHR_maintenance4",
        "VK_KHR_dynamic_rendering",
+       "VK_EXT_extended_dynamic_state",
+       "VK_EXT_extended_dynamic_state2",
+       "VK_EXT_4444_formats",
        "VK_KHR_shader_integer_dot_product",
+       "VK_EXT_image_robustness",
+       "VK_EXT_inline_uniform_block",
+       "VK_EXT_pipeline_creation_cache_control",
+       "VK_EXT_pipeline_creation_feedback",
+       "VK_EXT_private_data",
+       "VK_EXT_shader_demote_to_helper_invocation",
+       "VK_EXT_subgroup_size_control",
+       "VK_EXT_texel_buffer_alignment",
+       "VK_EXT_texture_compression_astc_hdr",
+       "VK_EXT_tooling_info",
+       "VK_EXT_ycbcr_2plane_444_formats",
 };
 
index 3e51299..6509654 100644 (file)
@@ -41,20 +41,25 @@ DeviceFeatures::DeviceFeatures      (const InstanceInterface&                       vki,
        m_coreFeatures2         = initVulkanStructure();
        m_vulkan11Features      = initVulkanStructure();
        m_vulkan12Features      = initVulkanStructure();
+       m_vulkan13Features      = initVulkanStructure();
 
        if (isInstanceExtensionSupported(apiVersion, instanceExtensions, "VK_KHR_get_physical_device_properties2"))
        {
                const std::vector<VkExtensionProperties>        deviceExtensionProperties       = enumerateDeviceExtensionProperties(vki, physicalDevice, DE_NULL);
                void**                                                                          nextPtr                                         = &m_coreFeatures2.pNext;
                std::vector<FeatureStructWrapperBase*>          featuresToFillFromBlob;
-               bool                                                                            vk12Supported                           = (apiVersion >= VK_MAKE_VERSION(1, 2, 0));
+               bool                                                                            vk13Supported                           = (apiVersion >= VK_API_VERSION_1_3);
+               bool                                                                            vk12Supported                           = (apiVersion >= VK_API_VERSION_1_2);
 
-               // in vk12 we have blob structures combining features of couple previously
-               // available feature structures, that now in vk12 must be removed from chain
+               // since vk12 we have blob structures combining features of couple previously
+               // available feature structures, that now in vk12+ must be removed from chain
                if (vk12Supported)
                {
                        addToChainVulkanStructure(&nextPtr, m_vulkan11Features);
                        addToChainVulkanStructure(&nextPtr, m_vulkan12Features);
+
+                       if (vk13Supported)
+                               addToChainVulkanStructure(&nextPtr, m_vulkan13Features);
                }
 
                // iterate over data for all feature that are defined in specification
@@ -70,11 +75,15 @@ DeviceFeatures::DeviceFeatures      (const InstanceInterface&                       vki,
                                if (p == DE_NULL)
                                        continue;
 
-                               // if feature struct is part of VkPhysicalDeviceVulkan1{1,2}Features
+                               // if feature struct is part of VkPhysicalDeviceVulkan1{1,2,3}Features
                                // we dont add it to the chain but store and fill later from blob data
                                bool featureFilledFromBlob = false;
                                if (vk12Supported)
-                                       featureFilledFromBlob = isPartOfBlobFeatures(p->getFeatureDesc().sType);
+                               {
+                                       deUint32 blobApiVersion = getBlobFeaturesVersion(p->getFeatureDesc().sType);
+                                       if (blobApiVersion)
+                                               featureFilledFromBlob = (apiVersion >= blobApiVersion);
+                               }
 
                                if (featureFilledFromBlob)
                                        featuresToFillFromBlob.push_back(p);
@@ -104,13 +113,14 @@ DeviceFeatures::DeviceFeatures    (const InstanceInterface&                       vki,
 
                vki.getPhysicalDeviceFeatures2(physicalDevice, &m_coreFeatures2);
 
-               // fill data from VkPhysicalDeviceVulkan1{1,2}Features
+               // fill data from VkPhysicalDeviceVulkan1{1,2,3}Features
                if (vk12Supported)
                {
                        AllFeaturesBlobs allBlobs =
                        {
                                m_vulkan11Features,
                                m_vulkan12Features,
+                               m_vulkan13Features,
                                // add blobs from future vulkan versions here
                        };
 
index 8278394..0984291 100644 (file)
@@ -48,6 +48,7 @@ struct AllFeaturesBlobs
 {
        VkPhysicalDeviceVulkan11Features& vk11;
        VkPhysicalDeviceVulkan12Features& vk12;
+       VkPhysicalDeviceVulkan13Features& vk13;
        // add blobs from future vulkan versions here
 };
 
@@ -106,6 +107,7 @@ public:
        const VkPhysicalDeviceFeatures2&                        getCoreFeatures2                        (void) const { return m_coreFeatures2; }
        const VkPhysicalDeviceVulkan11Features&         getVulkan11Features                     (void) const { return m_vulkan11Features; }
        const VkPhysicalDeviceVulkan12Features&         getVulkan12Features                     (void) const { return m_vulkan12Features; }
+       const VkPhysicalDeviceVulkan13Features&         getVulkan13Features                     (void) const { return m_vulkan13Features; }
 
        bool                                                                            contains                                        (const std::string& feature, bool throwIfNotExists = false) const;
 
@@ -121,6 +123,7 @@ private:
        mutable std::vector<FeatureStructWrapperBase*>  m_features;
        VkPhysicalDeviceVulkan11Features                                m_vulkan11Features;
        VkPhysicalDeviceVulkan12Features                                m_vulkan12Features;
+       VkPhysicalDeviceVulkan13Features                                m_vulkan13Features;
 };
 
 template<class FeatureType>
index 51a53f9..93a445b 100644 (file)
@@ -47,18 +47,20 @@ namespace vk
 #define VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME "VK_EXT_inline_uniform_block"
 #define VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME "VK_HUAWEI_invocation_mask"
 #define VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME "VK_EXT_line_rasterization"
-#define DECL_KHR_MAINTENANCE_4_EXTENSION_NAME "not_existent_feature"
+#define VK_KHR_MAINTENANCE4_EXTENSION_NAME "VK_KHR_maintenance4"
 #define VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME "VK_EXT_memory_priority"
 #define VK_NV_MESH_SHADER_EXTENSION_NAME  "VK_NV_mesh_shader"
 #define VK_KHR_MULTIVIEW_EXTENSION_NAME   "VK_KHR_multiview"
 #define VK_EXT_MULTI_DRAW_EXTENSION_NAME  "VK_EXT_multi_draw"
 #define VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME "VK_VALVE_mutable_descriptor_type"
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory"
 #define VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME "VK_KHR_performance_query"
 #define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME "VK_EXT_pipeline_creation_cache_control"
 #define VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME "VK_KHR_pipeline_executable_properties"
 #define VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME "VK_KHR_portability_subset"
 #define VK_KHR_PRESENT_ID_EXTENSION_NAME  "VK_KHR_present_id"
 #define VK_KHR_PRESENT_WAIT_EXTENSION_NAME "VK_KHR_present_wait"
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME "VK_EXT_primitive_topology_list_restart"
 #define VK_EXT_PRIVATE_DATA_EXTENSION_NAME "VK_EXT_private_data"
 #define DECL_PROTECTED_MEMORY_EXTENSION_NAME "not_existent_feature"
 #define VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME "VK_EXT_provoking_vertex"
@@ -99,7 +101,7 @@ namespace vk
 #define VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME "VK_EXT_vertex_input_dynamic_state"
 #define VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME "VK_KHR_vulkan_memory_model"
 #define VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME "VK_KHR_workgroup_memory_explicit_layout"
-#define DECL_EXT_YCBCR_2_PLANE_444_FORMATS_EXTENSION_NAME "not_existent_feature"
+#define VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME "VK_EXT_ycbcr_2plane_444_formats"
 #define VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME "VK_EXT_ycbcr_image_arrays"
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME "VK_KHR_zero_initialize_workgroup_memory"
 
@@ -213,29 +215,75 @@ template<> void initFeatureFromBlob<VkPhysicalDeviceBufferDeviceAddressFeatures>
        featureType.bufferDeviceAddressCaptureReplay = allFeaturesBlobs.vk12.bufferDeviceAddressCaptureReplay;
        featureType.bufferDeviceAddressMultiDevice = allFeaturesBlobs.vk12.bufferDeviceAddressMultiDevice;
 }
+template<> void initFeatureFromBlob<VkPhysicalDeviceShaderTerminateInvocationFeatures>(VkPhysicalDeviceShaderTerminateInvocationFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.shaderTerminateInvocation = allFeaturesBlobs.vk13.shaderTerminateInvocation;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures>(VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.shaderDemoteToHelperInvocation = allFeaturesBlobs.vk13.shaderDemoteToHelperInvocation;
+}
+template<> void initFeatureFromBlob<VkPhysicalDevicePrivateDataFeatures>(VkPhysicalDevicePrivateDataFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.privateData = allFeaturesBlobs.vk13.privateData;
+}
+template<> void initFeatureFromBlob<VkPhysicalDevicePipelineCreationCacheControlFeatures>(VkPhysicalDevicePipelineCreationCacheControlFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.pipelineCreationCacheControl = allFeaturesBlobs.vk13.pipelineCreationCacheControl;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceSynchronization2Features>(VkPhysicalDeviceSynchronization2Features& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.synchronization2 = allFeaturesBlobs.vk13.synchronization2;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures>(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.shaderZeroInitializeWorkgroupMemory = allFeaturesBlobs.vk13.shaderZeroInitializeWorkgroupMemory;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceImageRobustnessFeatures>(VkPhysicalDeviceImageRobustnessFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.robustImageAccess = allFeaturesBlobs.vk13.robustImageAccess;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceSubgroupSizeControlFeatures>(VkPhysicalDeviceSubgroupSizeControlFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.subgroupSizeControl = allFeaturesBlobs.vk13.subgroupSizeControl;
+       featureType.computeFullSubgroups = allFeaturesBlobs.vk13.computeFullSubgroups;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceInlineUniformBlockFeatures>(VkPhysicalDeviceInlineUniformBlockFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.inlineUniformBlock = allFeaturesBlobs.vk13.inlineUniformBlock;
+       featureType.descriptorBindingInlineUniformBlockUpdateAfterBind = allFeaturesBlobs.vk13.descriptorBindingInlineUniformBlockUpdateAfterBind;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceTextureCompressionASTCHDRFeatures>(VkPhysicalDeviceTextureCompressionASTCHDRFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.textureCompressionASTC_HDR = allFeaturesBlobs.vk13.textureCompressionASTC_HDR;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceDynamicRenderingFeatures>(VkPhysicalDeviceDynamicRenderingFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.dynamicRendering = allFeaturesBlobs.vk13.dynamicRendering;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceShaderIntegerDotProductFeatures>(VkPhysicalDeviceShaderIntegerDotProductFeatures& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.shaderIntegerDotProduct = allFeaturesBlobs.vk13.shaderIntegerDotProduct;
+}
+template<> void initFeatureFromBlob<VkPhysicalDeviceMaintenance4Features>(VkPhysicalDeviceMaintenance4Features& featureType, const AllFeaturesBlobs& allFeaturesBlobs)
+{
+       featureType.maintenance4 = allFeaturesBlobs.vk13.maintenance4;
+}
 
 // generic template is not enough for some compilers
-template<> void initFeatureFromBlob<VkPhysicalDeviceDynamicRenderingFeaturesKHR>(VkPhysicalDeviceDynamicRenderingFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePerformanceQueryFeaturesKHR>(VkPhysicalDevicePerformanceQueryFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderClockFeaturesKHR>(VkPhysicalDeviceShaderClockFeaturesKHR&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR>(VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceFragmentShadingRateFeaturesKHR>(VkPhysicalDeviceFragmentShadingRateFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePresentWaitFeaturesKHR>(VkPhysicalDevicePresentWaitFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR>(VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePresentIdFeaturesKHR>(VkPhysicalDevicePresentIdFeaturesKHR&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceSynchronization2FeaturesKHR>(VkPhysicalDeviceSynchronization2FeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR>(VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR>(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR>(VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceMaintenance4FeaturesKHR>(VkPhysicalDeviceMaintenance4FeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceTransformFeedbackFeaturesEXT>(VkPhysicalDeviceTransformFeedbackFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceCornerSampledImageFeaturesNV>(VkPhysicalDeviceCornerSampledImageFeaturesNV&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT>(VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceASTCDecodeFeaturesEXT>(VkPhysicalDeviceASTCDecodeFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceConditionalRenderingFeaturesEXT>(VkPhysicalDeviceConditionalRenderingFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceDepthClipEnableFeaturesEXT>(VkPhysicalDeviceDepthClipEnableFeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceInlineUniformBlockFeaturesEXT>(VkPhysicalDeviceInlineUniformBlockFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>(VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderSMBuiltinsFeaturesNV>(VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShadingRateImageFeaturesNV>(VkPhysicalDeviceShadingRateImageFeaturesNV&, const AllFeaturesBlobs&) {}
@@ -248,7 +296,6 @@ template<> void initFeatureFromBlob<VkPhysicalDeviceShaderImageFootprintFeatures
 template<> void initFeatureFromBlob<VkPhysicalDeviceExclusiveScissorFeaturesNV>(VkPhysicalDeviceExclusiveScissorFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL>(VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceFragmentDensityMapFeaturesEXT>(VkPhysicalDeviceFragmentDensityMapFeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceSubgroupSizeControlFeaturesEXT>(VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceCoherentMemoryFeaturesAMD>(VkPhysicalDeviceCoherentMemoryFeaturesAMD&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT>(VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceMemoryPriorityFeaturesEXT>(VkPhysicalDeviceMemoryPriorityFeaturesEXT&, const AllFeaturesBlobs&) {}
@@ -264,24 +311,21 @@ template<> void initFeatureFromBlob<VkPhysicalDeviceShaderAtomicFloatFeaturesEXT
 template<> void initFeatureFromBlob<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>(VkPhysicalDeviceIndexTypeUint8FeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>(VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT>(VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT>(VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>(VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>(VkPhysicalDeviceInheritedViewportScissorFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT>(VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>(VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceRobustness2FeaturesEXT>(VkPhysicalDeviceRobustness2FeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceCustomBorderColorFeaturesEXT>(VkPhysicalDeviceCustomBorderColorFeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDevicePrivateDataFeaturesEXT>(VkPhysicalDevicePrivateDataFeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT>(VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>(VkPhysicalDeviceDiagnosticsConfigFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV>(VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceRayTracingMotionBlurFeaturesNV>(VkPhysicalDeviceRayTracingMotionBlurFeaturesNV&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>(VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT>(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT&, const AllFeaturesBlobs&) {}
-template<> void initFeatureFromBlob<VkPhysicalDeviceImageRobustnessFeaturesEXT>(VkPhysicalDeviceImageRobustnessFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevice4444FormatsFeaturesEXT>(VkPhysicalDevice4444FormatsFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>(VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT>(VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&, const AllFeaturesBlobs&) {}
+template<> void initFeatureFromBlob<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>(VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceSubpassShadingFeaturesHUAWEI>(VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>(VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceExternalMemoryRDMAFeaturesNV>(VkPhysicalDeviceExternalMemoryRDMAFeaturesNV&, const AllFeaturesBlobs&) {}
@@ -289,67 +333,70 @@ template<> void initFeatureFromBlob<VkPhysicalDeviceExtendedDynamicState2Feature
 template<> void initFeatureFromBlob<VkPhysicalDeviceColorWriteEnableFeaturesEXT>(VkPhysicalDeviceColorWriteEnableFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiDrawFeaturesEXT>(VkPhysicalDeviceMultiDrawFeaturesEXT&, const AllFeaturesBlobs&) {}
+template<> void initFeatureFromBlob<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>(VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(VkPhysicalDeviceAccelerationStructureFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceRayTracingPipelineFeaturesKHR>(VkPhysicalDeviceRayTracingPipelineFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceRayQueryFeaturesKHR>(VkPhysicalDeviceRayQueryFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePortabilitySubsetFeaturesKHR>(VkPhysicalDevicePortabilitySubsetFeaturesKHR&, const AllFeaturesBlobs&) {}
 
 
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice16BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES, VK_KHR_16BIT_STORAGE_EXTENSION_NAME, VK_KHR_16BIT_STORAGE_SPEC_VERSION, 97}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice4444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT, VK_EXT_4444_FORMATS_EXTENSION_NAME, VK_EXT_4444_FORMATS_SPEC_VERSION, 96}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice8BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES, VK_KHR_8BIT_STORAGE_EXTENSION_NAME, VK_KHR_8BIT_STORAGE_SPEC_VERSION, 95}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR, VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION, 94}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceASTCDecodeFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT, VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME, VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION, 93}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT, VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME, VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION, 92}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES, VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 91}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT, VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 90}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCoherentMemoryFeaturesAMD>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD, DECL_AMD_COHERENT_MEMORY_EXTENSION_NAME, 0, 89}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceColorWriteEnableFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT, VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME, VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION, 88}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceComputeShaderDerivativesFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV, VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME, VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION, 87}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceConditionalRenderingFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT, VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME, VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION, 86}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCooperativeMatrixFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV, VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME, VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION, 85}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCornerSampledImageFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV, VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME, VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION, 84}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCoverageReductionModeFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV, VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME, VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION, 83}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCustomBorderColorFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT, VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME, VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION, 82}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV, VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME, VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION, 81}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDepthClipEnableFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT, VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME, VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION, 80}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDescriptorIndexingFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES, VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME, VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION, 79}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV, VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME, VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION, 78}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT, VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME, VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION, 77}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV, DECL_NV_DIAGNOSTICS_CONFIG_EXTENSION_NAME, 0, 76}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDynamicRenderingFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR, VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME, VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION, 75}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExclusiveScissorFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV, VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME, VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION, 74}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT, VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION, 73}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExtendedDynamicState2FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_2_FEATURES_EXT, VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION, 72}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExternalMemoryRDMAFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_RDMA_FEATURES_NV, VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME, VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION, 71}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentDensityMapFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT, VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME, VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION, 70}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT, VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME, VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION, 69}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV, VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME, VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION, 68}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT, VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME, VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION, 67}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShadingRateFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_FEATURES_KHR, VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME, VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION, 66}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION, 65}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT, VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME, VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION, 64}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceHostQueryResetFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES, VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME, VK_EXT_HOST_QUERY_RESET_SPEC_VERSION, 63}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceImagelessFramebufferFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES, VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME, VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION, 62}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceImageRobustnessFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT, VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME, VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION, 61}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT, VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME, VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION, 60}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV, VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME, VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION, 59}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInlineUniformBlockFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION, 58}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI, VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME, VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION, 57}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceLineRasterizationFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT, VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME, VK_EXT_LINE_RASTERIZATION_SPEC_VERSION, 56}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMaintenance4FeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR, DECL_KHR_MAINTENANCE_4_EXTENSION_NAME, 0, 55}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMemoryPriorityFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT, VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME, VK_EXT_MEMORY_PRIORITY_SPEC_VERSION, 54}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMeshShaderFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV, VK_NV_MESH_SHADER_EXTENSION_NAME, VK_NV_MESH_SHADER_SPEC_VERSION, 53}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMultiviewFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES, VK_KHR_MULTIVIEW_EXTENSION_NAME, VK_KHR_MULTIVIEW_SPEC_VERSION, 52}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMultiDrawFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT, VK_EXT_MULTI_DRAW_EXTENSION_NAME, VK_EXT_MULTI_DRAW_SPEC_VERSION, 51}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION, 50}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePerformanceQueryFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR, VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME, VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION, 49}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION, 48}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION, 47}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePortabilitySubsetFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR, VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME, VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION, 46}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePresentIdFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR, VK_KHR_PRESENT_ID_EXTENSION_NAME, VK_KHR_PRESENT_ID_SPEC_VERSION, 45}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePresentWaitFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR, VK_KHR_PRESENT_WAIT_EXTENSION_NAME, VK_KHR_PRESENT_WAIT_SPEC_VERSION, 44}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePrivateDataFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT, VK_EXT_PRIVATE_DATA_EXTENSION_NAME, VK_EXT_PRIVATE_DATA_SPEC_VERSION, 43}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice16BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES, VK_KHR_16BIT_STORAGE_EXTENSION_NAME, VK_KHR_16BIT_STORAGE_SPEC_VERSION, 99}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice4444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT, VK_EXT_4444_FORMATS_EXTENSION_NAME, VK_EXT_4444_FORMATS_SPEC_VERSION, 98}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice8BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES, VK_KHR_8BIT_STORAGE_EXTENSION_NAME, VK_KHR_8BIT_STORAGE_SPEC_VERSION, 97}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR, VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION, 96}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceASTCDecodeFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT, VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME, VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION, 95}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT, VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME, VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION, 94}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES, VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 93}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT, VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 92}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCoherentMemoryFeaturesAMD>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD, DECL_AMD_COHERENT_MEMORY_EXTENSION_NAME, 0, 91}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceColorWriteEnableFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT, VK_EXT_COLOR_WRITE_ENABLE_EXTENSION_NAME, VK_EXT_COLOR_WRITE_ENABLE_SPEC_VERSION, 90}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceComputeShaderDerivativesFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV, VK_NV_COMPUTE_SHADER_DERIVATIVES_EXTENSION_NAME, VK_NV_COMPUTE_SHADER_DERIVATIVES_SPEC_VERSION, 89}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceConditionalRenderingFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT, VK_EXT_CONDITIONAL_RENDERING_EXTENSION_NAME, VK_EXT_CONDITIONAL_RENDERING_SPEC_VERSION, 88}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCooperativeMatrixFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV, VK_NV_COOPERATIVE_MATRIX_EXTENSION_NAME, VK_NV_COOPERATIVE_MATRIX_SPEC_VERSION, 87}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCornerSampledImageFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CORNER_SAMPLED_IMAGE_FEATURES_NV, VK_NV_CORNER_SAMPLED_IMAGE_EXTENSION_NAME, VK_NV_CORNER_SAMPLED_IMAGE_SPEC_VERSION, 86}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCoverageReductionModeFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV, VK_NV_COVERAGE_REDUCTION_MODE_EXTENSION_NAME, VK_NV_COVERAGE_REDUCTION_MODE_SPEC_VERSION, 85}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCustomBorderColorFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT, VK_EXT_CUSTOM_BORDER_COLOR_EXTENSION_NAME, VK_EXT_CUSTOM_BORDER_COLOR_SPEC_VERSION, 84}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV, VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_EXTENSION_NAME, VK_NV_DEDICATED_ALLOCATION_IMAGE_ALIASING_SPEC_VERSION, 83}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDepthClipEnableFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT, VK_EXT_DEPTH_CLIP_ENABLE_EXTENSION_NAME, VK_EXT_DEPTH_CLIP_ENABLE_SPEC_VERSION, 82}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDescriptorIndexingFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES, VK_EXT_DESCRIPTOR_INDEXING_EXTENSION_NAME, VK_EXT_DESCRIPTOR_INDEXING_SPEC_VERSION, 81}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV, VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME, VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION, 80}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT, VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME, VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION, 79}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV, DECL_NV_DIAGNOSTICS_CONFIG_EXTENSION_NAME, 0, 78}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceDynamicRenderingFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES, VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME, VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION, 77}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExclusiveScissorFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXCLUSIVE_SCISSOR_FEATURES_NV, VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME, VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION, 76}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT, VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION, 75}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExtendedDynamicState2FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_2_FEATURES_EXT, VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION, 74}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceExternalMemoryRDMAFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_MEMORY_RDMA_FEATURES_NV, VK_NV_EXTERNAL_MEMORY_RDMA_EXTENSION_NAME, VK_NV_EXTERNAL_MEMORY_RDMA_SPEC_VERSION, 73}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentDensityMapFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT, VK_EXT_FRAGMENT_DENSITY_MAP_EXTENSION_NAME, VK_EXT_FRAGMENT_DENSITY_MAP_SPEC_VERSION, 72}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT, VK_EXT_FRAGMENT_DENSITY_MAP_2_EXTENSION_NAME, VK_EXT_FRAGMENT_DENSITY_MAP_2_SPEC_VERSION, 71}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_BARYCENTRIC_FEATURES_NV, VK_NV_FRAGMENT_SHADER_BARYCENTRIC_EXTENSION_NAME, VK_NV_FRAGMENT_SHADER_BARYCENTRIC_SPEC_VERSION, 70}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT, VK_EXT_FRAGMENT_SHADER_INTERLOCK_EXTENSION_NAME, VK_EXT_FRAGMENT_SHADER_INTERLOCK_SPEC_VERSION, 69}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShadingRateFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_FEATURES_KHR, VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME, VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION, 68}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION, 67}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT, VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME, VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION, 66}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceHostQueryResetFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES, VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME, VK_EXT_HOST_QUERY_RESET_SPEC_VERSION, 65}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceImagelessFramebufferFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES, VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME, VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION, 64}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceImageRobustnessFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES, VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME, VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION, 63}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT, VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME, VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION, 62}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV, VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME, VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION, 61}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInlineUniformBlockFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION, 60}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INVOCATION_MASK_FEATURES_HUAWEI, VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME, VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION, 59}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceLineRasterizationFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT, VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME, VK_EXT_LINE_RASTERIZATION_SPEC_VERSION, 58}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMaintenance4Features>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION, 57}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMemoryPriorityFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT, VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME, VK_EXT_MEMORY_PRIORITY_SPEC_VERSION, 56}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMeshShaderFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV, VK_NV_MESH_SHADER_EXTENSION_NAME, VK_NV_MESH_SHADER_SPEC_VERSION, 55}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMultiviewFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES, VK_KHR_MULTIVIEW_EXTENSION_NAME, VK_KHR_MULTIVIEW_SPEC_VERSION, 54}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMultiDrawFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT, VK_EXT_MULTI_DRAW_EXTENSION_NAME, VK_EXT_MULTI_DRAW_SPEC_VERSION, 53}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION, 52}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT, VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME, VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION, 51}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePerformanceQueryFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR, VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME, VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION, 50}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePipelineCreationCacheControlFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION, 49}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION, 48}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePortabilitySubsetFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR, VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME, VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION, 47}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePresentIdFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR, VK_KHR_PRESENT_ID_EXTENSION_NAME, VK_KHR_PRESENT_ID_SPEC_VERSION, 46}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePresentWaitFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR, VK_KHR_PRESENT_WAIT_EXTENSION_NAME, VK_KHR_PRESENT_WAIT_SPEC_VERSION, 45}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT, VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME, VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION, 44}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevicePrivateDataFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES, VK_EXT_PRIVATE_DATA_EXTENSION_NAME, VK_EXT_PRIVATE_DATA_SPEC_VERSION, 43}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceProtectedMemoryFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES, DECL_PROTECTED_MEMORY_EXTENSION_NAME, 0, 42}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceProvokingVertexFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT, VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME, VK_EXT_PROVOKING_VERTEX_SPEC_VERSION, 41}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceRayQueryFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_QUERY_FEATURES_KHR, VK_KHR_RAY_QUERY_EXTENSION_NAME, VK_KHR_RAY_QUERY_SPEC_VERSION, 40}; }
@@ -364,23 +411,23 @@ template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderAtomicFloatFeatures
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT, VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME, VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION, 31}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderAtomicInt64Features>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES, VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME, VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION, 30}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderClockFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR, VK_KHR_SHADER_CLOCK_EXTENSION_NAME, VK_KHR_SHADER_CLOCK_SPEC_VERSION, 29}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION, 28}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION, 28}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderDrawParametersFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES, VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME, VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION, 27}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderFloat16Int8Features>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES, VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME, VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION, 26}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_ATOMIC_INT64_FEATURES_EXT, VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME, VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION, 25}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderImageFootprintFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_IMAGE_FOOTPRINT_FEATURES_NV, VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME, VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION, 24}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION, 23}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderIntegerDotProductFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION, 23}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_FUNCTIONS_2_FEATURES_INTEL, VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME, VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION, 22}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderSMBuiltinsFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV, VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME, VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION, 21}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES, VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME, VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION, 20}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR, VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME, VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION, 19}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR, VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME, VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION, 18}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShaderTerminateInvocationFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES, VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME, VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION, 18}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceShadingRateImageFeaturesNV>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_FEATURES_NV, VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME, VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION, 17}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceSubgroupSizeControlFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION, 16}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceSubgroupSizeControlFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION, 16}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceSubpassShadingFeaturesHUAWEI>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_FEATURES_HUAWEI, VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME, VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION, 15}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceSynchronization2FeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR, VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME, VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION, 14}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceSynchronization2Features>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES, VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME, VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION, 14}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION, 13}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION, 12}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceTextureCompressionASTCHDRFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION, 12}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceTimelineSemaphoreFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES, VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION, 11}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceTransformFeedbackFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_FEATURES_EXT, VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME, VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION, 10}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceUniformBufferStandardLayoutFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES, VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME, VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION, 9}; }
@@ -389,12 +436,12 @@ template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceVertexAttributeDivisorFea
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_INPUT_DYNAMIC_STATE_FEATURES_EXT, VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME, VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION, 6}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceVulkanMemoryModelFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES, VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME, VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION, 5}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR, VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME, VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION, 4}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT, DECL_EXT_YCBCR_2_PLANE_444_FORMATS_EXTENSION_NAME, 0, 3}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT, VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME, VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION, 3}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT, VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME, VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION, 2}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION, 1}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION, 1}; }
 
 
-static const FeatureStructCreationData featureStructCreationArray[] =
+static const FeatureStructCreationData featureStructCreationArray[]
 {
        { createFeatureStructWrapper<VkPhysicalDevice16BitStorageFeatures>, VK_KHR_16BIT_STORAGE_EXTENSION_NAME, VK_KHR_16BIT_STORAGE_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevice4444FormatsFeaturesEXT>, VK_EXT_4444_FORMATS_EXTENSION_NAME, VK_EXT_4444_FORMATS_SPEC_VERSION },
@@ -418,7 +465,7 @@ static const FeatureStructCreationData featureStructCreationArray[] =
        { createFeatureStructWrapper<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>, VK_NV_DEVICE_GENERATED_COMMANDS_EXTENSION_NAME, VK_NV_DEVICE_GENERATED_COMMANDS_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>, VK_EXT_DEVICE_MEMORY_REPORT_EXTENSION_NAME, VK_EXT_DEVICE_MEMORY_REPORT_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>, DECL_NV_DIAGNOSTICS_CONFIG_EXTENSION_NAME, 0 },
-       { createFeatureStructWrapper<VkPhysicalDeviceDynamicRenderingFeaturesKHR>, VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME, VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceDynamicRenderingFeatures>, VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME, VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceExclusiveScissorFeaturesNV>, VK_NV_SCISSOR_EXCLUSIVE_EXTENSION_NAME, VK_NV_SCISSOR_EXCLUSIVE_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>, VK_EXT_EXTENDED_DYNAMIC_STATE_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceExtendedDynamicState2FeaturesEXT>, VK_EXT_EXTENDED_DYNAMIC_STATE_2_EXTENSION_NAME, VK_EXT_EXTENDED_DYNAMIC_STATE_2_SPEC_VERSION },
@@ -432,25 +479,27 @@ static const FeatureStructCreationData featureStructCreationArray[] =
        { createFeatureStructWrapper<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>, VK_EXT_GLOBAL_PRIORITY_QUERY_EXTENSION_NAME, VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceHostQueryResetFeatures>, VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME, VK_EXT_HOST_QUERY_RESET_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceImagelessFramebufferFeatures>, VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME, VK_KHR_IMAGELESS_FRAMEBUFFER_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceImageRobustnessFeaturesEXT>, VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME, VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceImageRobustnessFeatures>, VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME, VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>, VK_EXT_INDEX_TYPE_UINT8_EXTENSION_NAME, VK_EXT_INDEX_TYPE_UINT8_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>, VK_NV_INHERITED_VIEWPORT_SCISSOR_EXTENSION_NAME, VK_NV_INHERITED_VIEWPORT_SCISSOR_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceInlineUniformBlockFeaturesEXT>, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceInlineUniformBlockFeatures>, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>, VK_HUAWEI_INVOCATION_MASK_EXTENSION_NAME, VK_HUAWEI_INVOCATION_MASK_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceLineRasterizationFeaturesEXT>, VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME, VK_EXT_LINE_RASTERIZATION_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceMaintenance4FeaturesKHR>, DECL_KHR_MAINTENANCE_4_EXTENSION_NAME, 0 },
+       { createFeatureStructWrapper<VkPhysicalDeviceMaintenance4Features>, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceMemoryPriorityFeaturesEXT>, VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME, VK_EXT_MEMORY_PRIORITY_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceMeshShaderFeaturesNV>, VK_NV_MESH_SHADER_EXTENSION_NAME, VK_NV_MESH_SHADER_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceMultiviewFeatures>, VK_KHR_MULTIVIEW_EXTENSION_NAME, VK_KHR_MULTIVIEW_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceMultiDrawFeaturesEXT>, VK_EXT_MULTI_DRAW_EXTENSION_NAME, VK_EXT_MULTI_DRAW_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_EXTENSION_NAME, VK_VALVE_MUTABLE_DESCRIPTOR_TYPE_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>, VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME, VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevicePerformanceQueryFeaturesKHR>, VK_KHR_PERFORMANCE_QUERY_EXTENSION_NAME, VK_KHR_PERFORMANCE_QUERY_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT>, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDevicePipelineCreationCacheControlFeatures>, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME, VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_EXTENSION_NAME, VK_KHR_PIPELINE_EXECUTABLE_PROPERTIES_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevicePortabilitySubsetFeaturesKHR>, VK_KHR_PORTABILITY_SUBSET_EXTENSION_NAME, VK_KHR_PORTABILITY_SUBSET_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevicePresentIdFeaturesKHR>, VK_KHR_PRESENT_ID_EXTENSION_NAME, VK_KHR_PRESENT_ID_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDevicePresentWaitFeaturesKHR>, VK_KHR_PRESENT_WAIT_EXTENSION_NAME, VK_KHR_PRESENT_WAIT_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDevicePrivateDataFeaturesEXT>, VK_EXT_PRIVATE_DATA_EXTENSION_NAME, VK_EXT_PRIVATE_DATA_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>, VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME, VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDevicePrivateDataFeatures>, VK_EXT_PRIVATE_DATA_EXTENSION_NAME, VK_EXT_PRIVATE_DATA_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceProtectedMemoryFeatures>, DECL_PROTECTED_MEMORY_EXTENSION_NAME, 0 },
        { createFeatureStructWrapper<VkPhysicalDeviceProvokingVertexFeaturesEXT>, VK_EXT_PROVOKING_VERTEX_EXTENSION_NAME, VK_EXT_PROVOKING_VERTEX_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceRayQueryFeaturesKHR>, VK_KHR_RAY_QUERY_EXTENSION_NAME, VK_KHR_RAY_QUERY_SPEC_VERSION },
@@ -465,23 +514,23 @@ static const FeatureStructCreationData featureStructCreationArray[] =
        { createFeatureStructWrapper<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT>, VK_EXT_SHADER_ATOMIC_FLOAT_2_EXTENSION_NAME, VK_EXT_SHADER_ATOMIC_FLOAT_2_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderAtomicInt64Features>, VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME, VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderClockFeaturesKHR>, VK_KHR_SHADER_CLOCK_EXTENSION_NAME, VK_KHR_SHADER_CLOCK_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT>, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures>, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME, VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderDrawParametersFeatures>, VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME, VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderFloat16Int8Features>, VK_KHR_SHADER_FLOAT16_INT8_EXTENSION_NAME, VK_KHR_SHADER_FLOAT16_INT8_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT>, VK_EXT_SHADER_IMAGE_ATOMIC_INT64_EXTENSION_NAME, VK_EXT_SHADER_IMAGE_ATOMIC_INT64_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderImageFootprintFeaturesNV>, VK_NV_SHADER_IMAGE_FOOTPRINT_EXTENSION_NAME, VK_NV_SHADER_IMAGE_FOOTPRINT_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR>, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceShaderIntegerDotProductFeatures>, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL>, VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_EXTENSION_NAME, VK_INTEL_SHADER_INTEGER_FUNCTIONS_2_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderSMBuiltinsFeaturesNV>, VK_NV_SHADER_SM_BUILTINS_EXTENSION_NAME, VK_NV_SHADER_SM_BUILTINS_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>, VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_EXTENSION_NAME, VK_KHR_SHADER_SUBGROUP_EXTENDED_TYPES_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR>, VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_EXTENSION_NAME, VK_KHR_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR>, VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME, VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceShaderTerminateInvocationFeatures>, VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME, VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceShadingRateImageFeaturesNV>, VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME, VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceSubgroupSizeControlFeaturesEXT>, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceSubgroupSizeControlFeatures>, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceSubpassShadingFeaturesHUAWEI>, VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME, VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceSynchronization2FeaturesKHR>, VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME, VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceSynchronization2Features>, VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME, VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT>, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT>, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceTextureCompressionASTCHDRFeatures>, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME, VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceTimelineSemaphoreFeatures>, VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceTransformFeedbackFeaturesEXT>, VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME, VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceUniformBufferStandardLayoutFeatures>, VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME, VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_SPEC_VERSION },
@@ -490,37 +539,56 @@ static const FeatureStructCreationData featureStructCreationArray[] =
        { createFeatureStructWrapper<VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT>, VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_EXTENSION_NAME, VK_EXT_VERTEX_INPUT_DYNAMIC_STATE_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceVulkanMemoryModelFeatures>, VK_KHR_VULKAN_MEMORY_MODEL_EXTENSION_NAME, VK_KHR_VULKAN_MEMORY_MODEL_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR>, VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_EXTENSION_NAME, VK_KHR_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>, DECL_EXT_YCBCR_2_PLANE_444_FORMATS_EXTENSION_NAME, 0 },
+       { createFeatureStructWrapper<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>, VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME, VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION },
        { createFeatureStructWrapper<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>, VK_EXT_YCBCR_IMAGE_ARRAYS_EXTENSION_NAME, VK_EXT_YCBCR_IMAGE_ARRAYS_SPEC_VERSION },
-       { createFeatureStructWrapper<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR>, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION },
+       { createFeatureStructWrapper<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures>, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME, VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION },
 };
 
-bool isPartOfBlobFeatures (VkStructureType sType)
+deUint32 getBlobFeaturesVersion (VkStructureType sType)
 {
-       const std::vector<VkStructureType> sTypeVect =  {
+       const std::map<VkStructureType, deUint32> sTypeBlobMap
+       {
                // Vulkan11
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES,
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES,                                                             VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES,                                                                 VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES,                                                  VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES,                                  VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES,                                    VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES,                                                 VK_API_VERSION_1_1 },
                // Vulkan12
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES,
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES,                                                              VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES,                                             VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES,                                               VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES,                                                  VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES,                                             VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES,                                               VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES,                    VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES,                                               VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES,                                               VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES,                    VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES,                                                VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES,                    VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES,                                               VK_API_VERSION_1_2 },
+               // Vulkan13
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES,                                                 VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES,                                                  VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES,                                              VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,                                                             VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES,                   VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES,                                                              VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES,                VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES,                                VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES,                               VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES,                                             VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES,                                                 VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES,                              VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES,                  VK_API_VERSION_1_3 },
        };
-       return de::contains(sTypeVect.begin(), sTypeVect.end(), sType);
+
+       auto it = sTypeBlobMap.find(sType);
+       if(it == sTypeBlobMap.end())
+               return 0;
+       return it->second;
 }
 
 } // vk
index 1fdba9d..6403ea6 100644 (file)
 /* WARNING: This is auto-generated file. Do not modify, since changes will
  * be lost! Modify the generating script instead.
  */
-VkPhysicalDeviceConditionalRenderingFeaturesEXT                deviceConditionalRenderingFeaturesEXT[count];
-VkPhysicalDeviceScalarBlockLayoutFeatures                      deviceScalarBlockLayoutFeatures[count];
-VkPhysicalDevicePerformanceQueryFeaturesKHR                    devicePerformanceQueryFeaturesKHR[count];
-VkPhysicalDevice16BitStorageFeatures                           device16BitStorageFeatures[count];
-VkPhysicalDeviceMultiviewFeatures                                      deviceMultiviewFeatures[count];
-VkPhysicalDeviceProtectedMemoryFeatures                                deviceProtectedMemoryFeatures[count];
-VkPhysicalDeviceSamplerYcbcrConversionFeatures         deviceSamplerYcbcrConversionFeatures[count];
-VkPhysicalDeviceVariablePointersFeatures                       deviceVariablePointersFeatures[count];
-VkPhysicalDevice8BitStorageFeatures                                    device8BitStorageFeatures[count];
-VkPhysicalDeviceShaderAtomicInt64Features                      deviceShaderAtomicInt64Features[count];
-VkPhysicalDeviceShaderFloat16Int8Features                      deviceShaderFloat16Int8Features[count];
-VkPhysicalDeviceBufferDeviceAddressFeaturesEXT         deviceBufferDeviceAddressFeaturesEXT[count];
-VkPhysicalDeviceBufferDeviceAddressFeatures                    deviceBufferDeviceAddressFeatures[count];
-VkPhysicalDeviceDescriptorIndexingFeatures                     deviceDescriptorIndexingFeatures[count];
-VkPhysicalDeviceTimelineSemaphoreFeatures                      deviceTimelineSemaphoreFeatures[count];
-VkPhysicalDeviceFragmentDensityMapFeaturesEXT          deviceFragmentDensityMapFeaturesEXT[count];
-VkPhysicalDeviceFragmentDensityMap2FeaturesEXT         deviceFragmentDensityMap2FeaturesEXT[count];
-VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR     deviceShaderIntegerDotProductFeaturesKHR[count];
-
-const bool isConditionalRenderingFeaturesEXT   = checkExtension(properties, "VK_EXT_conditional_rendering");
-const bool isScalarBlockLayoutFeatures                 = checkExtension(properties, "VK_EXT_scalar_block_layout")                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isPerformanceQueryFeaturesKHR               = checkExtension(properties, "VK_KHR_performance_query");
-const bool is16BitStorageFeatures                              = checkExtension(properties, "VK_KHR_16bit_storage")                            || context.contextSupports(vk::ApiVersion(1, 1, 0));
-const bool isMultiviewFeatures                                 = checkExtension(properties, "VK_KHR_multiview")                                        || context.contextSupports(vk::ApiVersion(1, 1, 0));
-const bool isProtectedMemoryFeatures                   =                                                                                                                                          context.contextSupports(vk::ApiVersion(1, 1, 0));
-const bool isSamplerYcbcrConversionFeatures            = checkExtension(properties, "VK_KHR_sampler_ycbcr_conversion")         || context.contextSupports(vk::ApiVersion(1, 1, 0));
-const bool isVariablePointersFeatures                  = checkExtension(properties, "VK_KHR_variable_pointers")                        || context.contextSupports(vk::ApiVersion(1, 1, 0));
-const bool is8BitStorageFeatures                               = checkExtension(properties, "VK_KHR_8bit_storage")                                     || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isShaderAtomicInt64Features                 = checkExtension(properties, "VK_KHR_shader_atomic_int64")                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isShaderFloat16Int8Features                 = checkExtension(properties, "VK_KHR_shader_float16_int8")                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isBufferDeviceAddressFeaturesEXT            = checkExtension(properties, "VK_EXT_buffer_device_address");
-const bool isBufferDeviceAddressFeatures               = checkExtension(properties, "VK_KHR_buffer_device_address")            || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isDescriptorIndexingFeatures                        = checkExtension(properties, "VK_EXT_descriptor_indexing")                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isTimelineSemaphoreFeatures                 = checkExtension(properties, "VK_KHR_timeline_semaphore")                       || context.contextSupports(vk::ApiVersion(1, 2, 0));
-const bool isFragmentDensityMapFeaturesEXT             = checkExtension(properties, "VK_EXT_fragment_density_map");
-const bool isFragmentDensityMap2FeaturesEXT            = checkExtension(properties, "VK_EXT_fragment_density_map2");
-const bool isShaderIntegerDotProductFeaturesKHR        = checkExtension(properties, "VK_KHR_shader_integer_dot_product");
+VkPhysicalDevice4444FormatsFeaturesEXT                                                 device4444FormatsFeaturesEXT[count];
+VkPhysicalDevice8BitStorageFeatures                                                            device8BitStorageFeatures[count];
+VkPhysicalDevice16BitStorageFeatures                                                   device16BitStorageFeatures[count];
+VkPhysicalDeviceAccelerationStructureFeaturesKHR                               deviceAccelerationStructureFeaturesKHR[count];
+VkPhysicalDeviceASTCDecodeFeaturesEXT                                                  deviceASTCDecodeFeaturesEXT[count];
+VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT                              deviceBlendOperationAdvancedFeaturesEXT[count];
+VkPhysicalDeviceBufferDeviceAddressFeaturesEXT                                 deviceBufferDeviceAddressFeaturesEXT[count];
+VkPhysicalDeviceBufferDeviceAddressFeatures                                            deviceBufferDeviceAddressFeatures[count];
+VkPhysicalDeviceConditionalRenderingFeaturesEXT                                        deviceConditionalRenderingFeaturesEXT[count];
+VkPhysicalDeviceCustomBorderColorFeaturesEXT                                   deviceCustomBorderColorFeaturesEXT[count];
+VkPhysicalDeviceColorWriteEnableFeaturesEXT                                            deviceColorWriteEnableFeaturesEXT[count];
+VkPhysicalDeviceDescriptorIndexingFeatures                                             deviceDescriptorIndexingFeatures[count];
+VkPhysicalDeviceDepthClipEnableFeaturesEXT                                             deviceDepthClipEnableFeaturesEXT[count];
+VkPhysicalDeviceDynamicRenderingFeatures                                               deviceDynamicRenderingFeatures[count];
+VkPhysicalDeviceExtendedDynamicStateFeaturesEXT                                        deviceExtendedDynamicStateFeaturesEXT[count];
+VkPhysicalDeviceExtendedDynamicState2FeaturesEXT                               deviceExtendedDynamicState2FeaturesEXT[count];
+VkPhysicalDeviceFragmentDensityMapFeaturesEXT                                  deviceFragmentDensityMapFeaturesEXT[count];
+VkPhysicalDeviceFragmentDensityMap2FeaturesEXT                                 deviceFragmentDensityMap2FeaturesEXT[count];
+VkPhysicalDeviceFragmentShadingRateFeaturesKHR                                 deviceFragmentShadingRateFeaturesKHR[count];
+VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT                                 deviceGlobalPriorityQueryFeaturesEXT[count];
+VkPhysicalDeviceInlineUniformBlockFeatures                                             deviceInlineUniformBlockFeatures[count];
+VkPhysicalDeviceIndexTypeUint8FeaturesEXT                                              deviceIndexTypeUint8FeaturesEXT[count];
+VkPhysicalDeviceImagelessFramebufferFeatures                                   deviceImagelessFramebufferFeatures[count];
+VkPhysicalDeviceImageRobustnessFeatures                                                        deviceImageRobustnessFeatures[count];
+VkPhysicalDeviceHostQueryResetFeatures                                                 deviceHostQueryResetFeatures[count];
+VkPhysicalDeviceLineRasterizationFeaturesEXT                                   deviceLineRasterizationFeaturesEXT[count];
+VkPhysicalDeviceMaintenance4Features                                                   deviceMaintenance4Features[count];
+VkPhysicalDeviceMultiviewFeatures                                                              deviceMultiviewFeatures[count];
+VkPhysicalDeviceMultiDrawFeaturesEXT                                                   deviceMultiDrawFeaturesEXT[count];
+VkPhysicalDeviceMemoryPriorityFeaturesEXT                                              deviceMemoryPriorityFeaturesEXT[count];
+VkPhysicalDeviceDeviceMemoryReportFeaturesEXT                                  deviceDeviceMemoryReportFeaturesEXT[count];
+VkPhysicalDevicePerformanceQueryFeaturesKHR                                            devicePerformanceQueryFeaturesKHR[count];
+VkPhysicalDevicePipelineCreationCacheControlFeatures                   devicePipelineCreationCacheControlFeatures[count];
+VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR                        devicePipelineExecutablePropertiesFeaturesKHR[count];
+VkPhysicalDevicePresentIdFeaturesKHR                                                   devicePresentIdFeaturesKHR[count];
+VkPhysicalDevicePresentWaitFeaturesKHR                                                 devicePresentWaitFeaturesKHR[count];
+VkPhysicalDeviceProtectedMemoryFeatures                                                        deviceProtectedMemoryFeatures[count];
+VkPhysicalDeviceProvokingVertexFeaturesEXT                                             deviceProvokingVertexFeaturesEXT[count];
+VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT                        devicePrimitiveTopologyListRestartFeaturesEXT[count];
+VkPhysicalDevicePrivateDataFeatures                                                            devicePrivateDataFeatures[count];
+VkPhysicalDeviceRayTracingPipelineFeaturesKHR                                  deviceRayTracingPipelineFeaturesKHR[count];
+VkPhysicalDeviceRayQueryFeaturesKHR                                                            deviceRayQueryFeaturesKHR[count];
+VkPhysicalDeviceRobustness2FeaturesEXT                                                 deviceRobustness2FeaturesEXT[count];
+VkPhysicalDeviceSamplerYcbcrConversionFeatures                                 deviceSamplerYcbcrConversionFeatures[count];
+VkPhysicalDeviceScalarBlockLayoutFeatures                                              deviceScalarBlockLayoutFeatures[count];
+VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures                            deviceSeparateDepthStencilLayoutsFeatures[count];
+VkPhysicalDeviceShaderAtomicInt64Features                                              deviceShaderAtomicInt64Features[count];
+VkPhysicalDeviceShaderAtomicFloatFeaturesEXT                                   deviceShaderAtomicFloatFeaturesEXT[count];
+VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT                                  deviceShaderAtomicFloat2FeaturesEXT[count];
+VkPhysicalDeviceShaderFloat16Int8Features                                              deviceShaderFloat16Int8Features[count];
+VkPhysicalDeviceShaderClockFeaturesKHR                                                 deviceShaderClockFeaturesKHR[count];
+VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures                 deviceShaderDemoteToHelperInvocationFeatures[count];
+VkPhysicalDeviceShaderDrawParametersFeatures                                   deviceShaderDrawParametersFeatures[count];
+VkPhysicalDeviceShaderIntegerDotProductFeatures                                        deviceShaderIntegerDotProductFeatures[count];
+VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures                            deviceShaderSubgroupExtendedTypesFeatures[count];
+VkPhysicalDeviceShaderTerminateInvocationFeatures                              deviceShaderTerminateInvocationFeatures[count];
+VkPhysicalDeviceSubgroupSizeControlFeatures                                            deviceSubgroupSizeControlFeatures[count];
+VkPhysicalDeviceSynchronization2Features                                               deviceSynchronization2Features[count];
+VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT                             deviceFragmentShaderInterlockFeaturesEXT[count];
+VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT                                        deviceTexelBufferAlignmentFeaturesEXT[count];
+VkPhysicalDeviceTextureCompressionASTCHDRFeatures                              deviceTextureCompressionASTCHDRFeatures[count];
+VkPhysicalDeviceTimelineSemaphoreFeatures                                              deviceTimelineSemaphoreFeatures[count];
+VkPhysicalDeviceTransformFeedbackFeaturesEXT                                   deviceTransformFeedbackFeaturesEXT[count];
+VkPhysicalDeviceUniformBufferStandardLayoutFeatures                            deviceUniformBufferStandardLayoutFeatures[count];
+VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR               deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[count];
+VkPhysicalDeviceVariablePointersFeatures                                               deviceVariablePointersFeatures[count];
+VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT                              deviceVertexAttributeDivisorFeaturesEXT[count];
+VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT                             deviceVertexInputDynamicStateFeaturesEXT[count];
+VkPhysicalDeviceVulkanMemoryModelFeaturesKHR                                   deviceVulkanMemoryModelFeaturesKHR[count];
+VkPhysicalDeviceYcbcrImageArraysFeaturesEXT                                            deviceYcbcrImageArraysFeaturesEXT[count];
+VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT                               deviceYcbcr2Plane444FormatsFeaturesEXT[count];
+VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures                  deviceZeroInitializeWorkgroupMemoryFeatures[count];
+
+const bool is4444FormatsFeaturesEXT                                            = checkExtension(properties, "VK_EXT_4444_formats")                                                     || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool is8BitStorageFeatures                                               = checkExtension(properties, "VK_KHR_8bit_storage")                                                     || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool is16BitStorageFeatures                                              = checkExtension(properties, "VK_KHR_16bit_storage")                                            || context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isAccelerationStructureFeaturesKHR                  = checkExtension(properties, "VK_KHR_acceleration_structure");
+const bool isASTCDecodeFeaturesEXT                                             = checkExtension(properties, "VK_EXT_astc_decode_mode");
+const bool isBlendOperationAdvancedFeaturesEXT                 = checkExtension(properties, "VK_EXT_blend_operation_advanced");
+const bool isBufferDeviceAddressFeaturesEXT                            = checkExtension(properties, "VK_EXT_buffer_device_address");
+const bool isBufferDeviceAddressFeatures                               = checkExtension(properties, "VK_KHR_buffer_device_address")                            || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isConditionalRenderingFeaturesEXT                   = checkExtension(properties, "VK_EXT_conditional_rendering");
+const bool isCustomBorderColorFeaturesEXT                              = checkExtension(properties, "VK_EXT_custom_border_color");
+const bool isColorWriteEnableFeaturesEXT                               = checkExtension(properties, "VK_EXT_color_write_enable");
+const bool isDescriptorIndexingFeatures                                        = checkExtension(properties, "VK_EXT_descriptor_indexing")                                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isDepthClipEnableFeaturesEXT                                        = checkExtension(properties, "VK_EXT_depth_clip_enable");
+const bool isDynamicRenderingFeatures                                  = checkExtension(properties, "VK_KHR_dynamic_rendering")                                        || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isExtendedDynamicStateFeaturesEXT                   = checkExtension(properties, "VK_EXT_extended_dynamic_state")                           || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isExtendedDynamicState2FeaturesEXT                  = checkExtension(properties, "VK_EXT_extended_dynamic_state2");
+const bool isFragmentDensityMapFeaturesEXT                             = checkExtension(properties, "VK_EXT_fragment_density_map");
+const bool isFragmentDensityMap2FeaturesEXT                            = checkExtension(properties, "VK_EXT_fragment_density_map2");
+const bool isFragmentShadingRateFeaturesKHR                            = checkExtension(properties, "VK_KHR_fragment_shading_rate");
+const bool isGlobalPriorityQueryFeaturesEXT                            = checkExtension(properties, "VK_EXT_global_priority_query");
+const bool isInlineUniformBlockFeatures                                        = checkExtension(properties, "VK_EXT_inline_uniform_block")                                     || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isIndexTypeUint8FeaturesEXT                                 = checkExtension(properties, "VK_EXT_index_type_uint8");
+const bool isImagelessFramebufferFeatures                              = checkExtension(properties, "VK_KHR_imageless_framebuffer")                            || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isImageRobustnessFeatures                                   = checkExtension(properties, "VK_EXT_image_robustness")                                         || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isHostQueryResetFeatures                                            = checkExtension(properties, "VK_EXT_host_query_reset")                                         || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isLineRasterizationFeaturesEXT                              = checkExtension(properties, "VK_EXT_line_rasterization");
+const bool isMaintenance4Features                                              = checkExtension(properties, "VK_KHR_maintenance4")                                                     || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isMultiviewFeatures                                                 = checkExtension(properties, "VK_KHR_multiview")                                                        || context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isMultiDrawFeaturesEXT                                              = checkExtension(properties, "VK_EXT_multi_draw");
+const bool isMemoryPriorityFeaturesEXT                                 = checkExtension(properties, "VK_EXT_memory_priority");
+const bool isDeviceMemoryReportFeaturesEXT                             = checkExtension(properties, "VK_EXT_device_memory_report");
+const bool isPerformanceQueryFeaturesKHR                               = checkExtension(properties, "VK_KHR_performance_query");
+const bool isPipelineCreationCacheControlFeatures              = checkExtension(properties, "VK_EXT_pipeline_creation_cache_control")          || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isPipelineExecutablePropertiesFeaturesKHR   = checkExtension(properties, "VK_KHR_pipeline_executable_properties");
+const bool isPresentIdFeaturesKHR                                              = checkExtension(properties, "VK_KHR_present_id");
+const bool isPresentWaitFeaturesKHR                                            = checkExtension(properties, "VK_KHR_present_wait");
+const bool isProtectedMemoryFeatures                                   =                                                                                                                                                          context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isProvokingVertexFeaturesEXT                                        = checkExtension(properties, "VK_EXT_provoking_vertex");
+const bool isPrimitiveTopologyListRestartFeaturesEXT   = checkExtension(properties, "VK_EXT_primitive_topology_list_restart");
+const bool isPrivateDataFeatures                                               = checkExtension(properties, "VK_EXT_private_data")                                                     || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isRayTracingPipelineFeaturesKHR                             = checkExtension(properties, "VK_KHR_ray_tracing_pipeline");
+const bool isRayQueryFeaturesKHR                                               = checkExtension(properties, "VK_KHR_ray_query");
+const bool isRobustness2FeaturesEXT                                            = checkExtension(properties, "VK_EXT_robustness2");
+const bool isSamplerYcbcrConversionFeatures                            = checkExtension(properties, "VK_KHR_sampler_ycbcr_conversion")                         || context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isScalarBlockLayoutFeatures                                 = checkExtension(properties, "VK_EXT_scalar_block_layout")                                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isSeparateDepthStencilLayoutsFeatures               = checkExtension(properties, "VK_KHR_separate_depth_stencil_layouts")           || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isShaderAtomicInt64Features                                 = checkExtension(properties, "VK_KHR_shader_atomic_int64")                                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isShaderAtomicFloatFeaturesEXT                              = checkExtension(properties, "VK_EXT_shader_atomic_float");
+const bool isShaderAtomicFloat2FeaturesEXT                             = checkExtension(properties, "VK_EXT_shader_atomic_float2");
+const bool isShaderFloat16Int8Features                                 = checkExtension(properties, "VK_KHR_shader_float16_int8")                                      || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isShaderClockFeaturesKHR                                            = checkExtension(properties, "VK_KHR_shader_clock");
+const bool isShaderDemoteToHelperInvocationFeatures            = checkExtension(properties, "VK_EXT_shader_demote_to_helper_invocation")       || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isShaderDrawParametersFeatures                              =                                                                                                                                                          context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isShaderIntegerDotProductFeatures                   = checkExtension(properties, "VK_KHR_shader_integer_dot_product")                       || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isShaderSubgroupExtendedTypesFeatures               = checkExtension(properties, "VK_KHR_shader_subgroup_extended_types")           || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isShaderTerminateInvocationFeatures                 = checkExtension(properties, "VK_KHR_shader_terminate_invocation")                      || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isSubgroupSizeControlFeatures                               = checkExtension(properties, "VK_EXT_subgroup_size_control")                            || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isSynchronization2Features                                  = checkExtension(properties, "VK_KHR_synchronization2")                                         || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isFragmentShaderInterlockFeaturesEXT                        = checkExtension(properties, "VK_EXT_fragment_shader_interlock");
+const bool isTexelBufferAlignmentFeaturesEXT                   = checkExtension(properties, "VK_EXT_texel_buffer_alignment")                           || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isTextureCompressionASTCHDRFeatures                 = checkExtension(properties, "VK_EXT_texture_compression_astc_hdr")                     || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isTimelineSemaphoreFeatures                                 = checkExtension(properties, "VK_KHR_timeline_semaphore")                                       || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isTransformFeedbackFeaturesEXT                              = checkExtension(properties, "VK_EXT_transform_feedback");
+const bool isUniformBufferStandardLayoutFeatures               = checkExtension(properties, "VK_KHR_uniform_buffer_standard_layout")           || context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isWorkgroupMemoryExplicitLayoutFeaturesKHR  = checkExtension(properties, "VK_KHR_workgroup_memory_explicit_layout");
+const bool isVariablePointersFeatures                                  = checkExtension(properties, "VK_KHR_variable_pointers")                                        || context.contextSupports(vk::ApiVersion(1, 1, 0));
+const bool isVertexAttributeDivisorFeaturesEXT                 = checkExtension(properties, "VK_EXT_vertex_attribute_divisor");
+const bool isVertexInputDynamicStateFeaturesEXT                        = checkExtension(properties, "VK_EXT_vertex_input_dynamic_state");
+const bool isVulkanMemoryModelFeaturesKHR                              =                                                                                                                                                          context.contextSupports(vk::ApiVersion(1, 2, 0));
+const bool isYcbcrImageArraysFeaturesEXT                               = checkExtension(properties, "VK_EXT_ycbcr_image_arrays");
+const bool isYcbcr2Plane444FormatsFeaturesEXT                  = checkExtension(properties, "VK_EXT_ycbcr_2plane_444_formats")                         || context.contextSupports(vk::ApiVersion(1, 3, 0));
+const bool isZeroInitializeWorkgroupMemoryFeatures             = checkExtension(properties, "VK_KHR_zero_initialize_workgroup_memory")         || context.contextSupports(vk::ApiVersion(1, 3, 0));
 
 for (int ndx = 0; ndx < count; ++ndx)
 {
-       deMemset(&deviceConditionalRenderingFeaturesEXT[ndx],   0xFF * ndx, sizeof(VkPhysicalDeviceConditionalRenderingFeaturesEXT));
-       deMemset(&deviceScalarBlockLayoutFeatures[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceScalarBlockLayoutFeatures));
-       deMemset(&devicePerformanceQueryFeaturesKHR[ndx],               0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryFeaturesKHR));
-       deMemset(&device16BitStorageFeatures[ndx],                              0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures));
-       deMemset(&deviceMultiviewFeatures[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));
-       deMemset(&deviceProtectedMemoryFeatures[ndx],                   0xFF * ndx, sizeof(VkPhysicalDeviceProtectedMemoryFeatures));
-       deMemset(&deviceSamplerYcbcrConversionFeatures[ndx],    0xFF * ndx, sizeof(VkPhysicalDeviceSamplerYcbcrConversionFeatures));
-       deMemset(&deviceVariablePointersFeatures[ndx],                  0xFF * ndx, sizeof(VkPhysicalDeviceVariablePointersFeatures));
-       deMemset(&device8BitStorageFeatures[ndx],                               0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));
-       deMemset(&deviceShaderAtomicInt64Features[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceShaderAtomicInt64Features));
-       deMemset(&deviceShaderFloat16Int8Features[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceShaderFloat16Int8Features));
-       deMemset(&deviceBufferDeviceAddressFeaturesEXT[ndx],    0xFF * ndx, sizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesEXT));
-       deMemset(&deviceBufferDeviceAddressFeatures[ndx],               0xFF * ndx, sizeof(VkPhysicalDeviceBufferDeviceAddressFeatures));
-       deMemset(&deviceDescriptorIndexingFeatures[ndx],                0xFF * ndx, sizeof(VkPhysicalDeviceDescriptorIndexingFeatures));
-       deMemset(&deviceTimelineSemaphoreFeatures[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceTimelineSemaphoreFeatures));
-       deMemset(&deviceFragmentDensityMapFeaturesEXT[ndx],             0xFF * ndx, sizeof(VkPhysicalDeviceFragmentDensityMapFeaturesEXT));
-       deMemset(&deviceFragmentDensityMap2FeaturesEXT[ndx],    0xFF * ndx, sizeof(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT));
-       deMemset(&deviceShaderIntegerDotProductFeaturesKHR[ndx],0xFF * ndx, sizeof(VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR));
+       deMemset(&device4444FormatsFeaturesEXT[ndx],                                    0xFF * ndx, sizeof(VkPhysicalDevice4444FormatsFeaturesEXT));
+       deMemset(&device8BitStorageFeatures[ndx],                                               0xFF * ndx, sizeof(VkPhysicalDevice8BitStorageFeatures));
+       deMemset(&device16BitStorageFeatures[ndx],                                              0xFF * ndx, sizeof(VkPhysicalDevice16BitStorageFeatures));
+       deMemset(&deviceAccelerationStructureFeaturesKHR[ndx],                  0xFF * ndx, sizeof(VkPhysicalDeviceAccelerationStructureFeaturesKHR));
+       deMemset(&deviceASTCDecodeFeaturesEXT[ndx],                                             0xFF * ndx, sizeof(VkPhysicalDeviceASTCDecodeFeaturesEXT));
+       deMemset(&deviceBlendOperationAdvancedFeaturesEXT[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT));
+       deMemset(&deviceBufferDeviceAddressFeaturesEXT[ndx],                    0xFF * ndx, sizeof(VkPhysicalDeviceBufferDeviceAddressFeaturesEXT));
+       deMemset(&deviceBufferDeviceAddressFeatures[ndx],                               0xFF * ndx, sizeof(VkPhysicalDeviceBufferDeviceAddressFeatures));
+       deMemset(&deviceConditionalRenderingFeaturesEXT[ndx],                   0xFF * ndx, sizeof(VkPhysicalDeviceConditionalRenderingFeaturesEXT));
+       deMemset(&deviceCustomBorderColorFeaturesEXT[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceCustomBorderColorFeaturesEXT));
+       deMemset(&deviceColorWriteEnableFeaturesEXT[ndx],                               0xFF * ndx, sizeof(VkPhysicalDeviceColorWriteEnableFeaturesEXT));
+       deMemset(&deviceDescriptorIndexingFeatures[ndx],                                0xFF * ndx, sizeof(VkPhysicalDeviceDescriptorIndexingFeatures));
+       deMemset(&deviceDepthClipEnableFeaturesEXT[ndx],                                0xFF * ndx, sizeof(VkPhysicalDeviceDepthClipEnableFeaturesEXT));
+       deMemset(&deviceDynamicRenderingFeatures[ndx],                                  0xFF * ndx, sizeof(VkPhysicalDeviceDynamicRenderingFeatures));
+       deMemset(&deviceExtendedDynamicStateFeaturesEXT[ndx],                   0xFF * ndx, sizeof(VkPhysicalDeviceExtendedDynamicStateFeaturesEXT));
+       deMemset(&deviceExtendedDynamicState2FeaturesEXT[ndx],                  0xFF * ndx, sizeof(VkPhysicalDeviceExtendedDynamicState2FeaturesEXT));
+       deMemset(&deviceFragmentDensityMapFeaturesEXT[ndx],                             0xFF * ndx, sizeof(VkPhysicalDeviceFragmentDensityMapFeaturesEXT));
+       deMemset(&deviceFragmentDensityMap2FeaturesEXT[ndx],                    0xFF * ndx, sizeof(VkPhysicalDeviceFragmentDensityMap2FeaturesEXT));
+       deMemset(&deviceFragmentShadingRateFeaturesKHR[ndx],                    0xFF * ndx, sizeof(VkPhysicalDeviceFragmentShadingRateFeaturesKHR));
+       deMemset(&deviceGlobalPriorityQueryFeaturesEXT[ndx],                    0xFF * ndx, sizeof(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT));
+       deMemset(&deviceInlineUniformBlockFeatures[ndx],                                0xFF * ndx, sizeof(VkPhysicalDeviceInlineUniformBlockFeatures));
+       deMemset(&deviceIndexTypeUint8FeaturesEXT[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceIndexTypeUint8FeaturesEXT));
+       deMemset(&deviceImagelessFramebufferFeatures[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceImagelessFramebufferFeatures));
+       deMemset(&deviceImageRobustnessFeatures[ndx],                                   0xFF * ndx, sizeof(VkPhysicalDeviceImageRobustnessFeatures));
+       deMemset(&deviceHostQueryResetFeatures[ndx],                                    0xFF * ndx, sizeof(VkPhysicalDeviceHostQueryResetFeatures));
+       deMemset(&deviceLineRasterizationFeaturesEXT[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceLineRasterizationFeaturesEXT));
+       deMemset(&deviceMaintenance4Features[ndx],                                              0xFF * ndx, sizeof(VkPhysicalDeviceMaintenance4Features));
+       deMemset(&deviceMultiviewFeatures[ndx],                                                 0xFF * ndx, sizeof(VkPhysicalDeviceMultiviewFeatures));
+       deMemset(&deviceMultiDrawFeaturesEXT[ndx],                                              0xFF * ndx, sizeof(VkPhysicalDeviceMultiDrawFeaturesEXT));
+       deMemset(&deviceMemoryPriorityFeaturesEXT[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceMemoryPriorityFeaturesEXT));
+       deMemset(&deviceDeviceMemoryReportFeaturesEXT[ndx],                             0xFF * ndx, sizeof(VkPhysicalDeviceDeviceMemoryReportFeaturesEXT));
+       deMemset(&devicePerformanceQueryFeaturesKHR[ndx],                               0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryFeaturesKHR));
+       deMemset(&devicePipelineCreationCacheControlFeatures[ndx],              0xFF * ndx, sizeof(VkPhysicalDevicePipelineCreationCacheControlFeatures));
+       deMemset(&devicePipelineExecutablePropertiesFeaturesKHR[ndx],   0xFF * ndx, sizeof(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR));
+       deMemset(&devicePresentIdFeaturesKHR[ndx],                                              0xFF * ndx, sizeof(VkPhysicalDevicePresentIdFeaturesKHR));
+       deMemset(&devicePresentWaitFeaturesKHR[ndx],                                    0xFF * ndx, sizeof(VkPhysicalDevicePresentWaitFeaturesKHR));
+       deMemset(&deviceProtectedMemoryFeatures[ndx],                                   0xFF * ndx, sizeof(VkPhysicalDeviceProtectedMemoryFeatures));
+       deMemset(&deviceProvokingVertexFeaturesEXT[ndx],                                0xFF * ndx, sizeof(VkPhysicalDeviceProvokingVertexFeaturesEXT));
+       deMemset(&devicePrimitiveTopologyListRestartFeaturesEXT[ndx],   0xFF * ndx, sizeof(VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT));
+       deMemset(&devicePrivateDataFeatures[ndx],                                               0xFF * ndx, sizeof(VkPhysicalDevicePrivateDataFeatures));
+       deMemset(&deviceRayTracingPipelineFeaturesKHR[ndx],                             0xFF * ndx, sizeof(VkPhysicalDeviceRayTracingPipelineFeaturesKHR));
+       deMemset(&deviceRayQueryFeaturesKHR[ndx],                                               0xFF * ndx, sizeof(VkPhysicalDeviceRayQueryFeaturesKHR));
+       deMemset(&deviceRobustness2FeaturesEXT[ndx],                                    0xFF * ndx, sizeof(VkPhysicalDeviceRobustness2FeaturesEXT));
+       deMemset(&deviceSamplerYcbcrConversionFeatures[ndx],                    0xFF * ndx, sizeof(VkPhysicalDeviceSamplerYcbcrConversionFeatures));
+       deMemset(&deviceScalarBlockLayoutFeatures[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceScalarBlockLayoutFeatures));
+       deMemset(&deviceSeparateDepthStencilLayoutsFeatures[ndx],               0xFF * ndx, sizeof(VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures));
+       deMemset(&deviceShaderAtomicInt64Features[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceShaderAtomicInt64Features));
+       deMemset(&deviceShaderAtomicFloatFeaturesEXT[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceShaderAtomicFloatFeaturesEXT));
+       deMemset(&deviceShaderAtomicFloat2FeaturesEXT[ndx],                             0xFF * ndx, sizeof(VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT));
+       deMemset(&deviceShaderFloat16Int8Features[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceShaderFloat16Int8Features));
+       deMemset(&deviceShaderClockFeaturesKHR[ndx],                                    0xFF * ndx, sizeof(VkPhysicalDeviceShaderClockFeaturesKHR));
+       deMemset(&deviceShaderDemoteToHelperInvocationFeatures[ndx],    0xFF * ndx, sizeof(VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures));
+       deMemset(&deviceShaderDrawParametersFeatures[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceShaderDrawParametersFeatures));
+       deMemset(&deviceShaderIntegerDotProductFeatures[ndx],                   0xFF * ndx, sizeof(VkPhysicalDeviceShaderIntegerDotProductFeatures));
+       deMemset(&deviceShaderSubgroupExtendedTypesFeatures[ndx],               0xFF * ndx, sizeof(VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures));
+       deMemset(&deviceShaderTerminateInvocationFeatures[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceShaderTerminateInvocationFeatures));
+       deMemset(&deviceSubgroupSizeControlFeatures[ndx],                               0xFF * ndx, sizeof(VkPhysicalDeviceSubgroupSizeControlFeatures));
+       deMemset(&deviceSynchronization2Features[ndx],                                  0xFF * ndx, sizeof(VkPhysicalDeviceSynchronization2Features));
+       deMemset(&deviceFragmentShaderInterlockFeaturesEXT[ndx],                0xFF * ndx, sizeof(VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT));
+       deMemset(&deviceTexelBufferAlignmentFeaturesEXT[ndx],                   0xFF * ndx, sizeof(VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT));
+       deMemset(&deviceTextureCompressionASTCHDRFeatures[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceTextureCompressionASTCHDRFeatures));
+       deMemset(&deviceTimelineSemaphoreFeatures[ndx],                                 0xFF * ndx, sizeof(VkPhysicalDeviceTimelineSemaphoreFeatures));
+       deMemset(&deviceTransformFeedbackFeaturesEXT[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceTransformFeedbackFeaturesEXT));
+       deMemset(&deviceUniformBufferStandardLayoutFeatures[ndx],               0xFF * ndx, sizeof(VkPhysicalDeviceUniformBufferStandardLayoutFeatures));
+       deMemset(&deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[ndx],  0xFF * ndx, sizeof(VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR));
+       deMemset(&deviceVariablePointersFeatures[ndx],                                  0xFF * ndx, sizeof(VkPhysicalDeviceVariablePointersFeatures));
+       deMemset(&deviceVertexAttributeDivisorFeaturesEXT[ndx],                 0xFF * ndx, sizeof(VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT));
+       deMemset(&deviceVertexInputDynamicStateFeaturesEXT[ndx],                0xFF * ndx, sizeof(VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT));
+       deMemset(&deviceVulkanMemoryModelFeaturesKHR[ndx],                              0xFF * ndx, sizeof(VkPhysicalDeviceVulkanMemoryModelFeaturesKHR));
+       deMemset(&deviceYcbcrImageArraysFeaturesEXT[ndx],                               0xFF * ndx, sizeof(VkPhysicalDeviceYcbcrImageArraysFeaturesEXT));
+       deMemset(&deviceYcbcr2Plane444FormatsFeaturesEXT[ndx],                  0xFF * ndx, sizeof(VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT));
+       deMemset(&deviceZeroInitializeWorkgroupMemoryFeatures[ndx],             0xFF * ndx, sizeof(VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures));
+
+       device4444FormatsFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT;
+       device4444FormatsFeaturesEXT[ndx].pNext = &device8BitStorageFeatures[ndx];
+
+       device8BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES;
+       device8BitStorageFeatures[ndx].pNext = &device16BitStorageFeatures[ndx];
+
+       device16BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES;
+       device16BitStorageFeatures[ndx].pNext = &deviceAccelerationStructureFeaturesKHR[ndx];
+
+       deviceAccelerationStructureFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR;
+       deviceAccelerationStructureFeaturesKHR[ndx].pNext = &deviceASTCDecodeFeaturesEXT[ndx];
+
+       deviceASTCDecodeFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT;
+       deviceASTCDecodeFeaturesEXT[ndx].pNext = &deviceBlendOperationAdvancedFeaturesEXT[ndx];
+
+       deviceBlendOperationAdvancedFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT;
+       deviceBlendOperationAdvancedFeaturesEXT[ndx].pNext = &deviceBufferDeviceAddressFeaturesEXT[ndx];
+
+       deviceBufferDeviceAddressFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT;
+       deviceBufferDeviceAddressFeaturesEXT[ndx].pNext = &deviceBufferDeviceAddressFeatures[ndx];
+
+       deviceBufferDeviceAddressFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES;
+       deviceBufferDeviceAddressFeatures[ndx].pNext = &deviceConditionalRenderingFeaturesEXT[ndx];
 
        deviceConditionalRenderingFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CONDITIONAL_RENDERING_FEATURES_EXT;
-       deviceConditionalRenderingFeaturesEXT[ndx].pNext = &deviceScalarBlockLayoutFeatures[ndx];
+       deviceConditionalRenderingFeaturesEXT[ndx].pNext = &deviceCustomBorderColorFeaturesEXT[ndx];
 
-       deviceScalarBlockLayoutFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES;
-       deviceScalarBlockLayoutFeatures[ndx].pNext = &devicePerformanceQueryFeaturesKHR[ndx];
+       deviceCustomBorderColorFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT;
+       deviceCustomBorderColorFeaturesEXT[ndx].pNext = &deviceColorWriteEnableFeaturesEXT[ndx];
 
-       devicePerformanceQueryFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR;
-       devicePerformanceQueryFeaturesKHR[ndx].pNext = &device16BitStorageFeatures[ndx];
+       deviceColorWriteEnableFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COLOR_WRITE_ENABLE_FEATURES_EXT;
+       deviceColorWriteEnableFeaturesEXT[ndx].pNext = &deviceDescriptorIndexingFeatures[ndx];
 
-       device16BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES;
-       device16BitStorageFeatures[ndx].pNext = &deviceMultiviewFeatures[ndx];
+       deviceDescriptorIndexingFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES;
+       deviceDescriptorIndexingFeatures[ndx].pNext = &deviceDepthClipEnableFeaturesEXT[ndx];
+
+       deviceDepthClipEnableFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_CLIP_ENABLE_FEATURES_EXT;
+       deviceDepthClipEnableFeaturesEXT[ndx].pNext = &deviceDynamicRenderingFeatures[ndx];
+
+       deviceDynamicRenderingFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES;
+       deviceDynamicRenderingFeatures[ndx].pNext = &deviceExtendedDynamicStateFeaturesEXT[ndx];
+
+       deviceExtendedDynamicStateFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_FEATURES_EXT;
+       deviceExtendedDynamicStateFeaturesEXT[ndx].pNext = &deviceExtendedDynamicState2FeaturesEXT[ndx];
+
+       deviceExtendedDynamicState2FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTENDED_DYNAMIC_STATE_2_FEATURES_EXT;
+       deviceExtendedDynamicState2FeaturesEXT[ndx].pNext = &deviceFragmentDensityMapFeaturesEXT[ndx];
+
+       deviceFragmentDensityMapFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT;
+       deviceFragmentDensityMapFeaturesEXT[ndx].pNext = &deviceFragmentDensityMap2FeaturesEXT[ndx];
+
+       deviceFragmentDensityMap2FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT;
+       deviceFragmentDensityMap2FeaturesEXT[ndx].pNext = &deviceFragmentShadingRateFeaturesKHR[ndx];
+
+       deviceFragmentShadingRateFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_FEATURES_KHR;
+       deviceFragmentShadingRateFeaturesKHR[ndx].pNext = &deviceGlobalPriorityQueryFeaturesEXT[ndx];
+
+       deviceGlobalPriorityQueryFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GLOBAL_PRIORITY_QUERY_FEATURES_EXT;
+       deviceGlobalPriorityQueryFeaturesEXT[ndx].pNext = &deviceInlineUniformBlockFeatures[ndx];
+
+       deviceInlineUniformBlockFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES;
+       deviceInlineUniformBlockFeatures[ndx].pNext = &deviceIndexTypeUint8FeaturesEXT[ndx];
+
+       deviceIndexTypeUint8FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INDEX_TYPE_UINT8_FEATURES_EXT;
+       deviceIndexTypeUint8FeaturesEXT[ndx].pNext = &deviceImagelessFramebufferFeatures[ndx];
+
+       deviceImagelessFramebufferFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGELESS_FRAMEBUFFER_FEATURES;
+       deviceImagelessFramebufferFeatures[ndx].pNext = &deviceImageRobustnessFeatures[ndx];
+
+       deviceImageRobustnessFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES;
+       deviceImageRobustnessFeatures[ndx].pNext = &deviceHostQueryResetFeatures[ndx];
+
+       deviceHostQueryResetFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES;
+       deviceHostQueryResetFeatures[ndx].pNext = &deviceLineRasterizationFeaturesEXT[ndx];
+
+       deviceLineRasterizationFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_FEATURES_EXT;
+       deviceLineRasterizationFeaturesEXT[ndx].pNext = &deviceMaintenance4Features[ndx];
+
+       deviceMaintenance4Features[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES;
+       deviceMaintenance4Features[ndx].pNext = &deviceMultiviewFeatures[ndx];
 
        deviceMultiviewFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES;
-       deviceMultiviewFeatures[ndx].pNext = &deviceProtectedMemoryFeatures[ndx];
+       deviceMultiviewFeatures[ndx].pNext = &deviceMultiDrawFeaturesEXT[ndx];
+
+       deviceMultiDrawFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT;
+       deviceMultiDrawFeaturesEXT[ndx].pNext = &deviceMemoryPriorityFeaturesEXT[ndx];
+
+       deviceMemoryPriorityFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PRIORITY_FEATURES_EXT;
+       deviceMemoryPriorityFeaturesEXT[ndx].pNext = &deviceDeviceMemoryReportFeaturesEXT[ndx];
+
+       deviceDeviceMemoryReportFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT;
+       deviceDeviceMemoryReportFeaturesEXT[ndx].pNext = &devicePerformanceQueryFeaturesKHR[ndx];
+
+       devicePerformanceQueryFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_FEATURES_KHR;
+       devicePerformanceQueryFeaturesKHR[ndx].pNext = &devicePipelineCreationCacheControlFeatures[ndx];
+
+       devicePipelineCreationCacheControlFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES;
+       devicePipelineCreationCacheControlFeatures[ndx].pNext = &devicePipelineExecutablePropertiesFeaturesKHR[ndx];
+
+       devicePipelineExecutablePropertiesFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_EXECUTABLE_PROPERTIES_FEATURES_KHR;
+       devicePipelineExecutablePropertiesFeaturesKHR[ndx].pNext = &devicePresentIdFeaturesKHR[ndx];
+
+       devicePresentIdFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR;
+       devicePresentIdFeaturesKHR[ndx].pNext = &devicePresentWaitFeaturesKHR[ndx];
+
+       devicePresentWaitFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR;
+       devicePresentWaitFeaturesKHR[ndx].pNext = &deviceProtectedMemoryFeatures[ndx];
 
        deviceProtectedMemoryFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_FEATURES;
-       deviceProtectedMemoryFeatures[ndx].pNext = &deviceSamplerYcbcrConversionFeatures[ndx];
+       deviceProtectedMemoryFeatures[ndx].pNext = &deviceProvokingVertexFeaturesEXT[ndx];
+
+       deviceProvokingVertexFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROVOKING_VERTEX_FEATURES_EXT;
+       deviceProvokingVertexFeaturesEXT[ndx].pNext = &devicePrimitiveTopologyListRestartFeaturesEXT[ndx];
+
+       devicePrimitiveTopologyListRestartFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT;
+       devicePrimitiveTopologyListRestartFeaturesEXT[ndx].pNext = &devicePrivateDataFeatures[ndx];
+
+       devicePrivateDataFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES;
+       devicePrivateDataFeatures[ndx].pNext = &deviceRayTracingPipelineFeaturesKHR[ndx];
+
+       deviceRayTracingPipelineFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_TRACING_PIPELINE_FEATURES_KHR;
+       deviceRayTracingPipelineFeaturesKHR[ndx].pNext = &deviceRayQueryFeaturesKHR[ndx];
+
+       deviceRayQueryFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RAY_QUERY_FEATURES_KHR;
+       deviceRayQueryFeaturesKHR[ndx].pNext = &deviceRobustness2FeaturesEXT[ndx];
+
+       deviceRobustness2FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ROBUSTNESS_2_FEATURES_EXT;
+       deviceRobustness2FeaturesEXT[ndx].pNext = &deviceSamplerYcbcrConversionFeatures[ndx];
 
        deviceSamplerYcbcrConversionFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES;
-       deviceSamplerYcbcrConversionFeatures[ndx].pNext = &deviceVariablePointersFeatures[ndx];
+       deviceSamplerYcbcrConversionFeatures[ndx].pNext = &deviceScalarBlockLayoutFeatures[ndx];
 
-       deviceVariablePointersFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES;
-       deviceVariablePointersFeatures[ndx].pNext = &device8BitStorageFeatures[ndx];
+       deviceScalarBlockLayoutFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES;
+       deviceScalarBlockLayoutFeatures[ndx].pNext = &deviceSeparateDepthStencilLayoutsFeatures[ndx];
 
-       device8BitStorageFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES;
-       device8BitStorageFeatures[ndx].pNext = &deviceShaderAtomicInt64Features[ndx];
+       deviceSeparateDepthStencilLayoutsFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES;
+       deviceSeparateDepthStencilLayoutsFeatures[ndx].pNext = &deviceShaderAtomicInt64Features[ndx];
 
        deviceShaderAtomicInt64Features[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES;
-       deviceShaderAtomicInt64Features[ndx].pNext = &deviceShaderFloat16Int8Features[ndx];
+       deviceShaderAtomicInt64Features[ndx].pNext = &deviceShaderAtomicFloatFeaturesEXT[ndx];
+
+       deviceShaderAtomicFloatFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_FEATURES_EXT;
+       deviceShaderAtomicFloatFeaturesEXT[ndx].pNext = &deviceShaderAtomicFloat2FeaturesEXT[ndx];
+
+       deviceShaderAtomicFloat2FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT;
+       deviceShaderAtomicFloat2FeaturesEXT[ndx].pNext = &deviceShaderFloat16Int8Features[ndx];
 
        deviceShaderFloat16Int8Features[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES;
-       deviceShaderFloat16Int8Features[ndx].pNext = &deviceBufferDeviceAddressFeaturesEXT[ndx];
+       deviceShaderFloat16Int8Features[ndx].pNext = &deviceShaderClockFeaturesKHR[ndx];
 
-       deviceBufferDeviceAddressFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT;
-       deviceBufferDeviceAddressFeaturesEXT[ndx].pNext = &deviceBufferDeviceAddressFeatures[ndx];
+       deviceShaderClockFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR;
+       deviceShaderClockFeaturesKHR[ndx].pNext = &deviceShaderDemoteToHelperInvocationFeatures[ndx];
 
-       deviceBufferDeviceAddressFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES;
-       deviceBufferDeviceAddressFeatures[ndx].pNext = &deviceDescriptorIndexingFeatures[ndx];
+       deviceShaderDemoteToHelperInvocationFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES;
+       deviceShaderDemoteToHelperInvocationFeatures[ndx].pNext = &deviceShaderDrawParametersFeatures[ndx];
 
-       deviceDescriptorIndexingFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_FEATURES;
-       deviceDescriptorIndexingFeatures[ndx].pNext = &deviceTimelineSemaphoreFeatures[ndx];
+       deviceShaderDrawParametersFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES;
+       deviceShaderDrawParametersFeatures[ndx].pNext = &deviceShaderIntegerDotProductFeatures[ndx];
+
+       deviceShaderIntegerDotProductFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES;
+       deviceShaderIntegerDotProductFeatures[ndx].pNext = &deviceShaderSubgroupExtendedTypesFeatures[ndx];
+
+       deviceShaderSubgroupExtendedTypesFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES;
+       deviceShaderSubgroupExtendedTypesFeatures[ndx].pNext = &deviceShaderTerminateInvocationFeatures[ndx];
+
+       deviceShaderTerminateInvocationFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES;
+       deviceShaderTerminateInvocationFeatures[ndx].pNext = &deviceSubgroupSizeControlFeatures[ndx];
+
+       deviceSubgroupSizeControlFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES;
+       deviceSubgroupSizeControlFeatures[ndx].pNext = &deviceSynchronization2Features[ndx];
+
+       deviceSynchronization2Features[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES;
+       deviceSynchronization2Features[ndx].pNext = &deviceFragmentShaderInterlockFeaturesEXT[ndx];
+
+       deviceFragmentShaderInterlockFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADER_INTERLOCK_FEATURES_EXT;
+       deviceFragmentShaderInterlockFeaturesEXT[ndx].pNext = &deviceTexelBufferAlignmentFeaturesEXT[ndx];
+
+       deviceTexelBufferAlignmentFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT;
+       deviceTexelBufferAlignmentFeaturesEXT[ndx].pNext = &deviceTextureCompressionASTCHDRFeatures[ndx];
+
+       deviceTextureCompressionASTCHDRFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES;
+       deviceTextureCompressionASTCHDRFeatures[ndx].pNext = &deviceTimelineSemaphoreFeatures[ndx];
 
        deviceTimelineSemaphoreFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_FEATURES;
-       deviceTimelineSemaphoreFeatures[ndx].pNext = &deviceFragmentDensityMapFeaturesEXT[ndx];
+       deviceTimelineSemaphoreFeatures[ndx].pNext = &deviceTransformFeedbackFeaturesEXT[ndx];
 
-       deviceFragmentDensityMapFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT;
-       deviceFragmentDensityMapFeaturesEXT[ndx].pNext = &deviceFragmentDensityMap2FeaturesEXT[ndx];
+       deviceTransformFeedbackFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_FEATURES_EXT;
+       deviceTransformFeedbackFeaturesEXT[ndx].pNext = &deviceUniformBufferStandardLayoutFeatures[ndx];
 
-       deviceFragmentDensityMap2FeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT;
-       deviceFragmentDensityMap2FeaturesEXT[ndx].pNext = &deviceShaderIntegerDotProductFeaturesKHR[ndx];
+       deviceUniformBufferStandardLayoutFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES;
+       deviceUniformBufferStandardLayoutFeatures[ndx].pNext = &deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[ndx];
+
+       deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR;
+       deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[ndx].pNext = &deviceVariablePointersFeatures[ndx];
+
+       deviceVariablePointersFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES;
+       deviceVariablePointersFeatures[ndx].pNext = &deviceVertexAttributeDivisorFeaturesEXT[ndx];
+
+       deviceVertexAttributeDivisorFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT;
+       deviceVertexAttributeDivisorFeaturesEXT[ndx].pNext = &deviceVertexInputDynamicStateFeaturesEXT[ndx];
+
+       deviceVertexInputDynamicStateFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_INPUT_DYNAMIC_STATE_FEATURES_EXT;
+       deviceVertexInputDynamicStateFeaturesEXT[ndx].pNext = &deviceVulkanMemoryModelFeaturesKHR[ndx];
+
+       deviceVulkanMemoryModelFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR;
+       deviceVulkanMemoryModelFeaturesKHR[ndx].pNext = &deviceYcbcrImageArraysFeaturesEXT[ndx];
+
+       deviceYcbcrImageArraysFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_IMAGE_ARRAYS_FEATURES_EXT;
+       deviceYcbcrImageArraysFeaturesEXT[ndx].pNext = &deviceYcbcr2Plane444FormatsFeaturesEXT[ndx];
 
-       deviceShaderIntegerDotProductFeaturesKHR[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR;
-       deviceShaderIntegerDotProductFeaturesKHR[ndx].pNext = DE_NULL;
+       deviceYcbcr2Plane444FormatsFeaturesEXT[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT;
+       deviceYcbcr2Plane444FormatsFeaturesEXT[ndx].pNext = &deviceZeroInitializeWorkgroupMemoryFeatures[ndx];
+
+       deviceZeroInitializeWorkgroupMemoryFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES;
+       deviceZeroInitializeWorkgroupMemoryFeatures[ndx].pNext = DE_NULL;
 
        deMemset(&extFeatures.features, 0xcd, sizeof(extFeatures.features));
        extFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
-       extFeatures.pNext = &deviceConditionalRenderingFeaturesEXT[ndx];
+       extFeatures.pNext = &device4444FormatsFeaturesEXT[ndx];
        vki.getPhysicalDeviceFeatures2(physicalDevice, &extFeatures);
 }
 
-if (isConditionalRenderingFeaturesEXT)
-       log << TestLog::Message << deviceConditionalRenderingFeaturesEXT[0] << TestLog::EndMessage;
-if (isScalarBlockLayoutFeatures)
-       log << TestLog::Message << deviceScalarBlockLayoutFeatures[0] << TestLog::EndMessage;
-if (isPerformanceQueryFeaturesKHR)
-       log << TestLog::Message << devicePerformanceQueryFeaturesKHR[0] << TestLog::EndMessage;
+if (is4444FormatsFeaturesEXT)
+       log << TestLog::Message << device4444FormatsFeaturesEXT[0] << TestLog::EndMessage;
+if (is8BitStorageFeatures)
+       log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
 if (is16BitStorageFeatures)
        log << TestLog::Message << device16BitStorageFeatures[0] << TestLog::EndMessage;
+if (isAccelerationStructureFeaturesKHR)
+       log << TestLog::Message << deviceAccelerationStructureFeaturesKHR[0] << TestLog::EndMessage;
+if (isASTCDecodeFeaturesEXT)
+       log << TestLog::Message << deviceASTCDecodeFeaturesEXT[0] << TestLog::EndMessage;
+if (isBlendOperationAdvancedFeaturesEXT)
+       log << TestLog::Message << deviceBlendOperationAdvancedFeaturesEXT[0] << TestLog::EndMessage;
+if (isBufferDeviceAddressFeaturesEXT)
+       log << TestLog::Message << deviceBufferDeviceAddressFeaturesEXT[0] << TestLog::EndMessage;
+if (isBufferDeviceAddressFeatures)
+       log << TestLog::Message << deviceBufferDeviceAddressFeatures[0] << TestLog::EndMessage;
+if (isConditionalRenderingFeaturesEXT)
+       log << TestLog::Message << deviceConditionalRenderingFeaturesEXT[0] << TestLog::EndMessage;
+if (isCustomBorderColorFeaturesEXT)
+       log << TestLog::Message << deviceCustomBorderColorFeaturesEXT[0] << TestLog::EndMessage;
+if (isColorWriteEnableFeaturesEXT)
+       log << TestLog::Message << deviceColorWriteEnableFeaturesEXT[0] << TestLog::EndMessage;
+if (isDescriptorIndexingFeatures)
+       log << TestLog::Message << deviceDescriptorIndexingFeatures[0] << TestLog::EndMessage;
+if (isDepthClipEnableFeaturesEXT)
+       log << TestLog::Message << deviceDepthClipEnableFeaturesEXT[0] << TestLog::EndMessage;
+if (isDynamicRenderingFeatures)
+       log << TestLog::Message << deviceDynamicRenderingFeatures[0] << TestLog::EndMessage;
+if (isExtendedDynamicStateFeaturesEXT)
+       log << TestLog::Message << deviceExtendedDynamicStateFeaturesEXT[0] << TestLog::EndMessage;
+if (isExtendedDynamicState2FeaturesEXT)
+       log << TestLog::Message << deviceExtendedDynamicState2FeaturesEXT[0] << TestLog::EndMessage;
+if (isFragmentDensityMapFeaturesEXT)
+       log << TestLog::Message << deviceFragmentDensityMapFeaturesEXT[0] << TestLog::EndMessage;
+if (isFragmentDensityMap2FeaturesEXT)
+       log << TestLog::Message << deviceFragmentDensityMap2FeaturesEXT[0] << TestLog::EndMessage;
+if (isFragmentShadingRateFeaturesKHR)
+       log << TestLog::Message << deviceFragmentShadingRateFeaturesKHR[0] << TestLog::EndMessage;
+if (isGlobalPriorityQueryFeaturesEXT)
+       log << TestLog::Message << deviceGlobalPriorityQueryFeaturesEXT[0] << TestLog::EndMessage;
+if (isInlineUniformBlockFeatures)
+       log << TestLog::Message << deviceInlineUniformBlockFeatures[0] << TestLog::EndMessage;
+if (isIndexTypeUint8FeaturesEXT)
+       log << TestLog::Message << deviceIndexTypeUint8FeaturesEXT[0] << TestLog::EndMessage;
+if (isImagelessFramebufferFeatures)
+       log << TestLog::Message << deviceImagelessFramebufferFeatures[0] << TestLog::EndMessage;
+if (isImageRobustnessFeatures)
+       log << TestLog::Message << deviceImageRobustnessFeatures[0] << TestLog::EndMessage;
+if (isHostQueryResetFeatures)
+       log << TestLog::Message << deviceHostQueryResetFeatures[0] << TestLog::EndMessage;
+if (isLineRasterizationFeaturesEXT)
+       log << TestLog::Message << deviceLineRasterizationFeaturesEXT[0] << TestLog::EndMessage;
+if (isMaintenance4Features)
+       log << TestLog::Message << deviceMaintenance4Features[0] << TestLog::EndMessage;
 if (isMultiviewFeatures)
        log << TestLog::Message << deviceMultiviewFeatures[0] << TestLog::EndMessage;
+if (isMultiDrawFeaturesEXT)
+       log << TestLog::Message << deviceMultiDrawFeaturesEXT[0] << TestLog::EndMessage;
+if (isMemoryPriorityFeaturesEXT)
+       log << TestLog::Message << deviceMemoryPriorityFeaturesEXT[0] << TestLog::EndMessage;
+if (isDeviceMemoryReportFeaturesEXT)
+       log << TestLog::Message << deviceDeviceMemoryReportFeaturesEXT[0] << TestLog::EndMessage;
+if (isPerformanceQueryFeaturesKHR)
+       log << TestLog::Message << devicePerformanceQueryFeaturesKHR[0] << TestLog::EndMessage;
+if (isPipelineCreationCacheControlFeatures)
+       log << TestLog::Message << devicePipelineCreationCacheControlFeatures[0] << TestLog::EndMessage;
+if (isPipelineExecutablePropertiesFeaturesKHR)
+       log << TestLog::Message << devicePipelineExecutablePropertiesFeaturesKHR[0] << TestLog::EndMessage;
+if (isPresentIdFeaturesKHR)
+       log << TestLog::Message << devicePresentIdFeaturesKHR[0] << TestLog::EndMessage;
+if (isPresentWaitFeaturesKHR)
+       log << TestLog::Message << devicePresentWaitFeaturesKHR[0] << TestLog::EndMessage;
 if (isProtectedMemoryFeatures)
        log << TestLog::Message << deviceProtectedMemoryFeatures[0] << TestLog::EndMessage;
+if (isProvokingVertexFeaturesEXT)
+       log << TestLog::Message << deviceProvokingVertexFeaturesEXT[0] << TestLog::EndMessage;
+if (isPrimitiveTopologyListRestartFeaturesEXT)
+       log << TestLog::Message << devicePrimitiveTopologyListRestartFeaturesEXT[0] << TestLog::EndMessage;
+if (isPrivateDataFeatures)
+       log << TestLog::Message << devicePrivateDataFeatures[0] << TestLog::EndMessage;
+if (isRayTracingPipelineFeaturesKHR)
+       log << TestLog::Message << deviceRayTracingPipelineFeaturesKHR[0] << TestLog::EndMessage;
+if (isRayQueryFeaturesKHR)
+       log << TestLog::Message << deviceRayQueryFeaturesKHR[0] << TestLog::EndMessage;
+if (isRobustness2FeaturesEXT)
+       log << TestLog::Message << deviceRobustness2FeaturesEXT[0] << TestLog::EndMessage;
 if (isSamplerYcbcrConversionFeatures)
        log << TestLog::Message << deviceSamplerYcbcrConversionFeatures[0] << TestLog::EndMessage;
-if (isVariablePointersFeatures)
-       log << TestLog::Message << deviceVariablePointersFeatures[0] << TestLog::EndMessage;
-if (is8BitStorageFeatures)
-       log << TestLog::Message << device8BitStorageFeatures[0] << TestLog::EndMessage;
+if (isScalarBlockLayoutFeatures)
+       log << TestLog::Message << deviceScalarBlockLayoutFeatures[0] << TestLog::EndMessage;
+if (isSeparateDepthStencilLayoutsFeatures)
+       log << TestLog::Message << deviceSeparateDepthStencilLayoutsFeatures[0] << TestLog::EndMessage;
 if (isShaderAtomicInt64Features)
        log << TestLog::Message << deviceShaderAtomicInt64Features[0] << TestLog::EndMessage;
+if (isShaderAtomicFloatFeaturesEXT)
+       log << TestLog::Message << deviceShaderAtomicFloatFeaturesEXT[0] << TestLog::EndMessage;
+if (isShaderAtomicFloat2FeaturesEXT)
+       log << TestLog::Message << deviceShaderAtomicFloat2FeaturesEXT[0] << TestLog::EndMessage;
 if (isShaderFloat16Int8Features)
        log << TestLog::Message << deviceShaderFloat16Int8Features[0] << TestLog::EndMessage;
-if (isBufferDeviceAddressFeaturesEXT)
-       log << TestLog::Message << deviceBufferDeviceAddressFeaturesEXT[0] << TestLog::EndMessage;
-if (isBufferDeviceAddressFeatures)
-       log << TestLog::Message << deviceBufferDeviceAddressFeatures[0] << TestLog::EndMessage;
-if (isDescriptorIndexingFeatures)
-       log << TestLog::Message << deviceDescriptorIndexingFeatures[0] << TestLog::EndMessage;
+if (isShaderClockFeaturesKHR)
+       log << TestLog::Message << deviceShaderClockFeaturesKHR[0] << TestLog::EndMessage;
+if (isShaderDemoteToHelperInvocationFeatures)
+       log << TestLog::Message << deviceShaderDemoteToHelperInvocationFeatures[0] << TestLog::EndMessage;
+if (isShaderDrawParametersFeatures)
+       log << TestLog::Message << deviceShaderDrawParametersFeatures[0] << TestLog::EndMessage;
+if (isShaderIntegerDotProductFeatures)
+       log << TestLog::Message << deviceShaderIntegerDotProductFeatures[0] << TestLog::EndMessage;
+if (isShaderSubgroupExtendedTypesFeatures)
+       log << TestLog::Message << deviceShaderSubgroupExtendedTypesFeatures[0] << TestLog::EndMessage;
+if (isShaderTerminateInvocationFeatures)
+       log << TestLog::Message << deviceShaderTerminateInvocationFeatures[0] << TestLog::EndMessage;
+if (isSubgroupSizeControlFeatures)
+       log << TestLog::Message << deviceSubgroupSizeControlFeatures[0] << TestLog::EndMessage;
+if (isSynchronization2Features)
+       log << TestLog::Message << deviceSynchronization2Features[0] << TestLog::EndMessage;
+if (isFragmentShaderInterlockFeaturesEXT)
+       log << TestLog::Message << deviceFragmentShaderInterlockFeaturesEXT[0] << TestLog::EndMessage;
+if (isTexelBufferAlignmentFeaturesEXT)
+       log << TestLog::Message << deviceTexelBufferAlignmentFeaturesEXT[0] << TestLog::EndMessage;
+if (isTextureCompressionASTCHDRFeatures)
+       log << TestLog::Message << deviceTextureCompressionASTCHDRFeatures[0] << TestLog::EndMessage;
 if (isTimelineSemaphoreFeatures)
        log << TestLog::Message << deviceTimelineSemaphoreFeatures[0] << TestLog::EndMessage;
-if (isFragmentDensityMapFeaturesEXT)
-       log << TestLog::Message << deviceFragmentDensityMapFeaturesEXT[0] << TestLog::EndMessage;
-if (isFragmentDensityMap2FeaturesEXT)
-       log << TestLog::Message << deviceFragmentDensityMap2FeaturesEXT[0] << TestLog::EndMessage;
-if (isShaderIntegerDotProductFeaturesKHR)
-       log << TestLog::Message << deviceShaderIntegerDotProductFeaturesKHR[0] << TestLog::EndMessage;
+if (isTransformFeedbackFeaturesEXT)
+       log << TestLog::Message << deviceTransformFeedbackFeaturesEXT[0] << TestLog::EndMessage;
+if (isUniformBufferStandardLayoutFeatures)
+       log << TestLog::Message << deviceUniformBufferStandardLayoutFeatures[0] << TestLog::EndMessage;
+if (isWorkgroupMemoryExplicitLayoutFeaturesKHR)
+       log << TestLog::Message << deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[0] << TestLog::EndMessage;
+if (isVariablePointersFeatures)
+       log << TestLog::Message << deviceVariablePointersFeatures[0] << TestLog::EndMessage;
+if (isVertexAttributeDivisorFeaturesEXT)
+       log << TestLog::Message << deviceVertexAttributeDivisorFeaturesEXT[0] << TestLog::EndMessage;
+if (isVertexInputDynamicStateFeaturesEXT)
+       log << TestLog::Message << deviceVertexInputDynamicStateFeaturesEXT[0] << TestLog::EndMessage;
+if (isVulkanMemoryModelFeaturesKHR)
+       log << TestLog::Message << deviceVulkanMemoryModelFeaturesKHR[0] << TestLog::EndMessage;
+if (isYcbcrImageArraysFeaturesEXT)
+       log << TestLog::Message << deviceYcbcrImageArraysFeaturesEXT[0] << TestLog::EndMessage;
+if (isYcbcr2Plane444FormatsFeaturesEXT)
+       log << TestLog::Message << deviceYcbcr2Plane444FormatsFeaturesEXT[0] << TestLog::EndMessage;
+if (isZeroInitializeWorkgroupMemoryFeatures)
+       log << TestLog::Message << deviceZeroInitializeWorkgroupMemoryFeatures[0] << TestLog::EndMessage;
 
-if (isConditionalRenderingFeaturesEXT &&
-       (deviceConditionalRenderingFeaturesEXT[0].conditionalRendering != deviceConditionalRenderingFeaturesEXT[1].conditionalRendering ||
-        deviceConditionalRenderingFeaturesEXT[0].inheritedConditionalRendering != deviceConditionalRenderingFeaturesEXT[1].inheritedConditionalRendering))
+if (is4444FormatsFeaturesEXT &&
+       (device4444FormatsFeaturesEXT[0].formatA4R4G4B4 != device4444FormatsFeaturesEXT[1].formatA4R4G4B4 ||
+        device4444FormatsFeaturesEXT[0].formatA4B4G4R4 != device4444FormatsFeaturesEXT[1].formatA4B4G4R4))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDeviceConditionalRenderingFeaturesEXT");
+               TCU_FAIL("Mismatch between VkPhysicalDevice4444FormatsFeaturesEXT");
 }
-if (isScalarBlockLayoutFeatures &&
-       (deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalarBlockLayout))
-{
-               TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures");
-}
-if (isPerformanceQueryFeaturesKHR &&
-       (devicePerformanceQueryFeaturesKHR[0].performanceCounterQueryPools != devicePerformanceQueryFeaturesKHR[1].performanceCounterQueryPools ||
-        devicePerformanceQueryFeaturesKHR[0].performanceCounterMultipleQueryPools != devicePerformanceQueryFeaturesKHR[1].performanceCounterMultipleQueryPools))
+if (is8BitStorageFeatures &&
+       (device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffer8BitAccess ||
+        device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uniformAndStorageBuffer8BitAccess ||
+        device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConstant8))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryFeaturesKHR");
+               TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
 }
 if (is16BitStorageFeatures &&
        (device16BitStorageFeatures[0].storageBuffer16BitAccess != device16BitStorageFeatures[1].storageBuffer16BitAccess ||
@@ -182,47 +610,24 @@ if (is16BitStorageFeatures &&
 {
                TCU_FAIL("Mismatch between VkPhysicalDevice16BitStorageFeatures");
 }
-if (isMultiviewFeatures &&
-       (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||
-        deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometryShader ||
-        deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTessellationShader))
+if (isAccelerationStructureFeaturesKHR &&
+       (deviceAccelerationStructureFeaturesKHR[0].accelerationStructure != deviceAccelerationStructureFeaturesKHR[1].accelerationStructure ||
+        deviceAccelerationStructureFeaturesKHR[0].accelerationStructureCaptureReplay != deviceAccelerationStructureFeaturesKHR[1].accelerationStructureCaptureReplay ||
+        deviceAccelerationStructureFeaturesKHR[0].accelerationStructureIndirectBuild != deviceAccelerationStructureFeaturesKHR[1].accelerationStructureIndirectBuild ||
+        deviceAccelerationStructureFeaturesKHR[0].accelerationStructureHostCommands != deviceAccelerationStructureFeaturesKHR[1].accelerationStructureHostCommands ||
+        deviceAccelerationStructureFeaturesKHR[0].descriptorBindingAccelerationStructureUpdateAfterBind != deviceAccelerationStructureFeaturesKHR[1].descriptorBindingAccelerationStructureUpdateAfterBind))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures");
+               TCU_FAIL("Mismatch between VkPhysicalDeviceAccelerationStructureFeaturesKHR");
 }
-if (isProtectedMemoryFeatures &&
-       (deviceProtectedMemoryFeatures[0].protectedMemory != deviceProtectedMemoryFeatures[1].protectedMemory))
+if (isASTCDecodeFeaturesEXT &&
+       (deviceASTCDecodeFeaturesEXT[0].decodeModeSharedExponent != deviceASTCDecodeFeaturesEXT[1].decodeModeSharedExponent))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures");
+               TCU_FAIL("Mismatch between VkPhysicalDeviceASTCDecodeFeaturesEXT");
 }
-if (isSamplerYcbcrConversionFeatures &&
-       (deviceSamplerYcbcrConversionFeatures[0].samplerYcbcrConversion != deviceSamplerYcbcrConversionFeatures[1].samplerYcbcrConversion))
-{
-               TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures");
-}
-if (isVariablePointersFeatures &&
-       (deviceVariablePointersFeatures[0].variablePointersStorageBuffer != deviceVariablePointersFeatures[1].variablePointersStorageBuffer ||
-        deviceVariablePointersFeatures[0].variablePointers != deviceVariablePointersFeatures[1].variablePointers))
-{
-               TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures");
-}
-if (is8BitStorageFeatures &&
-       (device8BitStorageFeatures[0].storageBuffer8BitAccess != device8BitStorageFeatures[1].storageBuffer8BitAccess ||
-        device8BitStorageFeatures[0].uniformAndStorageBuffer8BitAccess != device8BitStorageFeatures[1].uniformAndStorageBuffer8BitAccess ||
-        device8BitStorageFeatures[0].storagePushConstant8 != device8BitStorageFeatures[1].storagePushConstant8))
+if (isBlendOperationAdvancedFeaturesEXT &&
+       (deviceBlendOperationAdvancedFeaturesEXT[0].advancedBlendCoherentOperations != deviceBlendOperationAdvancedFeaturesEXT[1].advancedBlendCoherentOperations))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDevice8BitStorageFeatures");
-}
-if (isShaderAtomicInt64Features &&
-       (deviceShaderAtomicInt64Features[0].shaderBufferInt64Atomics != deviceShaderAtomicInt64Features[1].shaderBufferInt64Atomics ||
-        deviceShaderAtomicInt64Features[0].shaderSharedInt64Atomics != deviceShaderAtomicInt64Features[1].shaderSharedInt64Atomics))
-{
-               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features");
-}
-if (isShaderFloat16Int8Features &&
-       (deviceShaderFloat16Int8Features[0].shaderFloat16 != deviceShaderFloat16Int8Features[1].shaderFloat16 ||
-        deviceShaderFloat16Int8Features[0].shaderInt8 != deviceShaderFloat16Int8Features[1].shaderInt8))
-{
-               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderFloat16Int8Features");
+               TCU_FAIL("Mismatch between VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT");
 }
 if (isBufferDeviceAddressFeaturesEXT &&
        (deviceBufferDeviceAddressFeaturesEXT[0].bufferDeviceAddress != deviceBufferDeviceAddressFeaturesEXT[1].bufferDeviceAddress ||
@@ -238,6 +643,23 @@ if (isBufferDeviceAddressFeatures &&
 {
                TCU_FAIL("Mismatch between VkPhysicalDeviceBufferDeviceAddressFeatures");
 }
+if (isConditionalRenderingFeaturesEXT &&
+       (deviceConditionalRenderingFeaturesEXT[0].conditionalRendering != deviceConditionalRenderingFeaturesEXT[1].conditionalRendering ||
+        deviceConditionalRenderingFeaturesEXT[0].inheritedConditionalRendering != deviceConditionalRenderingFeaturesEXT[1].inheritedConditionalRendering))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceConditionalRenderingFeaturesEXT");
+}
+if (isCustomBorderColorFeaturesEXT &&
+       (deviceCustomBorderColorFeaturesEXT[0].customBorderColors != deviceCustomBorderColorFeaturesEXT[1].customBorderColors ||
+        deviceCustomBorderColorFeaturesEXT[0].customBorderColorWithoutFormat != deviceCustomBorderColorFeaturesEXT[1].customBorderColorWithoutFormat))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceCustomBorderColorFeaturesEXT");
+}
+if (isColorWriteEnableFeaturesEXT &&
+       (deviceColorWriteEnableFeaturesEXT[0].colorWriteEnable != deviceColorWriteEnableFeaturesEXT[1].colorWriteEnable))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceColorWriteEnableFeaturesEXT");
+}
 if (isDescriptorIndexingFeatures &&
        (deviceDescriptorIndexingFeatures[0].shaderInputAttachmentArrayDynamicIndexing != deviceDescriptorIndexingFeatures[1].shaderInputAttachmentArrayDynamicIndexing ||
         deviceDescriptorIndexingFeatures[0].shaderUniformTexelBufferArrayDynamicIndexing != deviceDescriptorIndexingFeatures[1].shaderUniformTexelBufferArrayDynamicIndexing ||
@@ -262,10 +684,27 @@ if (isDescriptorIndexingFeatures &&
 {
                TCU_FAIL("Mismatch between VkPhysicalDeviceDescriptorIndexingFeatures");
 }
-if (isTimelineSemaphoreFeatures &&
-       (deviceTimelineSemaphoreFeatures[0].timelineSemaphore != deviceTimelineSemaphoreFeatures[1].timelineSemaphore))
+if (isDepthClipEnableFeaturesEXT &&
+       (deviceDepthClipEnableFeaturesEXT[0].depthClipEnable != deviceDepthClipEnableFeaturesEXT[1].depthClipEnable))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDeviceTimelineSemaphoreFeatures");
+               TCU_FAIL("Mismatch between VkPhysicalDeviceDepthClipEnableFeaturesEXT");
+}
+if (isDynamicRenderingFeatures &&
+       (deviceDynamicRenderingFeatures[0].dynamicRendering != deviceDynamicRenderingFeatures[1].dynamicRendering))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceDynamicRenderingFeatures");
+}
+if (isExtendedDynamicStateFeaturesEXT &&
+       (deviceExtendedDynamicStateFeaturesEXT[0].extendedDynamicState != deviceExtendedDynamicStateFeaturesEXT[1].extendedDynamicState))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceExtendedDynamicStateFeaturesEXT");
+}
+if (isExtendedDynamicState2FeaturesEXT &&
+       (deviceExtendedDynamicState2FeaturesEXT[0].extendedDynamicState2 != deviceExtendedDynamicState2FeaturesEXT[1].extendedDynamicState2 ||
+        deviceExtendedDynamicState2FeaturesEXT[0].extendedDynamicState2LogicOp != deviceExtendedDynamicState2FeaturesEXT[1].extendedDynamicState2LogicOp ||
+        deviceExtendedDynamicState2FeaturesEXT[0].extendedDynamicState2PatchControlPoints != deviceExtendedDynamicState2FeaturesEXT[1].extendedDynamicState2PatchControlPoints))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceExtendedDynamicState2FeaturesEXT");
 }
 if (isFragmentDensityMapFeaturesEXT &&
        (deviceFragmentDensityMapFeaturesEXT[0].fragmentDensityMap != deviceFragmentDensityMapFeaturesEXT[1].fragmentDensityMap ||
@@ -279,8 +718,328 @@ if (isFragmentDensityMap2FeaturesEXT &&
 {
                TCU_FAIL("Mismatch between VkPhysicalDeviceFragmentDensityMap2FeaturesEXT");
 }
-if (isShaderIntegerDotProductFeaturesKHR &&
-       (deviceShaderIntegerDotProductFeaturesKHR[0].shaderIntegerDotProduct != deviceShaderIntegerDotProductFeaturesKHR[1].shaderIntegerDotProduct))
+if (isFragmentShadingRateFeaturesKHR &&
+       (deviceFragmentShadingRateFeaturesKHR[0].pipelineFragmentShadingRate != deviceFragmentShadingRateFeaturesKHR[1].pipelineFragmentShadingRate ||
+        deviceFragmentShadingRateFeaturesKHR[0].primitiveFragmentShadingRate != deviceFragmentShadingRateFeaturesKHR[1].primitiveFragmentShadingRate ||
+        deviceFragmentShadingRateFeaturesKHR[0].attachmentFragmentShadingRate != deviceFragmentShadingRateFeaturesKHR[1].attachmentFragmentShadingRate))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceFragmentShadingRateFeaturesKHR");
+}
+if (isGlobalPriorityQueryFeaturesEXT &&
+       (deviceGlobalPriorityQueryFeaturesEXT[0].globalPriorityQuery != deviceGlobalPriorityQueryFeaturesEXT[1].globalPriorityQuery))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT");
+}
+if (isInlineUniformBlockFeatures &&
+       (deviceInlineUniformBlockFeatures[0].inlineUniformBlock != deviceInlineUniformBlockFeatures[1].inlineUniformBlock ||
+        deviceInlineUniformBlockFeatures[0].descriptorBindingInlineUniformBlockUpdateAfterBind != deviceInlineUniformBlockFeatures[1].descriptorBindingInlineUniformBlockUpdateAfterBind))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceInlineUniformBlockFeatures");
+}
+if (isIndexTypeUint8FeaturesEXT &&
+       (deviceIndexTypeUint8FeaturesEXT[0].indexTypeUint8 != deviceIndexTypeUint8FeaturesEXT[1].indexTypeUint8))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceIndexTypeUint8FeaturesEXT");
+}
+if (isImagelessFramebufferFeatures &&
+       (deviceImagelessFramebufferFeatures[0].imagelessFramebuffer != deviceImagelessFramebufferFeatures[1].imagelessFramebuffer))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceImagelessFramebufferFeatures");
+}
+if (isImageRobustnessFeatures &&
+       (deviceImageRobustnessFeatures[0].robustImageAccess != deviceImageRobustnessFeatures[1].robustImageAccess))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceImageRobustnessFeatures");
+}
+if (isHostQueryResetFeatures &&
+       (deviceHostQueryResetFeatures[0].hostQueryReset != deviceHostQueryResetFeatures[1].hostQueryReset))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceHostQueryResetFeatures");
+}
+if (isLineRasterizationFeaturesEXT &&
+       (deviceLineRasterizationFeaturesEXT[0].rectangularLines != deviceLineRasterizationFeaturesEXT[1].rectangularLines ||
+        deviceLineRasterizationFeaturesEXT[0].bresenhamLines != deviceLineRasterizationFeaturesEXT[1].bresenhamLines ||
+        deviceLineRasterizationFeaturesEXT[0].smoothLines != deviceLineRasterizationFeaturesEXT[1].smoothLines ||
+        deviceLineRasterizationFeaturesEXT[0].stippledRectangularLines != deviceLineRasterizationFeaturesEXT[1].stippledRectangularLines ||
+        deviceLineRasterizationFeaturesEXT[0].stippledBresenhamLines != deviceLineRasterizationFeaturesEXT[1].stippledBresenhamLines ||
+        deviceLineRasterizationFeaturesEXT[0].stippledSmoothLines != deviceLineRasterizationFeaturesEXT[1].stippledSmoothLines))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceLineRasterizationFeaturesEXT");
+}
+if (isMaintenance4Features &&
+       (deviceMaintenance4Features[0].maintenance4 != deviceMaintenance4Features[1].maintenance4))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceMaintenance4Features");
+}
+if (isMultiviewFeatures &&
+       (deviceMultiviewFeatures[0].multiview != deviceMultiviewFeatures[1].multiview ||
+        deviceMultiviewFeatures[0].multiviewGeometryShader != deviceMultiviewFeatures[1].multiviewGeometryShader ||
+        deviceMultiviewFeatures[0].multiviewTessellationShader != deviceMultiviewFeatures[1].multiviewTessellationShader))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceMultiviewFeatures");
+}
+if (isMultiDrawFeaturesEXT &&
+       (deviceMultiDrawFeaturesEXT[0].multiDraw != deviceMultiDrawFeaturesEXT[1].multiDraw))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceMultiDrawFeaturesEXT");
+}
+if (isMemoryPriorityFeaturesEXT &&
+       (deviceMemoryPriorityFeaturesEXT[0].memoryPriority != deviceMemoryPriorityFeaturesEXT[1].memoryPriority))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceMemoryPriorityFeaturesEXT");
+}
+if (isDeviceMemoryReportFeaturesEXT &&
+       (deviceDeviceMemoryReportFeaturesEXT[0].deviceMemoryReport != deviceDeviceMemoryReportFeaturesEXT[1].deviceMemoryReport))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceDeviceMemoryReportFeaturesEXT");
+}
+if (isPerformanceQueryFeaturesKHR &&
+       (devicePerformanceQueryFeaturesKHR[0].performanceCounterQueryPools != devicePerformanceQueryFeaturesKHR[1].performanceCounterQueryPools ||
+        devicePerformanceQueryFeaturesKHR[0].performanceCounterMultipleQueryPools != devicePerformanceQueryFeaturesKHR[1].performanceCounterMultipleQueryPools))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePerformanceQueryFeaturesKHR");
+}
+if (isPipelineCreationCacheControlFeatures &&
+       (devicePipelineCreationCacheControlFeatures[0].pipelineCreationCacheControl != devicePipelineCreationCacheControlFeatures[1].pipelineCreationCacheControl))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePipelineCreationCacheControlFeatures");
+}
+if (isPipelineExecutablePropertiesFeaturesKHR &&
+       (devicePipelineExecutablePropertiesFeaturesKHR[0].pipelineExecutableInfo != devicePipelineExecutablePropertiesFeaturesKHR[1].pipelineExecutableInfo))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR");
+}
+if (isPresentIdFeaturesKHR &&
+       (devicePresentIdFeaturesKHR[0].presentId != devicePresentIdFeaturesKHR[1].presentId))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePresentIdFeaturesKHR");
+}
+if (isPresentWaitFeaturesKHR &&
+       (devicePresentWaitFeaturesKHR[0].presentWait != devicePresentWaitFeaturesKHR[1].presentWait))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePresentWaitFeaturesKHR");
+}
+if (isProtectedMemoryFeatures &&
+       (deviceProtectedMemoryFeatures[0].protectedMemory != deviceProtectedMemoryFeatures[1].protectedMemory))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceProtectedMemoryFeatures");
+}
+if (isProvokingVertexFeaturesEXT &&
+       (deviceProvokingVertexFeaturesEXT[0].provokingVertexLast != deviceProvokingVertexFeaturesEXT[1].provokingVertexLast ||
+        deviceProvokingVertexFeaturesEXT[0].transformFeedbackPreservesProvokingVertex != deviceProvokingVertexFeaturesEXT[1].transformFeedbackPreservesProvokingVertex))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceProvokingVertexFeaturesEXT");
+}
+if (isPrimitiveTopologyListRestartFeaturesEXT &&
+       (devicePrimitiveTopologyListRestartFeaturesEXT[0].primitiveTopologyListRestart != devicePrimitiveTopologyListRestartFeaturesEXT[1].primitiveTopologyListRestart ||
+        devicePrimitiveTopologyListRestartFeaturesEXT[0].primitiveTopologyPatchListRestart != devicePrimitiveTopologyListRestartFeaturesEXT[1].primitiveTopologyPatchListRestart))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT");
+}
+if (isPrivateDataFeatures &&
+       (devicePrivateDataFeatures[0].privateData != devicePrivateDataFeatures[1].privateData))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDevicePrivateDataFeatures");
+}
+if (isRayTracingPipelineFeaturesKHR &&
+       (deviceRayTracingPipelineFeaturesKHR[0].rayTracingPipeline != deviceRayTracingPipelineFeaturesKHR[1].rayTracingPipeline ||
+        deviceRayTracingPipelineFeaturesKHR[0].rayTracingPipelineShaderGroupHandleCaptureReplay != deviceRayTracingPipelineFeaturesKHR[1].rayTracingPipelineShaderGroupHandleCaptureReplay ||
+        deviceRayTracingPipelineFeaturesKHR[0].rayTracingPipelineShaderGroupHandleCaptureReplayMixed != deviceRayTracingPipelineFeaturesKHR[1].rayTracingPipelineShaderGroupHandleCaptureReplayMixed ||
+        deviceRayTracingPipelineFeaturesKHR[0].rayTracingPipelineTraceRaysIndirect != deviceRayTracingPipelineFeaturesKHR[1].rayTracingPipelineTraceRaysIndirect ||
+        deviceRayTracingPipelineFeaturesKHR[0].rayTraversalPrimitiveCulling != deviceRayTracingPipelineFeaturesKHR[1].rayTraversalPrimitiveCulling))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceRayTracingPipelineFeaturesKHR");
+}
+if (isRayQueryFeaturesKHR &&
+       (deviceRayQueryFeaturesKHR[0].rayQuery != deviceRayQueryFeaturesKHR[1].rayQuery))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceRayQueryFeaturesKHR");
+}
+if (isRobustness2FeaturesEXT &&
+       (deviceRobustness2FeaturesEXT[0].robustBufferAccess2 != deviceRobustness2FeaturesEXT[1].robustBufferAccess2 ||
+        deviceRobustness2FeaturesEXT[0].robustImageAccess2 != deviceRobustness2FeaturesEXT[1].robustImageAccess2 ||
+        deviceRobustness2FeaturesEXT[0].nullDescriptor != deviceRobustness2FeaturesEXT[1].nullDescriptor))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceRobustness2FeaturesEXT");
+}
+if (isSamplerYcbcrConversionFeatures &&
+       (deviceSamplerYcbcrConversionFeatures[0].samplerYcbcrConversion != deviceSamplerYcbcrConversionFeatures[1].samplerYcbcrConversion))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerYcbcrConversionFeatures");
+}
+if (isScalarBlockLayoutFeatures &&
+       (deviceScalarBlockLayoutFeatures[0].scalarBlockLayout != deviceScalarBlockLayoutFeatures[1].scalarBlockLayout))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceScalarBlockLayoutFeatures");
+}
+if (isSeparateDepthStencilLayoutsFeatures &&
+       (deviceSeparateDepthStencilLayoutsFeatures[0].separateDepthStencilLayouts != deviceSeparateDepthStencilLayoutsFeatures[1].separateDepthStencilLayouts))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures");
+}
+if (isShaderAtomicInt64Features &&
+       (deviceShaderAtomicInt64Features[0].shaderBufferInt64Atomics != deviceShaderAtomicInt64Features[1].shaderBufferInt64Atomics ||
+        deviceShaderAtomicInt64Features[0].shaderSharedInt64Atomics != deviceShaderAtomicInt64Features[1].shaderSharedInt64Atomics))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicInt64Features");
+}
+if (isShaderAtomicFloatFeaturesEXT &&
+       (deviceShaderAtomicFloatFeaturesEXT[0].shaderBufferFloat32Atomics != deviceShaderAtomicFloatFeaturesEXT[1].shaderBufferFloat32Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderBufferFloat32AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].shaderBufferFloat32AtomicAdd ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderBufferFloat64Atomics != deviceShaderAtomicFloatFeaturesEXT[1].shaderBufferFloat64Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderBufferFloat64AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].shaderBufferFloat64AtomicAdd ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderSharedFloat32Atomics != deviceShaderAtomicFloatFeaturesEXT[1].shaderSharedFloat32Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderSharedFloat32AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].shaderSharedFloat32AtomicAdd ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderSharedFloat64Atomics != deviceShaderAtomicFloatFeaturesEXT[1].shaderSharedFloat64Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderSharedFloat64AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].shaderSharedFloat64AtomicAdd ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderImageFloat32Atomics != deviceShaderAtomicFloatFeaturesEXT[1].shaderImageFloat32Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].shaderImageFloat32AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].shaderImageFloat32AtomicAdd ||
+        deviceShaderAtomicFloatFeaturesEXT[0].sparseImageFloat32Atomics != deviceShaderAtomicFloatFeaturesEXT[1].sparseImageFloat32Atomics ||
+        deviceShaderAtomicFloatFeaturesEXT[0].sparseImageFloat32AtomicAdd != deviceShaderAtomicFloatFeaturesEXT[1].sparseImageFloat32AtomicAdd))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicFloatFeaturesEXT");
+}
+if (isShaderAtomicFloat2FeaturesEXT &&
+       (deviceShaderAtomicFloat2FeaturesEXT[0].shaderBufferFloat16Atomics != deviceShaderAtomicFloat2FeaturesEXT[1].shaderBufferFloat16Atomics ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderBufferFloat16AtomicAdd != deviceShaderAtomicFloat2FeaturesEXT[1].shaderBufferFloat16AtomicAdd ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderBufferFloat16AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderBufferFloat16AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderBufferFloat32AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderBufferFloat32AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderBufferFloat64AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderBufferFloat64AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderSharedFloat16Atomics != deviceShaderAtomicFloat2FeaturesEXT[1].shaderSharedFloat16Atomics ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderSharedFloat16AtomicAdd != deviceShaderAtomicFloat2FeaturesEXT[1].shaderSharedFloat16AtomicAdd ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderSharedFloat16AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderSharedFloat16AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderSharedFloat32AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderSharedFloat32AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderSharedFloat64AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderSharedFloat64AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].shaderImageFloat32AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].shaderImageFloat32AtomicMinMax ||
+        deviceShaderAtomicFloat2FeaturesEXT[0].sparseImageFloat32AtomicMinMax != deviceShaderAtomicFloat2FeaturesEXT[1].sparseImageFloat32AtomicMinMax))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT");
+}
+if (isShaderFloat16Int8Features &&
+       (deviceShaderFloat16Int8Features[0].shaderFloat16 != deviceShaderFloat16Int8Features[1].shaderFloat16 ||
+        deviceShaderFloat16Int8Features[0].shaderInt8 != deviceShaderFloat16Int8Features[1].shaderInt8))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderFloat16Int8Features");
+}
+if (isShaderClockFeaturesKHR &&
+       (deviceShaderClockFeaturesKHR[0].shaderSubgroupClock != deviceShaderClockFeaturesKHR[1].shaderSubgroupClock ||
+        deviceShaderClockFeaturesKHR[0].shaderDeviceClock != deviceShaderClockFeaturesKHR[1].shaderDeviceClock))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderClockFeaturesKHR");
+}
+if (isShaderDemoteToHelperInvocationFeatures &&
+       (deviceShaderDemoteToHelperInvocationFeatures[0].shaderDemoteToHelperInvocation != deviceShaderDemoteToHelperInvocationFeatures[1].shaderDemoteToHelperInvocation))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures");
+}
+if (isShaderDrawParametersFeatures &&
+       (deviceShaderDrawParametersFeatures[0].shaderDrawParameters != deviceShaderDrawParametersFeatures[1].shaderDrawParameters))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderDrawParametersFeatures");
+}
+if (isShaderIntegerDotProductFeatures &&
+       (deviceShaderIntegerDotProductFeatures[0].shaderIntegerDotProduct != deviceShaderIntegerDotProductFeatures[1].shaderIntegerDotProduct))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderIntegerDotProductFeatures");
+}
+if (isShaderSubgroupExtendedTypesFeatures &&
+       (deviceShaderSubgroupExtendedTypesFeatures[0].shaderSubgroupExtendedTypes != deviceShaderSubgroupExtendedTypesFeatures[1].shaderSubgroupExtendedTypes))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures");
+}
+if (isShaderTerminateInvocationFeatures &&
+       (deviceShaderTerminateInvocationFeatures[0].shaderTerminateInvocation != deviceShaderTerminateInvocationFeatures[1].shaderTerminateInvocation))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderTerminateInvocationFeatures");
+}
+if (isSubgroupSizeControlFeatures &&
+       (deviceSubgroupSizeControlFeatures[0].subgroupSizeControl != deviceSubgroupSizeControlFeatures[1].subgroupSizeControl ||
+        deviceSubgroupSizeControlFeatures[0].computeFullSubgroups != deviceSubgroupSizeControlFeatures[1].computeFullSubgroups))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceSubgroupSizeControlFeatures");
+}
+if (isSynchronization2Features &&
+       (deviceSynchronization2Features[0].synchronization2 != deviceSynchronization2Features[1].synchronization2))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceSynchronization2Features");
+}
+if (isFragmentShaderInterlockFeaturesEXT &&
+       (deviceFragmentShaderInterlockFeaturesEXT[0].fragmentShaderSampleInterlock != deviceFragmentShaderInterlockFeaturesEXT[1].fragmentShaderSampleInterlock ||
+        deviceFragmentShaderInterlockFeaturesEXT[0].fragmentShaderPixelInterlock != deviceFragmentShaderInterlockFeaturesEXT[1].fragmentShaderPixelInterlock ||
+        deviceFragmentShaderInterlockFeaturesEXT[0].fragmentShaderShadingRateInterlock != deviceFragmentShaderInterlockFeaturesEXT[1].fragmentShaderShadingRateInterlock))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT");
+}
+if (isTexelBufferAlignmentFeaturesEXT &&
+       (deviceTexelBufferAlignmentFeaturesEXT[0].texelBufferAlignment != deviceTexelBufferAlignmentFeaturesEXT[1].texelBufferAlignment))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT");
+}
+if (isTextureCompressionASTCHDRFeatures &&
+       (deviceTextureCompressionASTCHDRFeatures[0].textureCompressionASTC_HDR != deviceTextureCompressionASTCHDRFeatures[1].textureCompressionASTC_HDR))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceTextureCompressionASTCHDRFeatures");
+}
+if (isTimelineSemaphoreFeatures &&
+       (deviceTimelineSemaphoreFeatures[0].timelineSemaphore != deviceTimelineSemaphoreFeatures[1].timelineSemaphore))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceTimelineSemaphoreFeatures");
+}
+if (isTransformFeedbackFeaturesEXT &&
+       (deviceTransformFeedbackFeaturesEXT[0].transformFeedback != deviceTransformFeedbackFeaturesEXT[1].transformFeedback ||
+        deviceTransformFeedbackFeaturesEXT[0].geometryStreams != deviceTransformFeedbackFeaturesEXT[1].geometryStreams))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceTransformFeedbackFeaturesEXT");
+}
+if (isUniformBufferStandardLayoutFeatures &&
+       (deviceUniformBufferStandardLayoutFeatures[0].uniformBufferStandardLayout != deviceUniformBufferStandardLayoutFeatures[1].uniformBufferStandardLayout))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceUniformBufferStandardLayoutFeatures");
+}
+if (isWorkgroupMemoryExplicitLayoutFeaturesKHR &&
+       (deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[0].workgroupMemoryExplicitLayout != deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[1].workgroupMemoryExplicitLayout ||
+        deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[0].workgroupMemoryExplicitLayoutScalarBlockLayout != deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[1].workgroupMemoryExplicitLayoutScalarBlockLayout ||
+        deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[0].workgroupMemoryExplicitLayout8BitAccess != deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[1].workgroupMemoryExplicitLayout8BitAccess ||
+        deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[0].workgroupMemoryExplicitLayout16BitAccess != deviceWorkgroupMemoryExplicitLayoutFeaturesKHR[1].workgroupMemoryExplicitLayout16BitAccess))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR");
+}
+if (isVariablePointersFeatures &&
+       (deviceVariablePointersFeatures[0].variablePointersStorageBuffer != deviceVariablePointersFeatures[1].variablePointersStorageBuffer ||
+        deviceVariablePointersFeatures[0].variablePointers != deviceVariablePointersFeatures[1].variablePointers))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceVariablePointersFeatures");
+}
+if (isVertexAttributeDivisorFeaturesEXT &&
+       (deviceVertexAttributeDivisorFeaturesEXT[0].vertexAttributeInstanceRateDivisor != deviceVertexAttributeDivisorFeaturesEXT[1].vertexAttributeInstanceRateDivisor ||
+        deviceVertexAttributeDivisorFeaturesEXT[0].vertexAttributeInstanceRateZeroDivisor != deviceVertexAttributeDivisorFeaturesEXT[1].vertexAttributeInstanceRateZeroDivisor))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT");
+}
+if (isVertexInputDynamicStateFeaturesEXT &&
+       (deviceVertexInputDynamicStateFeaturesEXT[0].vertexInputDynamicState != deviceVertexInputDynamicStateFeaturesEXT[1].vertexInputDynamicState))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT");
+}
+if (isVulkanMemoryModelFeaturesKHR &&
+       (deviceVulkanMemoryModelFeaturesKHR[0].vulkanMemoryModel != deviceVulkanMemoryModelFeaturesKHR[1].vulkanMemoryModel ||
+        deviceVulkanMemoryModelFeaturesKHR[0].vulkanMemoryModelDeviceScope != deviceVulkanMemoryModelFeaturesKHR[1].vulkanMemoryModelDeviceScope ||
+        deviceVulkanMemoryModelFeaturesKHR[0].vulkanMemoryModelAvailabilityVisibilityChains != deviceVulkanMemoryModelFeaturesKHR[1].vulkanMemoryModelAvailabilityVisibilityChains))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceVulkanMemoryModelFeaturesKHR");
+}
+if (isYcbcrImageArraysFeaturesEXT &&
+       (deviceYcbcrImageArraysFeaturesEXT[0].ycbcrImageArrays != deviceYcbcrImageArraysFeaturesEXT[1].ycbcrImageArrays))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceYcbcrImageArraysFeaturesEXT");
+}
+if (isYcbcr2Plane444FormatsFeaturesEXT &&
+       (deviceYcbcr2Plane444FormatsFeaturesEXT[0].ycbcr2plane444Formats != deviceYcbcr2Plane444FormatsFeaturesEXT[1].ycbcr2plane444Formats))
+{
+               TCU_FAIL("Mismatch between VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT");
+}
+if (isZeroInitializeWorkgroupMemoryFeatures &&
+       (deviceZeroInitializeWorkgroupMemoryFeatures[0].shaderZeroInitializeWorkgroupMemory != deviceZeroInitializeWorkgroupMemoryFeatures[1].shaderZeroInitializeWorkgroupMemory))
 {
-               TCU_FAIL("Mismatch between VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR");
+               TCU_FAIL("Mismatch between VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures");
 }
index c9c7a4d..a57476c 100644 (file)
 /* WARNING: This is auto-generated file. Do not modify, since changes will
  * be lost! Modify the generating script instead.
  */
-const vk::VkPhysicalDevice16BitStorageFeatures&                                                        get16BitStorageFeatures                                                 (void) const;
-const vk::VkPhysicalDevice4444FormatsFeaturesEXT&                                              get4444FormatsFeaturesEXT                                               (void) const;
-const vk::VkPhysicalDevice8BitStorageFeatures&                                                 get8BitStorageFeatures                                                  (void) const;
-const vk::VkPhysicalDeviceAccelerationStructureFeaturesKHR&                            getAccelerationStructureFeatures                                (void) const;
-const vk::VkPhysicalDeviceASTCDecodeFeaturesEXT&                                               getASTCDecodeFeaturesEXT                                                (void) const;
-const vk::VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&                   getBlendOperationAdvancedFeaturesEXT                    (void) const;
-const vk::VkPhysicalDeviceBufferDeviceAddressFeatures&                                 getBufferDeviceAddressFeatures                                  (void) const;
-const vk::VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&                              getBufferDeviceAddressFeaturesEXT                               (void) const;
-const vk::VkPhysicalDeviceCoherentMemoryFeaturesAMD&                                   getCoherentMemoryFeaturesAMD                                    (void) const;
-const vk::VkPhysicalDeviceColorWriteEnableFeaturesEXT&                                 getColorWriteEnableFeaturesEXT                                  (void) const;
-const vk::VkPhysicalDeviceComputeShaderDerivativesFeaturesNV&                  getComputeShaderDerivativesFeatures                             (void) const;
-const vk::VkPhysicalDeviceConditionalRenderingFeaturesEXT&                             getConditionalRenderingFeaturesEXT                              (void) const;
-const vk::VkPhysicalDeviceCooperativeMatrixFeaturesNV&                                 getCooperativeMatrixFeatures                                    (void) const;
-const vk::VkPhysicalDeviceCornerSampledImageFeaturesNV&                                        getCornerSampledImageFeatures                                   (void) const;
-const vk::VkPhysicalDeviceCoverageReductionModeFeaturesNV&                             getCoverageReductionModeFeatures                                (void) const;
-const vk::VkPhysicalDeviceCustomBorderColorFeaturesEXT&                                        getCustomBorderColorFeaturesEXT                                 (void) const;
-const vk::VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV&  getDedicatedAllocationImageAliasingFeatures             (void) const;
-const vk::VkPhysicalDeviceDepthClipEnableFeaturesEXT&                                  getDepthClipEnableFeaturesEXT                                   (void) const;
-const vk::VkPhysicalDeviceDescriptorIndexingFeatures&                                  getDescriptorIndexingFeatures                                   (void) const;
-const vk::VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&                   getDeviceGeneratedCommandsFeatures                              (void) const;
-const vk::VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&                               getDeviceMemoryReportFeaturesEXT                                (void) const;
-const vk::VkPhysicalDeviceDiagnosticsConfigFeaturesNV&                                 getDiagnosticsConfigFeatures                                    (void) const;
-const vk::VkPhysicalDeviceDynamicRenderingFeaturesKHR&                                 getDynamicRenderingFeatures                                             (void) const;
-const vk::VkPhysicalDeviceExclusiveScissorFeaturesNV&                                  getExclusiveScissorFeatures                                             (void) const;
-const vk::VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&                             getExtendedDynamicStateFeaturesEXT                              (void) const;
-const vk::VkPhysicalDeviceExtendedDynamicState2FeaturesEXT&                            getExtendedDynamicState2FeaturesEXT                             (void) const;
-const vk::VkPhysicalDeviceExternalMemoryRDMAFeaturesNV&                                        getExternalMemoryRDMAFeatures                                   (void) const;
-const vk::VkPhysicalDeviceFragmentDensityMapFeaturesEXT&                               getFragmentDensityMapFeaturesEXT                                (void) const;
-const vk::VkPhysicalDeviceFragmentDensityMap2FeaturesEXT&                              getFragmentDensityMap2FeaturesEXT                               (void) const;
-const vk::VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV&                 getFragmentShaderBarycentricFeatures                    (void) const;
-const vk::VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT&                  getFragmentShaderInterlockFeaturesEXT                   (void) const;
-const vk::VkPhysicalDeviceFragmentShadingRateFeaturesKHR&                              getFragmentShadingRateFeatures                                  (void) const;
-const vk::VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&                  getFragmentShadingRateEnumsFeatures                             (void) const;
-const vk::VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&                              getGlobalPriorityQueryFeaturesEXT                               (void) const;
-const vk::VkPhysicalDeviceHostQueryResetFeatures&                                              getHostQueryResetFeatures                                               (void) const;
-const vk::VkPhysicalDeviceImagelessFramebufferFeatures&                                        getImagelessFramebufferFeatures                                 (void) const;
-const vk::VkPhysicalDeviceImageRobustnessFeaturesEXT&                                  getImageRobustnessFeaturesEXT                                   (void) const;
-const vk::VkPhysicalDeviceIndexTypeUint8FeaturesEXT&                                   getIndexTypeUint8FeaturesEXT                                    (void) const;
-const vk::VkPhysicalDeviceInheritedViewportScissorFeaturesNV&                  getInheritedViewportScissorFeatures                             (void) const;
-const vk::VkPhysicalDeviceInlineUniformBlockFeaturesEXT&                               getInlineUniformBlockFeaturesEXT                                (void) const;
-const vk::VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&                                        getInvocationMaskFeaturesHUAWEI                                 (void) const;
-const vk::VkPhysicalDeviceLineRasterizationFeaturesEXT&                                        getLineRasterizationFeaturesEXT                                 (void) const;
-const vk::VkPhysicalDeviceMaintenance4FeaturesKHR&                                             getMaintenance4Features                                                 (void) const;
-const vk::VkPhysicalDeviceMemoryPriorityFeaturesEXT&                                   getMemoryPriorityFeaturesEXT                                    (void) const;
-const vk::VkPhysicalDeviceMeshShaderFeaturesNV&                                                        getMeshShaderFeatures                                                   (void) const;
-const vk::VkPhysicalDeviceMultiviewFeatures&                                                   getMultiviewFeatures                                                    (void) const;
-const vk::VkPhysicalDeviceMultiDrawFeaturesEXT&                                                        getMultiDrawFeaturesEXT                                                 (void) const;
-const vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&                  getMutableDescriptorTypeFeaturesVALVE                   (void) const;
-const vk::VkPhysicalDevicePerformanceQueryFeaturesKHR&                                 getPerformanceQueryFeatures                                             (void) const;
-const vk::VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT&             getPipelineCreationCacheControlFeaturesEXT              (void) const;
-const vk::VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&             getPipelineExecutablePropertiesFeatures                 (void) const;
-const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR&                                        getPortabilitySubsetFeatures                                    (void) const;
-const vk::VkPhysicalDevicePresentIdFeaturesKHR&                                                        getPresentIdFeatures                                                    (void) const;
-const vk::VkPhysicalDevicePresentWaitFeaturesKHR&                                              getPresentWaitFeatures                                                  (void) const;
-const vk::VkPhysicalDevicePrivateDataFeaturesEXT&                                              getPrivateDataFeaturesEXT                                               (void) const;
-const vk::VkPhysicalDeviceProtectedMemoryFeatures&                                             getProtectedMemoryFeatures                                              (void) const;
-const vk::VkPhysicalDeviceProvokingVertexFeaturesEXT&                                  getProvokingVertexFeaturesEXT                                   (void) const;
-const vk::VkPhysicalDeviceRayQueryFeaturesKHR&                                                 getRayQueryFeatures                                                             (void) const;
-const vk::VkPhysicalDeviceRayTracingMotionBlurFeaturesNV&                              getRayTracingMotionBlurFeatures                                 (void) const;
-const vk::VkPhysicalDeviceRayTracingPipelineFeaturesKHR&                               getRayTracingPipelineFeatures                                   (void) const;
-const vk::VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV&                        getRepresentativeFragmentTestFeatures                   (void) const;
-const vk::VkPhysicalDeviceRobustness2FeaturesEXT&                                              getRobustness2FeaturesEXT                                               (void) const;
-const vk::VkPhysicalDeviceSamplerYcbcrConversionFeatures&                              getSamplerYcbcrConversionFeatures                               (void) const;
-const vk::VkPhysicalDeviceScalarBlockLayoutFeatures&                                   getScalarBlockLayoutFeatures                                    (void) const;
-const vk::VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures&                 getSeparateDepthStencilLayoutsFeatures                  (void) const;
-const vk::VkPhysicalDeviceShaderAtomicFloatFeaturesEXT&                                        getShaderAtomicFloatFeaturesEXT                                 (void) const;
-const vk::VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&                               getShaderAtomicFloat2FeaturesEXT                                (void) const;
-const vk::VkPhysicalDeviceShaderAtomicInt64Features&                                   getShaderAtomicInt64Features                                    (void) const;
-const vk::VkPhysicalDeviceShaderClockFeaturesKHR&                                              getShaderClockFeatures                                                  (void) const;
-const vk::VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT&   getShaderDemoteToHelperInvocationFeaturesEXT    (void) const;
-const vk::VkPhysicalDeviceShaderDrawParametersFeatures&                                        getShaderDrawParametersFeatures                                 (void) const;
-const vk::VkPhysicalDeviceShaderFloat16Int8Features&                                   getShaderFloat16Int8Features                                    (void) const;
-const vk::VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&                   getShaderImageAtomicInt64FeaturesEXT                    (void) const;
-const vk::VkPhysicalDeviceShaderImageFootprintFeaturesNV&                              getShaderImageFootprintFeatures                                 (void) const;
-const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR&                  getShaderIntegerDotProductFeatures                              (void) const;
-const vk::VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&                        getShaderIntegerFunctions2FeaturesINTEL                 (void) const;
-const vk::VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&                                  getShaderSMBuiltinsFeatures                                             (void) const;
-const vk::VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures&                 getShaderSubgroupExtendedTypesFeatures                  (void) const;
-const vk::VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& getShaderSubgroupUniformControlFlowFeatures             (void) const;
-const vk::VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR&                        getShaderTerminateInvocationFeatures                    (void) const;
-const vk::VkPhysicalDeviceShadingRateImageFeaturesNV&                                  getShadingRateImageFeatures                                             (void) const;
-const vk::VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&                              getSubgroupSizeControlFeaturesEXT                               (void) const;
-const vk::VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&                                        getSubpassShadingFeaturesHUAWEI                                 (void) const;
-const vk::VkPhysicalDeviceSynchronization2FeaturesKHR&                                 getSynchronization2Features                                             (void) const;
-const vk::VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&                             getTexelBufferAlignmentFeaturesEXT                              (void) const;
-const vk::VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT&                        getTextureCompressionASTCHDRFeaturesEXT                 (void) const;
-const vk::VkPhysicalDeviceTimelineSemaphoreFeatures&                                   getTimelineSemaphoreFeatures                                    (void) const;
-const vk::VkPhysicalDeviceTransformFeedbackFeaturesEXT&                                        getTransformFeedbackFeaturesEXT                                 (void) const;
-const vk::VkPhysicalDeviceUniformBufferStandardLayoutFeatures&                 getUniformBufferStandardLayoutFeatures                  (void) const;
-const vk::VkPhysicalDeviceVariablePointersFeatures&                                            getVariablePointersFeatures                                             (void) const;
-const vk::VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT&                   getVertexAttributeDivisorFeaturesEXT                    (void) const;
-const vk::VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&                  getVertexInputDynamicStateFeaturesEXT                   (void) const;
-const vk::VkPhysicalDeviceVulkanMemoryModelFeatures&                                   getVulkanMemoryModelFeatures                                    (void) const;
-const vk::VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&            getWorkgroupMemoryExplicitLayoutFeatures                (void) const;
-const vk::VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&                            getYcbcr2Plane444FormatsFeaturesEXT                             (void) const;
-const vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&                                 getYcbcrImageArraysFeaturesEXT                                  (void) const;
-const vk::VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR&            getZeroInitializeWorkgroupMemoryFeatures                (void) const;
+const vk::VkPhysicalDevice16BitStorageFeatures&                                                        get16BitStorageFeatures                                         (void) const;
+const vk::VkPhysicalDevice4444FormatsFeaturesEXT&                                              get4444FormatsFeaturesEXT                                       (void) const;
+const vk::VkPhysicalDevice8BitStorageFeatures&                                                 get8BitStorageFeatures                                          (void) const;
+const vk::VkPhysicalDeviceAccelerationStructureFeaturesKHR&                            getAccelerationStructureFeatures                        (void) const;
+const vk::VkPhysicalDeviceASTCDecodeFeaturesEXT&                                               getASTCDecodeFeaturesEXT                                        (void) const;
+const vk::VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&                   getBlendOperationAdvancedFeaturesEXT            (void) const;
+const vk::VkPhysicalDeviceBufferDeviceAddressFeatures&                                 getBufferDeviceAddressFeatures                          (void) const;
+const vk::VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&                              getBufferDeviceAddressFeaturesEXT                       (void) const;
+const vk::VkPhysicalDeviceCoherentMemoryFeaturesAMD&                                   getCoherentMemoryFeaturesAMD                            (void) const;
+const vk::VkPhysicalDeviceColorWriteEnableFeaturesEXT&                                 getColorWriteEnableFeaturesEXT                          (void) const;
+const vk::VkPhysicalDeviceComputeShaderDerivativesFeaturesNV&                  getComputeShaderDerivativesFeatures                     (void) const;
+const vk::VkPhysicalDeviceConditionalRenderingFeaturesEXT&                             getConditionalRenderingFeaturesEXT                      (void) const;
+const vk::VkPhysicalDeviceCooperativeMatrixFeaturesNV&                                 getCooperativeMatrixFeatures                            (void) const;
+const vk::VkPhysicalDeviceCornerSampledImageFeaturesNV&                                        getCornerSampledImageFeatures                           (void) const;
+const vk::VkPhysicalDeviceCoverageReductionModeFeaturesNV&                             getCoverageReductionModeFeatures                        (void) const;
+const vk::VkPhysicalDeviceCustomBorderColorFeaturesEXT&                                        getCustomBorderColorFeaturesEXT                         (void) const;
+const vk::VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV&  getDedicatedAllocationImageAliasingFeatures     (void) const;
+const vk::VkPhysicalDeviceDepthClipEnableFeaturesEXT&                                  getDepthClipEnableFeaturesEXT                           (void) const;
+const vk::VkPhysicalDeviceDescriptorIndexingFeatures&                                  getDescriptorIndexingFeatures                           (void) const;
+const vk::VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&                   getDeviceGeneratedCommandsFeatures                      (void) const;
+const vk::VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&                               getDeviceMemoryReportFeaturesEXT                        (void) const;
+const vk::VkPhysicalDeviceDiagnosticsConfigFeaturesNV&                                 getDiagnosticsConfigFeatures                            (void) const;
+const vk::VkPhysicalDeviceDynamicRenderingFeatures&                                            getDynamicRenderingFeatures                                     (void) const;
+const vk::VkPhysicalDeviceExclusiveScissorFeaturesNV&                                  getExclusiveScissorFeatures                                     (void) const;
+const vk::VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&                             getExtendedDynamicStateFeaturesEXT                      (void) const;
+const vk::VkPhysicalDeviceExtendedDynamicState2FeaturesEXT&                            getExtendedDynamicState2FeaturesEXT                     (void) const;
+const vk::VkPhysicalDeviceExternalMemoryRDMAFeaturesNV&                                        getExternalMemoryRDMAFeatures                           (void) const;
+const vk::VkPhysicalDeviceFragmentDensityMapFeaturesEXT&                               getFragmentDensityMapFeaturesEXT                        (void) const;
+const vk::VkPhysicalDeviceFragmentDensityMap2FeaturesEXT&                              getFragmentDensityMap2FeaturesEXT                       (void) const;
+const vk::VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV&                 getFragmentShaderBarycentricFeatures            (void) const;
+const vk::VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT&                  getFragmentShaderInterlockFeaturesEXT           (void) const;
+const vk::VkPhysicalDeviceFragmentShadingRateFeaturesKHR&                              getFragmentShadingRateFeatures                          (void) const;
+const vk::VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&                  getFragmentShadingRateEnumsFeatures                     (void) const;
+const vk::VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&                              getGlobalPriorityQueryFeaturesEXT                       (void) const;
+const vk::VkPhysicalDeviceHostQueryResetFeatures&                                              getHostQueryResetFeatures                                       (void) const;
+const vk::VkPhysicalDeviceImagelessFramebufferFeatures&                                        getImagelessFramebufferFeatures                         (void) const;
+const vk::VkPhysicalDeviceImageRobustnessFeatures&                                             getImageRobustnessFeatures                                      (void) const;
+const vk::VkPhysicalDeviceIndexTypeUint8FeaturesEXT&                                   getIndexTypeUint8FeaturesEXT                            (void) const;
+const vk::VkPhysicalDeviceInheritedViewportScissorFeaturesNV&                  getInheritedViewportScissorFeatures                     (void) const;
+const vk::VkPhysicalDeviceInlineUniformBlockFeatures&                                  getInlineUniformBlockFeatures                           (void) const;
+const vk::VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&                                        getInvocationMaskFeaturesHUAWEI                         (void) const;
+const vk::VkPhysicalDeviceLineRasterizationFeaturesEXT&                                        getLineRasterizationFeaturesEXT                         (void) const;
+const vk::VkPhysicalDeviceMaintenance4Features&                                                        getMaintenance4Features                                         (void) const;
+const vk::VkPhysicalDeviceMemoryPriorityFeaturesEXT&                                   getMemoryPriorityFeaturesEXT                            (void) const;
+const vk::VkPhysicalDeviceMeshShaderFeaturesNV&                                                        getMeshShaderFeatures                                           (void) const;
+const vk::VkPhysicalDeviceMultiviewFeatures&                                                   getMultiviewFeatures                                            (void) const;
+const vk::VkPhysicalDeviceMultiDrawFeaturesEXT&                                                        getMultiDrawFeaturesEXT                                         (void) const;
+const vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&                  getMutableDescriptorTypeFeaturesVALVE           (void) const;
+const vk::VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT&                        getPageableDeviceLocalMemoryFeaturesEXT         (void) const;
+const vk::VkPhysicalDevicePerformanceQueryFeaturesKHR&                                 getPerformanceQueryFeatures                                     (void) const;
+const vk::VkPhysicalDevicePipelineCreationCacheControlFeatures&                        getPipelineCreationCacheControlFeatures         (void) const;
+const vk::VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&             getPipelineExecutablePropertiesFeatures         (void) const;
+const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR&                                        getPortabilitySubsetFeatures                            (void) const;
+const vk::VkPhysicalDevicePresentIdFeaturesKHR&                                                        getPresentIdFeatures                                            (void) const;
+const vk::VkPhysicalDevicePresentWaitFeaturesKHR&                                              getPresentWaitFeatures                                          (void) const;
+const vk::VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT&             getPrimitiveTopologyListRestartFeaturesEXT      (void) const;
+const vk::VkPhysicalDevicePrivateDataFeatures&                                                 getPrivateDataFeatures                                          (void) const;
+const vk::VkPhysicalDeviceProtectedMemoryFeatures&                                             getProtectedMemoryFeatures                                      (void) const;
+const vk::VkPhysicalDeviceProvokingVertexFeaturesEXT&                                  getProvokingVertexFeaturesEXT                           (void) const;
+const vk::VkPhysicalDeviceRayQueryFeaturesKHR&                                                 getRayQueryFeatures                                                     (void) const;
+const vk::VkPhysicalDeviceRayTracingMotionBlurFeaturesNV&                              getRayTracingMotionBlurFeatures                         (void) const;
+const vk::VkPhysicalDeviceRayTracingPipelineFeaturesKHR&                               getRayTracingPipelineFeatures                           (void) const;
+const vk::VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV&                        getRepresentativeFragmentTestFeatures           (void) const;
+const vk::VkPhysicalDeviceRobustness2FeaturesEXT&                                              getRobustness2FeaturesEXT                                       (void) const;
+const vk::VkPhysicalDeviceSamplerYcbcrConversionFeatures&                              getSamplerYcbcrConversionFeatures                       (void) const;
+const vk::VkPhysicalDeviceScalarBlockLayoutFeatures&                                   getScalarBlockLayoutFeatures                            (void) const;
+const vk::VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures&                 getSeparateDepthStencilLayoutsFeatures          (void) const;
+const vk::VkPhysicalDeviceShaderAtomicFloatFeaturesEXT&                                        getShaderAtomicFloatFeaturesEXT                         (void) const;
+const vk::VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&                               getShaderAtomicFloat2FeaturesEXT                        (void) const;
+const vk::VkPhysicalDeviceShaderAtomicInt64Features&                                   getShaderAtomicInt64Features                            (void) const;
+const vk::VkPhysicalDeviceShaderClockFeaturesKHR&                                              getShaderClockFeatures                                          (void) const;
+const vk::VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures&              getShaderDemoteToHelperInvocationFeatures       (void) const;
+const vk::VkPhysicalDeviceShaderDrawParametersFeatures&                                        getShaderDrawParametersFeatures                         (void) const;
+const vk::VkPhysicalDeviceShaderFloat16Int8Features&                                   getShaderFloat16Int8Features                            (void) const;
+const vk::VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&                   getShaderImageAtomicInt64FeaturesEXT            (void) const;
+const vk::VkPhysicalDeviceShaderImageFootprintFeaturesNV&                              getShaderImageFootprintFeatures                         (void) const;
+const vk::VkPhysicalDeviceShaderIntegerDotProductFeatures&                             getShaderIntegerDotProductFeatures                      (void) const;
+const vk::VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&                        getShaderIntegerFunctions2FeaturesINTEL         (void) const;
+const vk::VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&                                  getShaderSMBuiltinsFeatures                                     (void) const;
+const vk::VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures&                 getShaderSubgroupExtendedTypesFeatures          (void) const;
+const vk::VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& getShaderSubgroupUniformControlFlowFeatures     (void) const;
+const vk::VkPhysicalDeviceShaderTerminateInvocationFeatures&                   getShaderTerminateInvocationFeatures            (void) const;
+const vk::VkPhysicalDeviceShadingRateImageFeaturesNV&                                  getShadingRateImageFeatures                                     (void) const;
+const vk::VkPhysicalDeviceSubgroupSizeControlFeatures&                                 getSubgroupSizeControlFeatures                          (void) const;
+const vk::VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&                                        getSubpassShadingFeaturesHUAWEI                         (void) const;
+const vk::VkPhysicalDeviceSynchronization2Features&                                            getSynchronization2Features                                     (void) const;
+const vk::VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&                             getTexelBufferAlignmentFeaturesEXT                      (void) const;
+const vk::VkPhysicalDeviceTextureCompressionASTCHDRFeatures&                   getTextureCompressionASTCHDRFeatures            (void) const;
+const vk::VkPhysicalDeviceTimelineSemaphoreFeatures&                                   getTimelineSemaphoreFeatures                            (void) const;
+const vk::VkPhysicalDeviceTransformFeedbackFeaturesEXT&                                        getTransformFeedbackFeaturesEXT                         (void) const;
+const vk::VkPhysicalDeviceUniformBufferStandardLayoutFeatures&                 getUniformBufferStandardLayoutFeatures          (void) const;
+const vk::VkPhysicalDeviceVariablePointersFeatures&                                            getVariablePointersFeatures                                     (void) const;
+const vk::VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT&                   getVertexAttributeDivisorFeaturesEXT            (void) const;
+const vk::VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&                  getVertexInputDynamicStateFeaturesEXT           (void) const;
+const vk::VkPhysicalDeviceVulkanMemoryModelFeatures&                                   getVulkanMemoryModelFeatures                            (void) const;
+const vk::VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&            getWorkgroupMemoryExplicitLayoutFeatures        (void) const;
+const vk::VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&                            getYcbcr2Plane444FormatsFeaturesEXT                     (void) const;
+const vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&                                 getYcbcrImageArraysFeaturesEXT                          (void) const;
+const vk::VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures&               getZeroInitializeWorkgroupMemoryFeatures        (void) const;
index 573083a..c8bcc38 100644 (file)
@@ -23,7 +23,7 @@ const vk::VkPhysicalDeviceDescriptorIndexingFeatures&                                 Context::getDescriptor
 const vk::VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&                   Context::getDeviceGeneratedCommandsFeatures                             (void) const { return m_device->getDeviceGeneratedCommandsFeatures();                   }
 const vk::VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&                               Context::getDeviceMemoryReportFeaturesEXT                               (void) const { return m_device->getDeviceMemoryReportFeaturesEXT();                             }
 const vk::VkPhysicalDeviceDiagnosticsConfigFeaturesNV&                                 Context::getDiagnosticsConfigFeatures                                   (void) const { return m_device->getDiagnosticsConfigFeatures();                                 }
-const vk::VkPhysicalDeviceDynamicRenderingFeaturesKHR&                                 Context::getDynamicRenderingFeatures                                    (void) const { return m_device->getDynamicRenderingFeatures();                                  }
+const vk::VkPhysicalDeviceDynamicRenderingFeatures&                                            Context::getDynamicRenderingFeatures                                    (void) const { return m_device->getDynamicRenderingFeatures();                                  }
 const vk::VkPhysicalDeviceExclusiveScissorFeaturesNV&                                  Context::getExclusiveScissorFeatures                                    (void) const { return m_device->getExclusiveScissorFeatures();                                  }
 const vk::VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&                             Context::getExtendedDynamicStateFeaturesEXT                             (void) const { return m_device->getExtendedDynamicStateFeaturesEXT();                   }
 const vk::VkPhysicalDeviceExtendedDynamicState2FeaturesEXT&                            Context::getExtendedDynamicState2FeaturesEXT                    (void) const { return m_device->getExtendedDynamicState2FeaturesEXT();                  }
@@ -37,25 +37,27 @@ const vk::VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&                       Context::getFrag
 const vk::VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&                              Context::getGlobalPriorityQueryFeaturesEXT                              (void) const { return m_device->getGlobalPriorityQueryFeaturesEXT();                    }
 const vk::VkPhysicalDeviceHostQueryResetFeatures&                                              Context::getHostQueryResetFeatures                                              (void) const { return m_device->getHostQueryResetFeatures();                                    }
 const vk::VkPhysicalDeviceImagelessFramebufferFeatures&                                        Context::getImagelessFramebufferFeatures                                (void) const { return m_device->getImagelessFramebufferFeatures();                              }
-const vk::VkPhysicalDeviceImageRobustnessFeaturesEXT&                                  Context::getImageRobustnessFeaturesEXT                                  (void) const { return m_device->getImageRobustnessFeaturesEXT();                                }
+const vk::VkPhysicalDeviceImageRobustnessFeatures&                                             Context::getImageRobustnessFeatures                                             (void) const { return m_device->getImageRobustnessFeatures();                                   }
 const vk::VkPhysicalDeviceIndexTypeUint8FeaturesEXT&                                   Context::getIndexTypeUint8FeaturesEXT                                   (void) const { return m_device->getIndexTypeUint8FeaturesEXT();                                 }
 const vk::VkPhysicalDeviceInheritedViewportScissorFeaturesNV&                  Context::getInheritedViewportScissorFeatures                    (void) const { return m_device->getInheritedViewportScissorFeatures();                  }
-const vk::VkPhysicalDeviceInlineUniformBlockFeaturesEXT&                               Context::getInlineUniformBlockFeaturesEXT                               (void) const { return m_device->getInlineUniformBlockFeaturesEXT();                             }
+const vk::VkPhysicalDeviceInlineUniformBlockFeatures&                                  Context::getInlineUniformBlockFeatures                                  (void) const { return m_device->getInlineUniformBlockFeatures();                                }
 const vk::VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&                                        Context::getInvocationMaskFeaturesHUAWEI                                (void) const { return m_device->getInvocationMaskFeaturesHUAWEI();                              }
 const vk::VkPhysicalDeviceLineRasterizationFeaturesEXT&                                        Context::getLineRasterizationFeaturesEXT                                (void) const { return m_device->getLineRasterizationFeaturesEXT();                              }
-const vk::VkPhysicalDeviceMaintenance4FeaturesKHR&                                             Context::getMaintenance4Features                                                (void) const { return m_device->getMaintenance4Features();                                              }
+const vk::VkPhysicalDeviceMaintenance4Features&                                                        Context::getMaintenance4Features                                                (void) const { return m_device->getMaintenance4Features();                                              }
 const vk::VkPhysicalDeviceMemoryPriorityFeaturesEXT&                                   Context::getMemoryPriorityFeaturesEXT                                   (void) const { return m_device->getMemoryPriorityFeaturesEXT();                                 }
 const vk::VkPhysicalDeviceMeshShaderFeaturesNV&                                                        Context::getMeshShaderFeatures                                                  (void) const { return m_device->getMeshShaderFeatures();                                                }
 const vk::VkPhysicalDeviceMultiviewFeatures&                                                   Context::getMultiviewFeatures                                                   (void) const { return m_device->getMultiviewFeatures();                                                 }
 const vk::VkPhysicalDeviceMultiDrawFeaturesEXT&                                                        Context::getMultiDrawFeaturesEXT                                                (void) const { return m_device->getMultiDrawFeaturesEXT();                                              }
 const vk::VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&                  Context::getMutableDescriptorTypeFeaturesVALVE                  (void) const { return m_device->getMutableDescriptorTypeFeaturesVALVE();                }
+const vk::VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT&                        Context::getPageableDeviceLocalMemoryFeaturesEXT                (void) const { return m_device->getPageableDeviceLocalMemoryFeaturesEXT();              }
 const vk::VkPhysicalDevicePerformanceQueryFeaturesKHR&                                 Context::getPerformanceQueryFeatures                                    (void) const { return m_device->getPerformanceQueryFeatures();                                  }
-const vk::VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT&             Context::getPipelineCreationCacheControlFeaturesEXT             (void) const { return m_device->getPipelineCreationCacheControlFeaturesEXT();   }
+const vk::VkPhysicalDevicePipelineCreationCacheControlFeatures&                        Context::getPipelineCreationCacheControlFeatures                (void) const { return m_device->getPipelineCreationCacheControlFeatures();              }
 const vk::VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&             Context::getPipelineExecutablePropertiesFeatures                (void) const { return m_device->getPipelineExecutablePropertiesFeatures();              }
 const vk::VkPhysicalDevicePortabilitySubsetFeaturesKHR&                                        Context::getPortabilitySubsetFeatures                                   (void) const { return m_device->getPortabilitySubsetFeatures();                                 }
 const vk::VkPhysicalDevicePresentIdFeaturesKHR&                                                        Context::getPresentIdFeatures                                                   (void) const { return m_device->getPresentIdFeatures();                                                 }
 const vk::VkPhysicalDevicePresentWaitFeaturesKHR&                                              Context::getPresentWaitFeatures                                                 (void) const { return m_device->getPresentWaitFeatures();                                               }
-const vk::VkPhysicalDevicePrivateDataFeaturesEXT&                                              Context::getPrivateDataFeaturesEXT                                              (void) const { return m_device->getPrivateDataFeaturesEXT();                                    }
+const vk::VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT&             Context::getPrimitiveTopologyListRestartFeaturesEXT             (void) const { return m_device->getPrimitiveTopologyListRestartFeaturesEXT();   }
+const vk::VkPhysicalDevicePrivateDataFeatures&                                                 Context::getPrivateDataFeatures                                                 (void) const { return m_device->getPrivateDataFeatures();                                               }
 const vk::VkPhysicalDeviceProtectedMemoryFeatures&                                             Context::getProtectedMemoryFeatures                                             (void) const { return m_device->getProtectedMemoryFeatures();                                   }
 const vk::VkPhysicalDeviceProvokingVertexFeaturesEXT&                                  Context::getProvokingVertexFeaturesEXT                                  (void) const { return m_device->getProvokingVertexFeaturesEXT();                                }
 const vk::VkPhysicalDeviceRayQueryFeaturesKHR&                                                 Context::getRayQueryFeatures                                                    (void) const { return m_device->getRayQueryFeatures();                                                  }
@@ -70,23 +72,23 @@ const vk::VkPhysicalDeviceShaderAtomicFloatFeaturesEXT&                                     Context::getShaderAt
 const vk::VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&                               Context::getShaderAtomicFloat2FeaturesEXT                               (void) const { return m_device->getShaderAtomicFloat2FeaturesEXT();                             }
 const vk::VkPhysicalDeviceShaderAtomicInt64Features&                                   Context::getShaderAtomicInt64Features                                   (void) const { return m_device->getShaderAtomicInt64Features();                                 }
 const vk::VkPhysicalDeviceShaderClockFeaturesKHR&                                              Context::getShaderClockFeatures                                                 (void) const { return m_device->getShaderClockFeatures();                                               }
-const vk::VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT&   Context::getShaderDemoteToHelperInvocationFeaturesEXT   (void) const { return m_device->getShaderDemoteToHelperInvocationFeaturesEXT(); }
+const vk::VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures&              Context::getShaderDemoteToHelperInvocationFeatures              (void) const { return m_device->getShaderDemoteToHelperInvocationFeatures();    }
 const vk::VkPhysicalDeviceShaderDrawParametersFeatures&                                        Context::getShaderDrawParametersFeatures                                (void) const { return m_device->getShaderDrawParametersFeatures();                              }
 const vk::VkPhysicalDeviceShaderFloat16Int8Features&                                   Context::getShaderFloat16Int8Features                                   (void) const { return m_device->getShaderFloat16Int8Features();                                 }
 const vk::VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&                   Context::getShaderImageAtomicInt64FeaturesEXT                   (void) const { return m_device->getShaderImageAtomicInt64FeaturesEXT();                 }
 const vk::VkPhysicalDeviceShaderImageFootprintFeaturesNV&                              Context::getShaderImageFootprintFeatures                                (void) const { return m_device->getShaderImageFootprintFeatures();                              }
-const vk::VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR&                  Context::getShaderIntegerDotProductFeatures                             (void) const { return m_device->getShaderIntegerDotProductFeatures();                   }
+const vk::VkPhysicalDeviceShaderIntegerDotProductFeatures&                             Context::getShaderIntegerDotProductFeatures                             (void) const { return m_device->getShaderIntegerDotProductFeatures();                   }
 const vk::VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&                        Context::getShaderIntegerFunctions2FeaturesINTEL                (void) const { return m_device->getShaderIntegerFunctions2FeaturesINTEL();              }
 const vk::VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&                                  Context::getShaderSMBuiltinsFeatures                                    (void) const { return m_device->getShaderSMBuiltinsFeatures();                                  }
 const vk::VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures&                 Context::getShaderSubgroupExtendedTypesFeatures                 (void) const { return m_device->getShaderSubgroupExtendedTypesFeatures();               }
 const vk::VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& Context::getShaderSubgroupUniformControlFlowFeatures    (void) const { return m_device->getShaderSubgroupUniformControlFlowFeatures();  }
-const vk::VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR&                        Context::getShaderTerminateInvocationFeatures                   (void) const { return m_device->getShaderTerminateInvocationFeatures();                 }
+const vk::VkPhysicalDeviceShaderTerminateInvocationFeatures&                   Context::getShaderTerminateInvocationFeatures                   (void) const { return m_device->getShaderTerminateInvocationFeatures();                 }
 const vk::VkPhysicalDeviceShadingRateImageFeaturesNV&                                  Context::getShadingRateImageFeatures                                    (void) const { return m_device->getShadingRateImageFeatures();                                  }
-const vk::VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&                              Context::getSubgroupSizeControlFeaturesEXT                              (void) const { return m_device->getSubgroupSizeControlFeaturesEXT();                    }
+const vk::VkPhysicalDeviceSubgroupSizeControlFeatures&                                 Context::getSubgroupSizeControlFeatures                                 (void) const { return m_device->getSubgroupSizeControlFeatures();                               }
 const vk::VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&                                        Context::getSubpassShadingFeaturesHUAWEI                                (void) const { return m_device->getSubpassShadingFeaturesHUAWEI();                              }
-const vk::VkPhysicalDeviceSynchronization2FeaturesKHR&                                 Context::getSynchronization2Features                                    (void) const { return m_device->getSynchronization2Features();                                  }
+const vk::VkPhysicalDeviceSynchronization2Features&                                            Context::getSynchronization2Features                                    (void) const { return m_device->getSynchronization2Features();                                  }
 const vk::VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&                             Context::getTexelBufferAlignmentFeaturesEXT                             (void) const { return m_device->getTexelBufferAlignmentFeaturesEXT();                   }
-const vk::VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT&                        Context::getTextureCompressionASTCHDRFeaturesEXT                (void) const { return m_device->getTextureCompressionASTCHDRFeaturesEXT();              }
+const vk::VkPhysicalDeviceTextureCompressionASTCHDRFeatures&                   Context::getTextureCompressionASTCHDRFeatures                   (void) const { return m_device->getTextureCompressionASTCHDRFeatures();                 }
 const vk::VkPhysicalDeviceTimelineSemaphoreFeatures&                                   Context::getTimelineSemaphoreFeatures                                   (void) const { return m_device->getTimelineSemaphoreFeatures();                                 }
 const vk::VkPhysicalDeviceTransformFeedbackFeaturesEXT&                                        Context::getTransformFeedbackFeaturesEXT                                (void) const { return m_device->getTransformFeedbackFeaturesEXT();                              }
 const vk::VkPhysicalDeviceUniformBufferStandardLayoutFeatures&                 Context::getUniformBufferStandardLayoutFeatures                 (void) const { return m_device->getUniformBufferStandardLayoutFeatures();               }
@@ -97,4 +99,4 @@ const vk::VkPhysicalDeviceVulkanMemoryModelFeatures&                                  Context::getVulkanMemor
 const vk::VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&            Context::getWorkgroupMemoryExplicitLayoutFeatures               (void) const { return m_device->getWorkgroupMemoryExplicitLayoutFeatures();             }
 const vk::VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&                            Context::getYcbcr2Plane444FormatsFeaturesEXT                    (void) const { return m_device->getYcbcr2Plane444FormatsFeaturesEXT();                  }
 const vk::VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&                                 Context::getYcbcrImageArraysFeaturesEXT                                 (void) const { return m_device->getYcbcrImageArraysFeaturesEXT();                               }
-const vk::VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR&            Context::getZeroInitializeWorkgroupMemoryFeatures               (void) const { return m_device->getZeroInitializeWorkgroupMemoryFeatures();             }
+const vk::VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures&               Context::getZeroInitializeWorkgroupMemoryFeatures               (void) const { return m_device->getZeroInitializeWorkgroupMemoryFeatures();             }
index 1f0bd3c..20373c1 100644 (file)
 /* WARNING: This is auto-generated file. Do not modify, since changes will
  * be lost! Modify the generating script instead.
  */
-const VkPhysicalDevice16BitStorageFeatures&                                                    get16BitStorageFeatures                                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice16BitStorageFeatures>();                                                  }
-const VkPhysicalDevice4444FormatsFeaturesEXT&                                          get4444FormatsFeaturesEXT                                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice4444FormatsFeaturesEXT>();                                                }
-const VkPhysicalDevice8BitStorageFeatures&                                                     get8BitStorageFeatures                                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice8BitStorageFeatures>();                                                   }
-const VkPhysicalDeviceAccelerationStructureFeaturesKHR&                                getAccelerationStructureFeatures                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceAccelerationStructureFeaturesKHR>();                              }
-const VkPhysicalDeviceASTCDecodeFeaturesEXT&                                           getASTCDecodeFeaturesEXT                                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceASTCDecodeFeaturesEXT>();                                                 }
-const VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&                       getBlendOperationAdvancedFeaturesEXT                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>();                             }
-const VkPhysicalDeviceBufferDeviceAddressFeatures&                                     getBufferDeviceAddressFeatures                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeatures>();                                   }
-const VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&                          getBufferDeviceAddressFeaturesEXT                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>();                                }
-const VkPhysicalDeviceCoherentMemoryFeaturesAMD&                                       getCoherentMemoryFeaturesAMD                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCoherentMemoryFeaturesAMD>();                                             }
-const VkPhysicalDeviceColorWriteEnableFeaturesEXT&                                     getColorWriteEnableFeaturesEXT                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceColorWriteEnableFeaturesEXT>();                                   }
-const VkPhysicalDeviceComputeShaderDerivativesFeaturesNV&                      getComputeShaderDerivativesFeatures                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceComputeShaderDerivativesFeaturesNV>();                    }
-const VkPhysicalDeviceConditionalRenderingFeaturesEXT&                         getConditionalRenderingFeaturesEXT                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceConditionalRenderingFeaturesEXT>();                               }
-const VkPhysicalDeviceCooperativeMatrixFeaturesNV&                                     getCooperativeMatrixFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCooperativeMatrixFeaturesNV>();                                   }
-const VkPhysicalDeviceCornerSampledImageFeaturesNV&                                    getCornerSampledImageFeatures                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCornerSampledImageFeaturesNV>();                                  }
-const VkPhysicalDeviceCoverageReductionModeFeaturesNV&                         getCoverageReductionModeFeatures                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCoverageReductionModeFeaturesNV>();                               }
-const VkPhysicalDeviceCustomBorderColorFeaturesEXT&                                    getCustomBorderColorFeaturesEXT                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCustomBorderColorFeaturesEXT>();                                  }
-const VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV&      getDedicatedAllocationImageAliasingFeatures             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV>();    }
-const VkPhysicalDeviceDepthClipEnableFeaturesEXT&                                      getDepthClipEnableFeaturesEXT                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDepthClipEnableFeaturesEXT>();                                    }
-const VkPhysicalDeviceDescriptorIndexingFeatures&                                      getDescriptorIndexingFeatures                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDescriptorIndexingFeatures>();                                    }
-const VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&                       getDeviceGeneratedCommandsFeatures                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>();                             }
-const VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&                           getDeviceMemoryReportFeaturesEXT                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>();                                 }
-const VkPhysicalDeviceDiagnosticsConfigFeaturesNV&                                     getDiagnosticsConfigFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>();                                   }
-const VkPhysicalDeviceDynamicRenderingFeaturesKHR&                                     getDynamicRenderingFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDynamicRenderingFeaturesKHR>();                                   }
-const VkPhysicalDeviceExclusiveScissorFeaturesNV&                                      getExclusiveScissorFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExclusiveScissorFeaturesNV>();                                    }
-const VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&                         getExtendedDynamicStateFeaturesEXT                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>();                               }
-const VkPhysicalDeviceExtendedDynamicState2FeaturesEXT&                                getExtendedDynamicState2FeaturesEXT                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExtendedDynamicState2FeaturesEXT>();                              }
-const VkPhysicalDeviceExternalMemoryRDMAFeaturesNV&                                    getExternalMemoryRDMAFeatures                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExternalMemoryRDMAFeaturesNV>();                                  }
-const VkPhysicalDeviceFragmentDensityMapFeaturesEXT&                           getFragmentDensityMapFeaturesEXT                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentDensityMapFeaturesEXT>();                                 }
-const VkPhysicalDeviceFragmentDensityMap2FeaturesEXT&                          getFragmentDensityMap2FeaturesEXT                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT>();                                }
-const VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV&                     getFragmentShaderBarycentricFeatures                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV>();                   }
-const VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT&                      getFragmentShaderInterlockFeaturesEXT                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT>();                    }
-const VkPhysicalDeviceFragmentShadingRateFeaturesKHR&                          getFragmentShadingRateFeatures                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShadingRateFeaturesKHR>();                                }
-const VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&                      getFragmentShadingRateEnumsFeatures                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV>();                    }
-const VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&                          getGlobalPriorityQueryFeaturesEXT                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>();                                }
-const VkPhysicalDeviceHostQueryResetFeatures&                                          getHostQueryResetFeatures                                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceHostQueryResetFeatures>();                                                }
-const VkPhysicalDeviceImagelessFramebufferFeatures&                                    getImagelessFramebufferFeatures                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceImagelessFramebufferFeatures>();                                  }
-const VkPhysicalDeviceImageRobustnessFeaturesEXT&                                      getImageRobustnessFeaturesEXT                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceImageRobustnessFeaturesEXT>();                                    }
-const VkPhysicalDeviceIndexTypeUint8FeaturesEXT&                                       getIndexTypeUint8FeaturesEXT                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>();                                             }
-const VkPhysicalDeviceInheritedViewportScissorFeaturesNV&                      getInheritedViewportScissorFeatures                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>();                    }
-const VkPhysicalDeviceInlineUniformBlockFeaturesEXT&                           getInlineUniformBlockFeaturesEXT                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInlineUniformBlockFeaturesEXT>();                                 }
-const VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&                                    getInvocationMaskFeaturesHUAWEI                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>();                                  }
-const VkPhysicalDeviceLineRasterizationFeaturesEXT&                                    getLineRasterizationFeaturesEXT                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceLineRasterizationFeaturesEXT>();                                  }
-const VkPhysicalDeviceMaintenance4FeaturesKHR&                                         getMaintenance4Features                                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMaintenance4FeaturesKHR>();                                               }
-const VkPhysicalDeviceMemoryPriorityFeaturesEXT&                                       getMemoryPriorityFeaturesEXT                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMemoryPriorityFeaturesEXT>();                                             }
-const VkPhysicalDeviceMeshShaderFeaturesNV&                                                    getMeshShaderFeatures                                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMeshShaderFeaturesNV>();                                                  }
-const VkPhysicalDeviceMultiviewFeatures&                                                       getMultiviewFeatures                                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMultiviewFeatures>();                                                             }
-const VkPhysicalDeviceMultiDrawFeaturesEXT&                                                    getMultiDrawFeaturesEXT                                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMultiDrawFeaturesEXT>();                                                  }
-const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&                      getMutableDescriptorTypeFeaturesVALVE                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>();                    }
-const VkPhysicalDevicePerformanceQueryFeaturesKHR&                                     getPerformanceQueryFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePerformanceQueryFeaturesKHR>();                                   }
-const VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT&         getPipelineCreationCacheControlFeaturesEXT              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT>();               }
-const VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&         getPipelineExecutablePropertiesFeatures                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>();               }
-const VkPhysicalDevicePortabilitySubsetFeaturesKHR&                                    getPortabilitySubsetFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePortabilitySubsetFeaturesKHR>();                                  }
-const VkPhysicalDevicePresentIdFeaturesKHR&                                                    getPresentIdFeatures                                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePresentIdFeaturesKHR>();                                                  }
-const VkPhysicalDevicePresentWaitFeaturesKHR&                                          getPresentWaitFeatures                                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePresentWaitFeaturesKHR>();                                                }
-const VkPhysicalDevicePrivateDataFeaturesEXT&                                          getPrivateDataFeaturesEXT                                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePrivateDataFeaturesEXT>();                                                }
-const VkPhysicalDeviceProtectedMemoryFeatures&                                         getProtectedMemoryFeatures                                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceProtectedMemoryFeatures>();                                               }
-const VkPhysicalDeviceProvokingVertexFeaturesEXT&                                      getProvokingVertexFeaturesEXT                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceProvokingVertexFeaturesEXT>();                                    }
-const VkPhysicalDeviceRayQueryFeaturesKHR&                                                     getRayQueryFeatures                                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayQueryFeaturesKHR>();                                                   }
-const VkPhysicalDeviceRayTracingMotionBlurFeaturesNV&                          getRayTracingMotionBlurFeatures                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayTracingMotionBlurFeaturesNV>();                                }
-const VkPhysicalDeviceRayTracingPipelineFeaturesKHR&                           getRayTracingPipelineFeatures                                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayTracingPipelineFeaturesKHR>();                                 }
-const VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV&                    getRepresentativeFragmentTestFeatures                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV>();                  }
-const VkPhysicalDeviceRobustness2FeaturesEXT&                                          getRobustness2FeaturesEXT                                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRobustness2FeaturesEXT>();                                                }
-const VkPhysicalDeviceSamplerYcbcrConversionFeatures&                          getSamplerYcbcrConversionFeatures                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSamplerYcbcrConversionFeatures>();                                }
-const VkPhysicalDeviceScalarBlockLayoutFeatures&                                       getScalarBlockLayoutFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceScalarBlockLayoutFeatures>();                                             }
-const VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures&                     getSeparateDepthStencilLayoutsFeatures                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures>();                   }
-const VkPhysicalDeviceShaderAtomicFloatFeaturesEXT&                                    getShaderAtomicFloatFeaturesEXT                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicFloatFeaturesEXT>();                                  }
-const VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&                           getShaderAtomicFloat2FeaturesEXT                                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT>();                                 }
-const VkPhysicalDeviceShaderAtomicInt64Features&                                       getShaderAtomicInt64Features                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicInt64Features>();                                             }
-const VkPhysicalDeviceShaderClockFeaturesKHR&                                          getShaderClockFeatures                                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderClockFeaturesKHR>();                                                }
-const VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT&       getShaderDemoteToHelperInvocationFeaturesEXT    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT>();             }
-const VkPhysicalDeviceShaderDrawParametersFeatures&                                    getShaderDrawParametersFeatures                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderDrawParametersFeatures>();                                  }
-const VkPhysicalDeviceShaderFloat16Int8Features&                                       getShaderFloat16Int8Features                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderFloat16Int8Features>();                                             }
-const VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&                       getShaderImageAtomicInt64FeaturesEXT                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT>();                             }
-const VkPhysicalDeviceShaderImageFootprintFeaturesNV&                          getShaderImageFootprintFeatures                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderImageFootprintFeaturesNV>();                                }
-const VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR&                      getShaderIntegerDotProductFeatures                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR>();                    }
-const VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&                    getShaderIntegerFunctions2FeaturesINTEL                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL>();                  }
-const VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&                                      getShaderSMBuiltinsFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSMBuiltinsFeaturesNV>();                                    }
-const VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures&                     getShaderSubgroupExtendedTypesFeatures                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>();                   }
-const VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR&     getShaderSubgroupUniformControlFlowFeatures             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR>();   }
-const VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR&                    getShaderTerminateInvocationFeatures                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR>();                  }
-const VkPhysicalDeviceShadingRateImageFeaturesNV&                                      getShadingRateImageFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShadingRateImageFeaturesNV>();                                    }
-const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&                          getSubgroupSizeControlFeaturesEXT                               (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSubgroupSizeControlFeaturesEXT>();                                }
-const VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&                                    getSubpassShadingFeaturesHUAWEI                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSubpassShadingFeaturesHUAWEI>();                                  }
-const VkPhysicalDeviceSynchronization2FeaturesKHR&                                     getSynchronization2Features                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSynchronization2FeaturesKHR>();                                   }
-const VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&                         getTexelBufferAlignmentFeaturesEXT                              (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT>();                               }
-const VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT&                    getTextureCompressionASTCHDRFeaturesEXT                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT>();                  }
-const VkPhysicalDeviceTimelineSemaphoreFeatures&                                       getTimelineSemaphoreFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTimelineSemaphoreFeatures>();                                             }
-const VkPhysicalDeviceTransformFeedbackFeaturesEXT&                                    getTransformFeedbackFeaturesEXT                                 (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTransformFeedbackFeaturesEXT>();                                  }
-const VkPhysicalDeviceUniformBufferStandardLayoutFeatures&                     getUniformBufferStandardLayoutFeatures                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceUniformBufferStandardLayoutFeatures>();                   }
-const VkPhysicalDeviceVariablePointersFeatures&                                                getVariablePointersFeatures                                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVariablePointersFeatures>();                                              }
-const VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT&                       getVertexAttributeDivisorFeaturesEXT                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT>();                             }
-const VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&                      getVertexInputDynamicStateFeaturesEXT                   (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT>();                    }
-const VkPhysicalDeviceVulkanMemoryModelFeatures&                                       getVulkanMemoryModelFeatures                                    (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVulkanMemoryModelFeatures>();                                             }
-const VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&                getWorkgroupMemoryExplicitLayoutFeatures                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR>();              }
-const VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&                                getYcbcr2Plane444FormatsFeaturesEXT                             (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>();                              }
-const VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&                                     getYcbcrImageArraysFeaturesEXT                                  (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>();                                   }
-const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR&                getZeroInitializeWorkgroupMemoryFeatures                (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR>();              }
+const VkPhysicalDevice16BitStorageFeatures&                                                    get16BitStorageFeatures                                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice16BitStorageFeatures>();                                                  }
+const VkPhysicalDevice4444FormatsFeaturesEXT&                                          get4444FormatsFeaturesEXT                                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice4444FormatsFeaturesEXT>();                                                }
+const VkPhysicalDevice8BitStorageFeatures&                                                     get8BitStorageFeatures                                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevice8BitStorageFeatures>();                                                   }
+const VkPhysicalDeviceAccelerationStructureFeaturesKHR&                                getAccelerationStructureFeatures                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceAccelerationStructureFeaturesKHR>();                              }
+const VkPhysicalDeviceASTCDecodeFeaturesEXT&                                           getASTCDecodeFeaturesEXT                                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceASTCDecodeFeaturesEXT>();                                                 }
+const VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&                       getBlendOperationAdvancedFeaturesEXT            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>();                             }
+const VkPhysicalDeviceBufferDeviceAddressFeatures&                                     getBufferDeviceAddressFeatures                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeatures>();                                   }
+const VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&                          getBufferDeviceAddressFeaturesEXT                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>();                                }
+const VkPhysicalDeviceCoherentMemoryFeaturesAMD&                                       getCoherentMemoryFeaturesAMD                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCoherentMemoryFeaturesAMD>();                                             }
+const VkPhysicalDeviceColorWriteEnableFeaturesEXT&                                     getColorWriteEnableFeaturesEXT                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceColorWriteEnableFeaturesEXT>();                                   }
+const VkPhysicalDeviceComputeShaderDerivativesFeaturesNV&                      getComputeShaderDerivativesFeatures                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceComputeShaderDerivativesFeaturesNV>();                    }
+const VkPhysicalDeviceConditionalRenderingFeaturesEXT&                         getConditionalRenderingFeaturesEXT                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceConditionalRenderingFeaturesEXT>();                               }
+const VkPhysicalDeviceCooperativeMatrixFeaturesNV&                                     getCooperativeMatrixFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCooperativeMatrixFeaturesNV>();                                   }
+const VkPhysicalDeviceCornerSampledImageFeaturesNV&                                    getCornerSampledImageFeatures                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCornerSampledImageFeaturesNV>();                                  }
+const VkPhysicalDeviceCoverageReductionModeFeaturesNV&                         getCoverageReductionModeFeatures                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCoverageReductionModeFeaturesNV>();                               }
+const VkPhysicalDeviceCustomBorderColorFeaturesEXT&                                    getCustomBorderColorFeaturesEXT                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCustomBorderColorFeaturesEXT>();                                  }
+const VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV&      getDedicatedAllocationImageAliasingFeatures     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV>();    }
+const VkPhysicalDeviceDepthClipEnableFeaturesEXT&                                      getDepthClipEnableFeaturesEXT                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDepthClipEnableFeaturesEXT>();                                    }
+const VkPhysicalDeviceDescriptorIndexingFeatures&                                      getDescriptorIndexingFeatures                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDescriptorIndexingFeatures>();                                    }
+const VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV&                       getDeviceGeneratedCommandsFeatures                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV>();                             }
+const VkPhysicalDeviceDeviceMemoryReportFeaturesEXT&                           getDeviceMemoryReportFeaturesEXT                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDeviceMemoryReportFeaturesEXT>();                                 }
+const VkPhysicalDeviceDiagnosticsConfigFeaturesNV&                                     getDiagnosticsConfigFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDiagnosticsConfigFeaturesNV>();                                   }
+const VkPhysicalDeviceDynamicRenderingFeatures&                                                getDynamicRenderingFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceDynamicRenderingFeatures>();                                              }
+const VkPhysicalDeviceExclusiveScissorFeaturesNV&                                      getExclusiveScissorFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExclusiveScissorFeaturesNV>();                                    }
+const VkPhysicalDeviceExtendedDynamicStateFeaturesEXT&                         getExtendedDynamicStateFeaturesEXT                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExtendedDynamicStateFeaturesEXT>();                               }
+const VkPhysicalDeviceExtendedDynamicState2FeaturesEXT&                                getExtendedDynamicState2FeaturesEXT                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExtendedDynamicState2FeaturesEXT>();                              }
+const VkPhysicalDeviceExternalMemoryRDMAFeaturesNV&                                    getExternalMemoryRDMAFeatures                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceExternalMemoryRDMAFeaturesNV>();                                  }
+const VkPhysicalDeviceFragmentDensityMapFeaturesEXT&                           getFragmentDensityMapFeaturesEXT                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentDensityMapFeaturesEXT>();                                 }
+const VkPhysicalDeviceFragmentDensityMap2FeaturesEXT&                          getFragmentDensityMap2FeaturesEXT                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentDensityMap2FeaturesEXT>();                                }
+const VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV&                     getFragmentShaderBarycentricFeatures            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShaderBarycentricFeaturesNV>();                   }
+const VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT&                      getFragmentShaderInterlockFeaturesEXT           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT>();                    }
+const VkPhysicalDeviceFragmentShadingRateFeaturesKHR&                          getFragmentShadingRateFeatures                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShadingRateFeaturesKHR>();                                }
+const VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV&                      getFragmentShadingRateEnumsFeatures                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV>();                    }
+const VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&                          getGlobalPriorityQueryFeaturesEXT                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>();                                }
+const VkPhysicalDeviceHostQueryResetFeatures&                                          getHostQueryResetFeatures                                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceHostQueryResetFeatures>();                                                }
+const VkPhysicalDeviceImagelessFramebufferFeatures&                                    getImagelessFramebufferFeatures                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceImagelessFramebufferFeatures>();                                  }
+const VkPhysicalDeviceImageRobustnessFeatures&                                         getImageRobustnessFeatures                                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceImageRobustnessFeatures>();                                               }
+const VkPhysicalDeviceIndexTypeUint8FeaturesEXT&                                       getIndexTypeUint8FeaturesEXT                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceIndexTypeUint8FeaturesEXT>();                                             }
+const VkPhysicalDeviceInheritedViewportScissorFeaturesNV&                      getInheritedViewportScissorFeatures                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInheritedViewportScissorFeaturesNV>();                    }
+const VkPhysicalDeviceInlineUniformBlockFeatures&                                      getInlineUniformBlockFeatures                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInlineUniformBlockFeatures>();                                    }
+const VkPhysicalDeviceInvocationMaskFeaturesHUAWEI&                                    getInvocationMaskFeaturesHUAWEI                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceInvocationMaskFeaturesHUAWEI>();                                  }
+const VkPhysicalDeviceLineRasterizationFeaturesEXT&                                    getLineRasterizationFeaturesEXT                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceLineRasterizationFeaturesEXT>();                                  }
+const VkPhysicalDeviceMaintenance4Features&                                                    getMaintenance4Features                                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMaintenance4Features>();                                                  }
+const VkPhysicalDeviceMemoryPriorityFeaturesEXT&                                       getMemoryPriorityFeaturesEXT                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMemoryPriorityFeaturesEXT>();                                             }
+const VkPhysicalDeviceMeshShaderFeaturesNV&                                                    getMeshShaderFeatures                                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMeshShaderFeaturesNV>();                                                  }
+const VkPhysicalDeviceMultiviewFeatures&                                                       getMultiviewFeatures                                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMultiviewFeatures>();                                                             }
+const VkPhysicalDeviceMultiDrawFeaturesEXT&                                                    getMultiDrawFeaturesEXT                                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMultiDrawFeaturesEXT>();                                                  }
+const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE&                      getMutableDescriptorTypeFeaturesVALVE           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE>();                    }
+const VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT&                    getPageableDeviceLocalMemoryFeaturesEXT         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>();                  }
+const VkPhysicalDevicePerformanceQueryFeaturesKHR&                                     getPerformanceQueryFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePerformanceQueryFeaturesKHR>();                                   }
+const VkPhysicalDevicePipelineCreationCacheControlFeatures&                    getPipelineCreationCacheControlFeatures         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePipelineCreationCacheControlFeatures>();                  }
+const VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&         getPipelineExecutablePropertiesFeatures         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>();               }
+const VkPhysicalDevicePortabilitySubsetFeaturesKHR&                                    getPortabilitySubsetFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePortabilitySubsetFeaturesKHR>();                                  }
+const VkPhysicalDevicePresentIdFeaturesKHR&                                                    getPresentIdFeatures                                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePresentIdFeaturesKHR>();                                                  }
+const VkPhysicalDevicePresentWaitFeaturesKHR&                                          getPresentWaitFeatures                                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePresentWaitFeaturesKHR>();                                                }
+const VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT&         getPrimitiveTopologyListRestartFeaturesEXT      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT>();               }
+const VkPhysicalDevicePrivateDataFeatures&                                                     getPrivateDataFeatures                                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDevicePrivateDataFeatures>();                                                   }
+const VkPhysicalDeviceProtectedMemoryFeatures&                                         getProtectedMemoryFeatures                                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceProtectedMemoryFeatures>();                                               }
+const VkPhysicalDeviceProvokingVertexFeaturesEXT&                                      getProvokingVertexFeaturesEXT                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceProvokingVertexFeaturesEXT>();                                    }
+const VkPhysicalDeviceRayQueryFeaturesKHR&                                                     getRayQueryFeatures                                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayQueryFeaturesKHR>();                                                   }
+const VkPhysicalDeviceRayTracingMotionBlurFeaturesNV&                          getRayTracingMotionBlurFeatures                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayTracingMotionBlurFeaturesNV>();                                }
+const VkPhysicalDeviceRayTracingPipelineFeaturesKHR&                           getRayTracingPipelineFeatures                           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRayTracingPipelineFeaturesKHR>();                                 }
+const VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV&                    getRepresentativeFragmentTestFeatures           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRepresentativeFragmentTestFeaturesNV>();                  }
+const VkPhysicalDeviceRobustness2FeaturesEXT&                                          getRobustness2FeaturesEXT                                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceRobustness2FeaturesEXT>();                                                }
+const VkPhysicalDeviceSamplerYcbcrConversionFeatures&                          getSamplerYcbcrConversionFeatures                       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSamplerYcbcrConversionFeatures>();                                }
+const VkPhysicalDeviceScalarBlockLayoutFeatures&                                       getScalarBlockLayoutFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceScalarBlockLayoutFeatures>();                                             }
+const VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures&                     getSeparateDepthStencilLayoutsFeatures          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures>();                   }
+const VkPhysicalDeviceShaderAtomicFloatFeaturesEXT&                                    getShaderAtomicFloatFeaturesEXT                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicFloatFeaturesEXT>();                                  }
+const VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT&                           getShaderAtomicFloat2FeaturesEXT                        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT>();                                 }
+const VkPhysicalDeviceShaderAtomicInt64Features&                                       getShaderAtomicInt64Features                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderAtomicInt64Features>();                                             }
+const VkPhysicalDeviceShaderClockFeaturesKHR&                                          getShaderClockFeatures                                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderClockFeaturesKHR>();                                                }
+const VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures&          getShaderDemoteToHelperInvocationFeatures       (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures>();                }
+const VkPhysicalDeviceShaderDrawParametersFeatures&                                    getShaderDrawParametersFeatures                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderDrawParametersFeatures>();                                  }
+const VkPhysicalDeviceShaderFloat16Int8Features&                                       getShaderFloat16Int8Features                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderFloat16Int8Features>();                                             }
+const VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT&                       getShaderImageAtomicInt64FeaturesEXT            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT>();                             }
+const VkPhysicalDeviceShaderImageFootprintFeaturesNV&                          getShaderImageFootprintFeatures                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderImageFootprintFeaturesNV>();                                }
+const VkPhysicalDeviceShaderIntegerDotProductFeatures&                         getShaderIntegerDotProductFeatures                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderIntegerDotProductFeatures>();                               }
+const VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL&                    getShaderIntegerFunctions2FeaturesINTEL         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL>();                  }
+const VkPhysicalDeviceShaderSMBuiltinsFeaturesNV&                                      getShaderSMBuiltinsFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSMBuiltinsFeaturesNV>();                                    }
+const VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures&                     getShaderSubgroupExtendedTypesFeatures          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures>();                   }
+const VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR&     getShaderSubgroupUniformControlFlowFeatures     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR>();   }
+const VkPhysicalDeviceShaderTerminateInvocationFeatures&                       getShaderTerminateInvocationFeatures            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShaderTerminateInvocationFeatures>();                             }
+const VkPhysicalDeviceShadingRateImageFeaturesNV&                                      getShadingRateImageFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceShadingRateImageFeaturesNV>();                                    }
+const VkPhysicalDeviceSubgroupSizeControlFeatures&                                     getSubgroupSizeControlFeatures                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSubgroupSizeControlFeatures>();                                   }
+const VkPhysicalDeviceSubpassShadingFeaturesHUAWEI&                                    getSubpassShadingFeaturesHUAWEI                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSubpassShadingFeaturesHUAWEI>();                                  }
+const VkPhysicalDeviceSynchronization2Features&                                                getSynchronization2Features                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceSynchronization2Features>();                                              }
+const VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT&                         getTexelBufferAlignmentFeaturesEXT                      (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT>();                               }
+const VkPhysicalDeviceTextureCompressionASTCHDRFeatures&                       getTextureCompressionASTCHDRFeatures            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTextureCompressionASTCHDRFeatures>();                             }
+const VkPhysicalDeviceTimelineSemaphoreFeatures&                                       getTimelineSemaphoreFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTimelineSemaphoreFeatures>();                                             }
+const VkPhysicalDeviceTransformFeedbackFeaturesEXT&                                    getTransformFeedbackFeaturesEXT                         (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceTransformFeedbackFeaturesEXT>();                                  }
+const VkPhysicalDeviceUniformBufferStandardLayoutFeatures&                     getUniformBufferStandardLayoutFeatures          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceUniformBufferStandardLayoutFeatures>();                   }
+const VkPhysicalDeviceVariablePointersFeatures&                                                getVariablePointersFeatures                                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVariablePointersFeatures>();                                              }
+const VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT&                       getVertexAttributeDivisorFeaturesEXT            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT>();                             }
+const VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT&                      getVertexInputDynamicStateFeaturesEXT           (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT>();                    }
+const VkPhysicalDeviceVulkanMemoryModelFeatures&                                       getVulkanMemoryModelFeatures                            (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceVulkanMemoryModelFeatures>();                                             }
+const VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR&                getWorkgroupMemoryExplicitLayoutFeatures        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR>();              }
+const VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT&                                getYcbcr2Plane444FormatsFeaturesEXT                     (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>();                              }
+const VkPhysicalDeviceYcbcrImageArraysFeaturesEXT&                                     getYcbcrImageArraysFeaturesEXT                          (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceYcbcrImageArraysFeaturesEXT>();                                   }
+const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures&           getZeroInitializeWorkgroupMemoryFeatures        (void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures>();                 }
index b1d9cb0..9a1cbda 100644 (file)
@@ -151,6 +151,42 @@ SignalSemaphoreFunc                                                                        signalSemaphore;
 GetBufferDeviceAddressFunc                                                     getBufferDeviceAddress;
 GetBufferOpaqueCaptureAddressFunc                                      getBufferOpaqueCaptureAddress;
 GetDeviceMemoryOpaqueCaptureAddressFunc                                getDeviceMemoryOpaqueCaptureAddress;
+CreatePrivateDataSlotFunc                                                      createPrivateDataSlot;
+DestroyPrivateDataSlotFunc                                                     destroyPrivateDataSlot;
+SetPrivateDataFunc                                                                     setPrivateData;
+GetPrivateDataFunc                                                                     getPrivateData;
+CmdSetEvent2Func                                                                       cmdSetEvent2;
+CmdResetEvent2Func                                                                     cmdResetEvent2;
+CmdWaitEvents2Func                                                                     cmdWaitEvents2;
+CmdPipelineBarrier2Func                                                                cmdPipelineBarrier2;
+CmdWriteTimestamp2Func                                                         cmdWriteTimestamp2;
+QueueSubmit2Func                                                                       queueSubmit2;
+CmdCopyBuffer2Func                                                                     cmdCopyBuffer2;
+CmdCopyImage2Func                                                                      cmdCopyImage2;
+CmdCopyBufferToImage2Func                                                      cmdCopyBufferToImage2;
+CmdCopyImageToBuffer2Func                                                      cmdCopyImageToBuffer2;
+CmdBlitImage2Func                                                                      cmdBlitImage2;
+CmdResolveImage2Func                                                           cmdResolveImage2;
+CmdBeginRenderingFunc                                                          cmdBeginRendering;
+CmdEndRenderingFunc                                                                    cmdEndRendering;
+CmdSetCullModeFunc                                                                     cmdSetCullMode;
+CmdSetFrontFaceFunc                                                                    cmdSetFrontFace;
+CmdSetPrimitiveTopologyFunc                                                    cmdSetPrimitiveTopology;
+CmdSetViewportWithCountFunc                                                    cmdSetViewportWithCount;
+CmdSetScissorWithCountFunc                                                     cmdSetScissorWithCount;
+CmdBindVertexBuffers2Func                                                      cmdBindVertexBuffers2;
+CmdSetDepthTestEnableFunc                                                      cmdSetDepthTestEnable;
+CmdSetDepthWriteEnableFunc                                                     cmdSetDepthWriteEnable;
+CmdSetDepthCompareOpFunc                                                       cmdSetDepthCompareOp;
+CmdSetDepthBoundsTestEnableFunc                                                cmdSetDepthBoundsTestEnable;
+CmdSetStencilTestEnableFunc                                                    cmdSetStencilTestEnable;
+CmdSetStencilOpFunc                                                                    cmdSetStencilOp;
+CmdSetRasterizerDiscardEnableFunc                                      cmdSetRasterizerDiscardEnable;
+CmdSetDepthBiasEnableFunc                                                      cmdSetDepthBiasEnable;
+CmdSetPrimitiveRestartEnableFunc                                       cmdSetPrimitiveRestartEnable;
+GetDeviceBufferMemoryRequirementsFunc                          getDeviceBufferMemoryRequirements;
+GetDeviceImageMemoryRequirementsFunc                           getDeviceImageMemoryRequirements;
+GetDeviceImageSparseMemoryRequirementsFunc                     getDeviceImageSparseMemoryRequirements;
 CreateSwapchainKHRFunc                                                         createSwapchainKHR;
 DestroySwapchainKHRFunc                                                                destroySwapchainKHR;
 GetSwapchainImagesKHRFunc                                                      getSwapchainImagesKHR;
@@ -160,8 +196,6 @@ GetDeviceGroupPresentCapabilitiesKHRFunc                    getDeviceGroupPresentCapabilitiesKHR;
 GetDeviceGroupSurfacePresentModesKHRFunc                       getDeviceGroupSurfacePresentModesKHR;
 AcquireNextImage2KHRFunc                                                       acquireNextImage2KHR;
 CreateSharedSwapchainsKHRFunc                                          createSharedSwapchainsKHR;
-CmdBeginRenderingKHRFunc                                                       cmdBeginRenderingKHR;
-CmdEndRenderingKHRFunc                                                         cmdEndRenderingKHR;
 GetMemoryFdKHRFunc                                                                     getMemoryFdKHR;
 GetMemoryFdPropertiesKHRFunc                                           getMemoryFdPropertiesKHR;
 ImportSemaphoreFdKHRFunc                                                       importSemaphoreFdKHR;
@@ -183,23 +217,8 @@ DeferredOperationJoinKHRFunc                                               deferredOperationJoinKHR;
 GetPipelineExecutablePropertiesKHRFunc                         getPipelineExecutablePropertiesKHR;
 GetPipelineExecutableStatisticsKHRFunc                         getPipelineExecutableStatisticsKHR;
 GetPipelineExecutableInternalRepresentationsKHRFunc    getPipelineExecutableInternalRepresentationsKHR;
-CmdSetEvent2KHRFunc                                                                    cmdSetEvent2KHR;
-CmdResetEvent2KHRFunc                                                          cmdResetEvent2KHR;
-CmdWaitEvents2KHRFunc                                                          cmdWaitEvents2KHR;
-CmdPipelineBarrier2KHRFunc                                                     cmdPipelineBarrier2KHR;
-CmdWriteTimestamp2KHRFunc                                                      cmdWriteTimestamp2KHR;
-QueueSubmit2KHRFunc                                                                    queueSubmit2KHR;
 CmdWriteBufferMarker2AMDFunc                                           cmdWriteBufferMarker2AMD;
 GetQueueCheckpointData2NVFunc                                          getQueueCheckpointData2NV;
-CmdCopyBuffer2KHRFunc                                                          cmdCopyBuffer2KHR;
-CmdCopyImage2KHRFunc                                                           cmdCopyImage2KHR;
-CmdCopyBufferToImage2KHRFunc                                           cmdCopyBufferToImage2KHR;
-CmdCopyImageToBuffer2KHRFunc                                           cmdCopyImageToBuffer2KHR;
-CmdBlitImage2KHRFunc                                                           cmdBlitImage2KHR;
-CmdResolveImage2KHRFunc                                                                cmdResolveImage2KHR;
-GetDeviceBufferMemoryRequirementsKHRFunc                       getDeviceBufferMemoryRequirementsKHR;
-GetDeviceImageMemoryRequirementsKHRFunc                                getDeviceImageMemoryRequirementsKHR;
-GetDeviceImageSparseMemoryRequirementsKHRFunc          getDeviceImageSparseMemoryRequirementsKHR;
 DebugMarkerSetObjectTagEXTFunc                                         debugMarkerSetObjectTagEXT;
 DebugMarkerSetObjectNameEXTFunc                                                debugMarkerSetObjectNameEXT;
 CmdDebugMarkerBeginEXTFunc                                                     cmdDebugMarkerBeginEXT;
@@ -283,28 +302,12 @@ GetPerformanceParameterINTELFunc                                  getPerformanceParameterINTEL;
 SetLocalDimmingAMDFunc                                                         setLocalDimmingAMD;
 GetBufferDeviceAddressEXTFunc                                          getBufferDeviceAddressEXT;
 CmdSetLineStippleEXTFunc                                                       cmdSetLineStippleEXT;
-CmdSetCullModeEXTFunc                                                          cmdSetCullModeEXT;
-CmdSetFrontFaceEXTFunc                                                         cmdSetFrontFaceEXT;
-CmdSetPrimitiveTopologyEXTFunc                                         cmdSetPrimitiveTopologyEXT;
-CmdSetViewportWithCountEXTFunc                                         cmdSetViewportWithCountEXT;
-CmdSetScissorWithCountEXTFunc                                          cmdSetScissorWithCountEXT;
-CmdBindVertexBuffers2EXTFunc                                           cmdBindVertexBuffers2EXT;
-CmdSetDepthTestEnableEXTFunc                                           cmdSetDepthTestEnableEXT;
-CmdSetDepthWriteEnableEXTFunc                                          cmdSetDepthWriteEnableEXT;
-CmdSetDepthCompareOpEXTFunc                                                    cmdSetDepthCompareOpEXT;
-CmdSetDepthBoundsTestEnableEXTFunc                                     cmdSetDepthBoundsTestEnableEXT;
-CmdSetStencilTestEnableEXTFunc                                         cmdSetStencilTestEnableEXT;
-CmdSetStencilOpEXTFunc                                                         cmdSetStencilOpEXT;
 GetGeneratedCommandsMemoryRequirementsNVFunc           getGeneratedCommandsMemoryRequirementsNV;
 CmdPreprocessGeneratedCommandsNVFunc                           cmdPreprocessGeneratedCommandsNV;
 CmdExecuteGeneratedCommandsNVFunc                                      cmdExecuteGeneratedCommandsNV;
 CmdBindPipelineShaderGroupNVFunc                                       cmdBindPipelineShaderGroupNV;
 CreateIndirectCommandsLayoutNVFunc                                     createIndirectCommandsLayoutNV;
 DestroyIndirectCommandsLayoutNVFunc                                    destroyIndirectCommandsLayoutNV;
-CreatePrivateDataSlotEXTFunc                                           createPrivateDataSlotEXT;
-DestroyPrivateDataSlotEXTFunc                                          destroyPrivateDataSlotEXT;
-SetPrivateDataEXTFunc                                                          setPrivateDataEXT;
-GetPrivateDataEXTFunc                                                          getPrivateDataEXT;
 CmdSetFragmentShadingRateEnumNVFunc                                    cmdSetFragmentShadingRateEnumNV;
 CmdSetVertexInputEXTFunc                                                       cmdSetVertexInputEXT;
 GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEIFunc      getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI;
@@ -319,6 +322,7 @@ CmdSetPrimitiveRestartEnableEXTFunc                                 cmdSetPrimitiveRestartEnableEXT;
 CmdSetColorWriteEnableEXTFunc                                          cmdSetColorWriteEnableEXT;
 CmdDrawMultiEXTFunc                                                                    cmdDrawMultiEXT;
 CmdDrawMultiIndexedEXTFunc                                                     cmdDrawMultiIndexedEXT;
+SetDeviceMemoryPriorityEXTFunc                                         setDeviceMemoryPriorityEXT;
 CreateAccelerationStructureKHRFunc                                     createAccelerationStructureKHR;
 DestroyAccelerationStructureKHRFunc                                    destroyAccelerationStructureKHR;
 CmdBuildAccelerationStructuresKHRFunc                          cmdBuildAccelerationStructuresKHR;
index 903e072..4c7191d 100644 (file)
@@ -35,6 +35,7 @@ DeviceProperties::DeviceProperties    (const InstanceInterface&                       vki,
        m_coreProperties2               = initVulkanStructure();
        m_vulkan11Properties    = initVulkanStructure();
        m_vulkan12Properties    = initVulkanStructure();
+       m_vulkan13Properties    = initVulkanStructure();
 
        if (isInstanceExtensionSupported(apiVersion, instanceExtensions, "VK_KHR_get_physical_device_properties2"))
        {
@@ -42,8 +43,9 @@ DeviceProperties::DeviceProperties    (const InstanceInterface&                       vki,
                void**                                                                          nextPtr                                         = &m_coreProperties2.pNext;
                std::vector<PropertyStructWrapperBase*>         propertiesToFillFromBlob;
                std::vector<PropertyStructWrapperBase*>         propertiesAddedWithVK;
-               bool                                                                            vk11Supported                           = (apiVersion >= VK_MAKE_VERSION(1, 1, 0));
-               bool                                                                            vk12Supported                           = (apiVersion >= VK_MAKE_VERSION(1, 2, 0));
+               bool                                                                            vk11Supported                           = (apiVersion >= VK_API_VERSION_1_1);
+               bool                                                                            vk12Supported                           = (apiVersion >= VK_API_VERSION_1_2);
+               bool                                                                            vk13Supported                           = (apiVersion >= VK_API_VERSION_1_3);
 
                // there are 3 properies structures that were added with vk11 (without being first part of extension)
                if (vk11Supported)
@@ -64,12 +66,15 @@ DeviceProperties::DeviceProperties  (const InstanceInterface&                       vki,
                        }
                }
 
-               // in vk12 we have blob structures combining properties of couple previously
-               // available property structures, that now in vk12 must be removed from chain
+               // since vk12 we have blob structures combining properties of couple previously
+               // available property structures, that now in vk12 and above must be removed from chain
                if (vk12Supported)
                {
                        addToChainVulkanStructure(&nextPtr, m_vulkan11Properties);
                        addToChainVulkanStructure(&nextPtr, m_vulkan12Properties);
+
+                       if (vk13Supported)
+                               addToChainVulkanStructure(&nextPtr, m_vulkan13Properties);
                }
 
                // iterate over data for all property that are defined in specification
@@ -88,7 +93,11 @@ DeviceProperties::DeviceProperties   (const InstanceInterface&                       vki,
                                // we dont add it to the chain but store and fill later from blob data
                                bool propertyFilledFromBlob = false;
                                if (vk12Supported)
-                                       propertyFilledFromBlob = isPartOfBlobProperties(p->getPropertyDesc().sType);
+                               {
+                                       deUint32 blobApiVersion = getBlobPropertiesVersion(p->getPropertyDesc().sType);
+                                       if (blobApiVersion)
+                                               propertyFilledFromBlob = (apiVersion >= blobApiVersion);
+                               }
 
                                if (propertyFilledFromBlob)
                                        propertiesToFillFromBlob.push_back(p);
@@ -103,13 +112,14 @@ DeviceProperties::DeviceProperties        (const InstanceInterface&                       vki,
 
                vki.getPhysicalDeviceProperties2(physicalDevice, &m_coreProperties2);
 
-               // fill data from VkPhysicalDeviceVulkan1{1,2}Properties
+               // fill data from VkPhysicalDeviceVulkan1{1,2,3}Properties
                if (vk12Supported)
                {
                        AllPropertiesBlobs allBlobs =
                        {
                                m_vulkan11Properties,
                                m_vulkan12Properties,
+                               m_vulkan13Properties,
                                // add blobs from future vulkan versions here
                        };
 
index 0f8ed13..6af0396 100644 (file)
@@ -48,6 +48,7 @@ struct AllPropertiesBlobs
 {
        VkPhysicalDeviceVulkan11Properties& vk11;
        VkPhysicalDeviceVulkan12Properties& vk12;
+       VkPhysicalDeviceVulkan13Properties& vk13;
        // add blobs from future vulkan versions here
 };
 
@@ -105,6 +106,7 @@ public:
        const VkPhysicalDeviceProperties2&                      getCoreProperties2                      (void) const { return m_coreProperties2; }
        const VkPhysicalDeviceVulkan11Properties&       getVulkan11Properties           (void) const { return m_vulkan11Properties; }
        const VkPhysicalDeviceVulkan12Properties&       getVulkan12Properties           (void) const { return m_vulkan12Properties; }
+       const VkPhysicalDeviceVulkan13Properties&       getVulkan13Properties           (void) const { return m_vulkan13Properties; }
 
        bool                                                                            contains                                        (const std::string& property, bool throwIfNotExists = false) const;
 
@@ -120,6 +122,7 @@ private:
        mutable std::vector<PropertyStructWrapperBase*> m_properties;
        VkPhysicalDeviceVulkan11Properties                              m_vulkan11Properties;
        VkPhysicalDeviceVulkan12Properties                              m_vulkan12Properties;
+       VkPhysicalDeviceVulkan13Properties                              m_vulkan13Properties;
 };
 
 template<class PropertyType>
index 1c22f19..b654a5e 100644 (file)
@@ -157,23 +157,80 @@ template<> void initPropertyFromBlob<VkPhysicalDeviceTimelineSemaphoreProperties
 {
        propertyType.maxTimelineSemaphoreValueDifference = allPropertiesBlobs.vk12.maxTimelineSemaphoreValueDifference;
 }
+template<> void initPropertyFromBlob<VkPhysicalDeviceSubgroupSizeControlProperties>(VkPhysicalDeviceSubgroupSizeControlProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs)
+{
+       propertyType.minSubgroupSize = allPropertiesBlobs.vk13.minSubgroupSize;
+       propertyType.maxSubgroupSize = allPropertiesBlobs.vk13.maxSubgroupSize;
+       propertyType.maxComputeWorkgroupSubgroups = allPropertiesBlobs.vk13.maxComputeWorkgroupSubgroups;
+       propertyType.requiredSubgroupSizeStages = allPropertiesBlobs.vk13.requiredSubgroupSizeStages;
+}
+template<> void initPropertyFromBlob<VkPhysicalDeviceInlineUniformBlockProperties>(VkPhysicalDeviceInlineUniformBlockProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs)
+{
+       propertyType.maxInlineUniformBlockSize = allPropertiesBlobs.vk13.maxInlineUniformBlockSize;
+       propertyType.maxPerStageDescriptorInlineUniformBlocks = allPropertiesBlobs.vk13.maxPerStageDescriptorInlineUniformBlocks;
+       propertyType.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = allPropertiesBlobs.vk13.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+       propertyType.maxDescriptorSetInlineUniformBlocks = allPropertiesBlobs.vk13.maxDescriptorSetInlineUniformBlocks;
+       propertyType.maxDescriptorSetUpdateAfterBindInlineUniformBlocks = allPropertiesBlobs.vk13.maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+}
+template<> void initPropertyFromBlob<VkPhysicalDeviceShaderIntegerDotProductProperties>(VkPhysicalDeviceShaderIntegerDotProductProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs)
+{
+       propertyType.integerDotProduct8BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct8BitUnsignedAccelerated;
+       propertyType.integerDotProduct8BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct8BitSignedAccelerated;
+       propertyType.integerDotProduct8BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProduct8BitMixedSignednessAccelerated;
+       propertyType.integerDotProduct4x8BitPackedUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct4x8BitPackedUnsignedAccelerated;
+       propertyType.integerDotProduct4x8BitPackedSignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct4x8BitPackedSignedAccelerated;
+       propertyType.integerDotProduct4x8BitPackedMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+       propertyType.integerDotProduct16BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct16BitUnsignedAccelerated;
+       propertyType.integerDotProduct16BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct16BitSignedAccelerated;
+       propertyType.integerDotProduct16BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProduct16BitMixedSignednessAccelerated;
+       propertyType.integerDotProduct32BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct32BitUnsignedAccelerated;
+       propertyType.integerDotProduct32BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct32BitSignedAccelerated;
+       propertyType.integerDotProduct32BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProduct32BitMixedSignednessAccelerated;
+       propertyType.integerDotProduct64BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct64BitUnsignedAccelerated;
+       propertyType.integerDotProduct64BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProduct64BitSignedAccelerated;
+       propertyType.integerDotProduct64BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProduct64BitMixedSignednessAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating8BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating16BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating32BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating64BitSignedAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+       propertyType.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = allPropertiesBlobs.vk13.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+}
+template<> void initPropertyFromBlob<VkPhysicalDeviceTexelBufferAlignmentProperties>(VkPhysicalDeviceTexelBufferAlignmentProperties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs)
+{
+       propertyType.storageTexelBufferOffsetAlignmentBytes = allPropertiesBlobs.vk13.storageTexelBufferOffsetAlignmentBytes;
+       propertyType.storageTexelBufferOffsetSingleTexelAlignment = allPropertiesBlobs.vk13.storageTexelBufferOffsetSingleTexelAlignment;
+       propertyType.uniformTexelBufferOffsetAlignmentBytes = allPropertiesBlobs.vk13.uniformTexelBufferOffsetAlignmentBytes;
+       propertyType.uniformTexelBufferOffsetSingleTexelAlignment = allPropertiesBlobs.vk13.uniformTexelBufferOffsetSingleTexelAlignment;
+}
+template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance4Properties>(VkPhysicalDeviceMaintenance4Properties& propertyType, const AllPropertiesBlobs& allPropertiesBlobs)
+{
+       propertyType.maxBufferSize = allPropertiesBlobs.vk13.maxBufferSize;
+}
 
 // generic template is not enough for some compilers
 template<> void initPropertyFromBlob<VkPhysicalDeviceMemoryProperties>(VkPhysicalDeviceMemoryProperties&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceSparseProperties>(VkPhysicalDeviceSparseProperties&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceGroupProperties>(VkPhysicalDeviceGroupProperties&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceMemoryProperties2>(VkPhysicalDeviceMemoryProperties2&, const AllPropertiesBlobs&) {}
+template<> void initPropertyFromBlob<VkPhysicalDeviceToolProperties>(VkPhysicalDeviceToolProperties&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDevicePushDescriptorPropertiesKHR>(VkPhysicalDevicePushDescriptorPropertiesKHR&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDevicePerformanceQueryPropertiesKHR>(VkPhysicalDevicePerformanceQueryPropertiesKHR&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceFragmentShadingRatePropertiesKHR>(VkPhysicalDeviceFragmentShadingRatePropertiesKHR&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR>(VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR>(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceMaintenance4PropertiesKHR>(VkPhysicalDeviceMaintenance4PropertiesKHR&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceTransformFeedbackPropertiesEXT>(VkPhysicalDeviceTransformFeedbackPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX>(VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceDiscardRectanglePropertiesEXT>(VkPhysicalDeviceDiscardRectanglePropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceConservativeRasterizationPropertiesEXT>(VkPhysicalDeviceConservativeRasterizationPropertiesEXT&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceInlineUniformBlockPropertiesEXT>(VkPhysicalDeviceInlineUniformBlockPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceSampleLocationsPropertiesEXT>(VkPhysicalDeviceSampleLocationsPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT>(VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceShaderSMBuiltinsPropertiesNV>(VkPhysicalDeviceShaderSMBuiltinsPropertiesNV&, const AllPropertiesBlobs&) {}
@@ -185,15 +242,12 @@ template<> void initPropertyFromBlob<VkPhysicalDeviceVertexAttributeDivisorPrope
 template<> void initPropertyFromBlob<VkPhysicalDeviceMeshShaderPropertiesNV>(VkPhysicalDeviceMeshShaderPropertiesNV&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDevicePCIBusInfoPropertiesEXT>(VkPhysicalDevicePCIBusInfoPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceFragmentDensityMapPropertiesEXT>(VkPhysicalDeviceFragmentDensityMapPropertiesEXT&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceSubgroupSizeControlPropertiesEXT>(VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceShaderCoreProperties2AMD>(VkPhysicalDeviceShaderCoreProperties2AMD&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceMemoryBudgetPropertiesEXT>(VkPhysicalDeviceMemoryBudgetPropertiesEXT&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceToolPropertiesEXT>(VkPhysicalDeviceToolPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceCooperativeMatrixPropertiesNV>(VkPhysicalDeviceCooperativeMatrixPropertiesNV&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceProvokingVertexPropertiesEXT>(VkPhysicalDeviceProvokingVertexPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceLineRasterizationPropertiesEXT>(VkPhysicalDeviceLineRasterizationPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV>(VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV&, const AllPropertiesBlobs&) {}
-template<> void initPropertyFromBlob<VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT>(VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceRobustness2PropertiesEXT>(VkPhysicalDeviceRobustness2PropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceCustomBorderColorPropertiesEXT>(VkPhysicalDeviceCustomBorderColorPropertiesEXT&, const AllPropertiesBlobs&) {}
 template<> void initPropertyFromBlob<VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV>(VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV&, const AllPropertiesBlobs&) {}
@@ -224,10 +278,10 @@ template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceFragmentDensityMap2Prop
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceFragmentShadingRatePropertiesKHR>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR, VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME, VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION, 33}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION, 32}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceIDProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES, VK_KHR_PRESENT_ID_EXTENSION_NAME, VK_KHR_PRESENT_ID_SPEC_VERSION, 31}; }
-template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceInlineUniformBlockPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION, 30}; }
+template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceInlineUniformBlockProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION, 30}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceLineRasterizationPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LINE_RASTERIZATION_PROPERTIES_EXT, VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME, VK_EXT_LINE_RASTERIZATION_SPEC_VERSION, 29}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMaintenance3Properties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES, VK_KHR_MAINTENANCE3_EXTENSION_NAME, VK_KHR_MAINTENANCE3_SPEC_VERSION, 28}; }
-template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMaintenance4PropertiesKHR>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION, 27}; }
+template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMaintenance4Properties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION, 27}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMeshShaderPropertiesNV>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV, VK_NV_MESH_SHADER_EXTENSION_NAME, VK_NV_MESH_SHADER_SPEC_VERSION, 26}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMultiviewProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES, VK_KHR_MULTIVIEW_EXTENSION_NAME, VK_KHR_MULTIVIEW_SPEC_VERSION, 25}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PER_VIEW_ATTRIBUTES_PROPERTIES_NVX, VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME, VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION, 24}; }
@@ -245,12 +299,12 @@ template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSamplerFilterMinmaxProp
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSampleLocationsPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLE_LOCATIONS_PROPERTIES_EXT, VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME, VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION, 12}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceShaderCorePropertiesAMD>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_AMD, VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME, VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION, 11}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceShaderCoreProperties2AMD>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD, VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME, VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION, 10}; }
-template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION, 9}; }
+template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceShaderIntegerDotProductProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION, 9}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceShadingRateImagePropertiesNV>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADING_RATE_IMAGE_PROPERTIES_NV, VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME, VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION, 8}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSubgroupProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES, DECL_SUBGROUP_EXTENSION_NAME, 0, 7}; }
-template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSubgroupSizeControlPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION, 6}; }
+template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSubgroupSizeControlProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION, 6}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceSubpassShadingPropertiesHUAWEI>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBPASS_SHADING_PROPERTIES_HUAWEI, VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME, VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION, 5}; }
-template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION, 4}; }
+template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceTexelBufferAlignmentProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION, 4}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceTimelineSemaphoreProperties>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES, VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION, 3}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceTransformFeedbackPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TRANSFORM_FEEDBACK_PROPERTIES_EXT, VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME, VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION, 2}; }
 template<> PropertyDesc makePropertyDesc<VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT>(void) { return PropertyDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES_EXT, VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME, VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION, 1}; }
@@ -276,10 +330,10 @@ static const PropertyStructCreationData propertyStructCreationArray[] =
        { createPropertyStructWrapper<VkPhysicalDeviceFragmentShadingRatePropertiesKHR>, VK_KHR_FRAGMENT_SHADING_RATE_EXTENSION_NAME, VK_KHR_FRAGMENT_SHADING_RATE_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV>, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_EXTENSION_NAME, VK_NV_FRAGMENT_SHADING_RATE_ENUMS_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceIDProperties>, VK_KHR_PRESENT_ID_EXTENSION_NAME, VK_KHR_PRESENT_ID_SPEC_VERSION },
-       { createPropertyStructWrapper<VkPhysicalDeviceInlineUniformBlockPropertiesEXT>, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION },
+       { createPropertyStructWrapper<VkPhysicalDeviceInlineUniformBlockProperties>, VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME, VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceLineRasterizationPropertiesEXT>, VK_EXT_LINE_RASTERIZATION_EXTENSION_NAME, VK_EXT_LINE_RASTERIZATION_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceMaintenance3Properties>, VK_KHR_MAINTENANCE3_EXTENSION_NAME, VK_KHR_MAINTENANCE3_SPEC_VERSION },
-       { createPropertyStructWrapper<VkPhysicalDeviceMaintenance4PropertiesKHR>, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION },
+       { createPropertyStructWrapper<VkPhysicalDeviceMaintenance4Properties>, VK_KHR_MAINTENANCE4_EXTENSION_NAME, VK_KHR_MAINTENANCE4_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceMeshShaderPropertiesNV>, VK_NV_MESH_SHADER_EXTENSION_NAME, VK_NV_MESH_SHADER_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceMultiviewProperties>, VK_KHR_MULTIVIEW_EXTENSION_NAME, VK_KHR_MULTIVIEW_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX>, VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_EXTENSION_NAME, VK_NVX_MULTIVIEW_PER_VIEW_ATTRIBUTES_SPEC_VERSION },
@@ -297,36 +351,47 @@ static const PropertyStructCreationData propertyStructCreationArray[] =
        { createPropertyStructWrapper<VkPhysicalDeviceSampleLocationsPropertiesEXT>, VK_EXT_SAMPLE_LOCATIONS_EXTENSION_NAME, VK_EXT_SAMPLE_LOCATIONS_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceShaderCorePropertiesAMD>, VK_AMD_SHADER_CORE_PROPERTIES_EXTENSION_NAME, VK_AMD_SHADER_CORE_PROPERTIES_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceShaderCoreProperties2AMD>, VK_AMD_SHADER_CORE_PROPERTIES_2_EXTENSION_NAME, VK_AMD_SHADER_CORE_PROPERTIES_2_SPEC_VERSION },
-       { createPropertyStructWrapper<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR>, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION },
+       { createPropertyStructWrapper<VkPhysicalDeviceShaderIntegerDotProductProperties>, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME, VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceShadingRateImagePropertiesNV>, VK_NV_SHADING_RATE_IMAGE_EXTENSION_NAME, VK_NV_SHADING_RATE_IMAGE_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceSubgroupProperties>, DECL_SUBGROUP_EXTENSION_NAME, 0 },
-       { createPropertyStructWrapper<VkPhysicalDeviceSubgroupSizeControlPropertiesEXT>, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION },
+       { createPropertyStructWrapper<VkPhysicalDeviceSubgroupSizeControlProperties>, VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME, VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceSubpassShadingPropertiesHUAWEI>, VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME, VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION },
-       { createPropertyStructWrapper<VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT>, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION },
+       { createPropertyStructWrapper<VkPhysicalDeviceTexelBufferAlignmentProperties>, VK_EXT_TEXEL_BUFFER_ALIGNMENT_EXTENSION_NAME, VK_EXT_TEXEL_BUFFER_ALIGNMENT_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceTimelineSemaphoreProperties>, VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME, VK_KHR_TIMELINE_SEMAPHORE_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceTransformFeedbackPropertiesEXT>, VK_EXT_TRANSFORM_FEEDBACK_EXTENSION_NAME, VK_EXT_TRANSFORM_FEEDBACK_SPEC_VERSION },
        { createPropertyStructWrapper<VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT>, VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_EXTENSION_NAME, VK_EXT_VERTEX_ATTRIBUTE_DIVISOR_SPEC_VERSION },
 };
 
-bool isPartOfBlobProperties (VkStructureType sType)
+deUint32 getBlobPropertiesVersion (VkStructureType sType)
 {
-       const std::vector<VkStructureType> sTypeVect =  {
+       const std::map<VkStructureType, deUint32> sTypeBlobMap
+       {
                // Vulkan11
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES,
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES,                                                      VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_3_PROPERTIES,                           VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_PROPERTIES,                                       VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_POINT_CLIPPING_PROPERTIES,                          VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROTECTED_MEMORY_PROPERTIES,                        VK_API_VERSION_1_1 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_PROPERTIES,                                        VK_API_VERSION_1_1 },
                // Vulkan12
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES,
-               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES,
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES,           VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DESCRIPTOR_INDEXING_PROPERTIES,                     VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES,                                          VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES,                          VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES,           VK_API_VERSION_1_2 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TIMELINE_SEMAPHORE_PROPERTIES,                      VK_API_VERSION_1_2 },
+               // Vulkan13
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES,            VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES,                           VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES,      VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES,           VK_API_VERSION_1_3 },
+               { VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES,          VK_API_VERSION_1_3 },
        };
-       return de::contains(sTypeVect.begin(), sTypeVect.end(), sType);
+
+       auto it = sTypeBlobMap.find(sType);
+       if(it == sTypeBlobMap.end())
+               return 0;
+       return it->second;
 }
 
 } // vk
index 8ddd367..5d33b11 100644 (file)
@@ -19,10 +19,10 @@ const vk::VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&                 getFragmentDensity
 const vk::VkPhysicalDeviceFragmentShadingRatePropertiesKHR&                    getFragmentShadingRateProperties                        (void) const;
 const vk::VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV&                getFragmentShadingRateEnumsProperties           (void) const;
 const vk::VkPhysicalDeviceIDProperties&                                                                getIDProperties                                                         (void) const;
-const vk::VkPhysicalDeviceInlineUniformBlockPropertiesEXT&                     getInlineUniformBlockPropertiesEXT                      (void) const;
+const vk::VkPhysicalDeviceInlineUniformBlockProperties&                                getInlineUniformBlockProperties                         (void) const;
 const vk::VkPhysicalDeviceLineRasterizationPropertiesEXT&                      getLineRasterizationPropertiesEXT                       (void) const;
 const vk::VkPhysicalDeviceMaintenance3Properties&                                      getMaintenance3Properties                                       (void) const;
-const vk::VkPhysicalDeviceMaintenance4PropertiesKHR&                           getMaintenance4Properties                                       (void) const;
+const vk::VkPhysicalDeviceMaintenance4Properties&                                      getMaintenance4Properties                                       (void) const;
 const vk::VkPhysicalDeviceMeshShaderPropertiesNV&                                      getMeshShaderProperties                                         (void) const;
 const vk::VkPhysicalDeviceMultiviewProperties&                                         getMultiviewProperties                                          (void) const;
 const vk::VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX&     getMultiviewPerViewAttributesPropertiesX        (void) const;
@@ -40,12 +40,12 @@ const vk::VkPhysicalDeviceSamplerFilterMinmaxProperties&                    getSamplerFilterMinma
 const vk::VkPhysicalDeviceSampleLocationsPropertiesEXT&                                getSampleLocationsPropertiesEXT                         (void) const;
 const vk::VkPhysicalDeviceShaderCorePropertiesAMD&                                     getShaderCorePropertiesAMD                                      (void) const;
 const vk::VkPhysicalDeviceShaderCoreProperties2AMD&                                    getShaderCoreProperties2AMD                                     (void) const;
-const vk::VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR&                getShaderIntegerDotProductProperties            (void) const;
+const vk::VkPhysicalDeviceShaderIntegerDotProductProperties&           getShaderIntegerDotProductProperties            (void) const;
 const vk::VkPhysicalDeviceShadingRateImagePropertiesNV&                                getShadingRateImageProperties                           (void) const;
 const vk::VkPhysicalDeviceSubgroupProperties&                                          getSubgroupProperties                                           (void) const;
-const vk::VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&                    getSubgroupSizeControlPropertiesEXT                     (void) const;
+const vk::VkPhysicalDeviceSubgroupSizeControlProperties&                       getSubgroupSizeControlProperties                        (void) const;
 const vk::VkPhysicalDeviceSubpassShadingPropertiesHUAWEI&                      getSubpassShadingPropertiesHUAWEI                       (void) const;
-const vk::VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT&           getTexelBufferAlignmentPropertiesEXT            (void) const;
+const vk::VkPhysicalDeviceTexelBufferAlignmentProperties&                      getTexelBufferAlignmentProperties                       (void) const;
 const vk::VkPhysicalDeviceTimelineSemaphoreProperties&                         getTimelineSemaphoreProperties                          (void) const;
 const vk::VkPhysicalDeviceTransformFeedbackPropertiesEXT&                      getTransformFeedbackPropertiesEXT                       (void) const;
 const vk::VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT&         getVertexAttributeDivisorPropertiesEXT          (void) const;
index 3decabc..f455953 100644 (file)
@@ -19,10 +19,10 @@ const vk::VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&                 Context::getFragme
 const vk::VkPhysicalDeviceFragmentShadingRatePropertiesKHR&                    Context::getFragmentShadingRateProperties                       (void) const { return m_device->getFragmentShadingRateProperties();                             }
 const vk::VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV&                Context::getFragmentShadingRateEnumsProperties          (void) const { return m_device->getFragmentShadingRateEnumsProperties();                }
 const vk::VkPhysicalDeviceIDProperties&                                                                Context::getIDProperties                                                        (void) const { return m_device->getIDProperties();                                                              }
-const vk::VkPhysicalDeviceInlineUniformBlockPropertiesEXT&                     Context::getInlineUniformBlockPropertiesEXT                     (void) const { return m_device->getInlineUniformBlockPropertiesEXT();                   }
+const vk::VkPhysicalDeviceInlineUniformBlockProperties&                                Context::getInlineUniformBlockProperties                        (void) const { return m_device->getInlineUniformBlockProperties();                              }
 const vk::VkPhysicalDeviceLineRasterizationPropertiesEXT&                      Context::getLineRasterizationPropertiesEXT                      (void) const { return m_device->getLineRasterizationPropertiesEXT();                    }
 const vk::VkPhysicalDeviceMaintenance3Properties&                                      Context::getMaintenance3Properties                                      (void) const { return m_device->getMaintenance3Properties();                                    }
-const vk::VkPhysicalDeviceMaintenance4PropertiesKHR&                           Context::getMaintenance4Properties                                      (void) const { return m_device->getMaintenance4Properties();                                    }
+const vk::VkPhysicalDeviceMaintenance4Properties&                                      Context::getMaintenance4Properties                                      (void) const { return m_device->getMaintenance4Properties();                                    }
 const vk::VkPhysicalDeviceMeshShaderPropertiesNV&                                      Context::getMeshShaderProperties                                        (void) const { return m_device->getMeshShaderProperties();                                              }
 const vk::VkPhysicalDeviceMultiviewProperties&                                         Context::getMultiviewProperties                                         (void) const { return m_device->getMultiviewProperties();                                               }
 const vk::VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX&     Context::getMultiviewPerViewAttributesPropertiesX       (void) const { return m_device->getMultiviewPerViewAttributesPropertiesX();             }
@@ -40,12 +40,12 @@ const vk::VkPhysicalDeviceSamplerFilterMinmaxProperties&                    Context::getSamplerFi
 const vk::VkPhysicalDeviceSampleLocationsPropertiesEXT&                                Context::getSampleLocationsPropertiesEXT                        (void) const { return m_device->getSampleLocationsPropertiesEXT();                              }
 const vk::VkPhysicalDeviceShaderCorePropertiesAMD&                                     Context::getShaderCorePropertiesAMD                                     (void) const { return m_device->getShaderCorePropertiesAMD();                                   }
 const vk::VkPhysicalDeviceShaderCoreProperties2AMD&                                    Context::getShaderCoreProperties2AMD                            (void) const { return m_device->getShaderCoreProperties2AMD();                                  }
-const vk::VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR&                Context::getShaderIntegerDotProductProperties           (void) const { return m_device->getShaderIntegerDotProductProperties();                 }
+const vk::VkPhysicalDeviceShaderIntegerDotProductProperties&           Context::getShaderIntegerDotProductProperties           (void) const { return m_device->getShaderIntegerDotProductProperties();                 }
 const vk::VkPhysicalDeviceShadingRateImagePropertiesNV&                                Context::getShadingRateImageProperties                          (void) const { return m_device->getShadingRateImageProperties();                                }
 const vk::VkPhysicalDeviceSubgroupProperties&                                          Context::getSubgroupProperties                                          (void) const { return m_device->getSubgroupProperties();                                                }
-const vk::VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&                    Context::getSubgroupSizeControlPropertiesEXT            (void) const { return m_device->getSubgroupSizeControlPropertiesEXT();                  }
+const vk::VkPhysicalDeviceSubgroupSizeControlProperties&                       Context::getSubgroupSizeControlProperties                       (void) const { return m_device->getSubgroupSizeControlProperties();                             }
 const vk::VkPhysicalDeviceSubpassShadingPropertiesHUAWEI&                      Context::getSubpassShadingPropertiesHUAWEI                      (void) const { return m_device->getSubpassShadingPropertiesHUAWEI();                    }
-const vk::VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT&           Context::getTexelBufferAlignmentPropertiesEXT           (void) const { return m_device->getTexelBufferAlignmentPropertiesEXT();                 }
+const vk::VkPhysicalDeviceTexelBufferAlignmentProperties&                      Context::getTexelBufferAlignmentProperties                      (void) const { return m_device->getTexelBufferAlignmentProperties();                    }
 const vk::VkPhysicalDeviceTimelineSemaphoreProperties&                         Context::getTimelineSemaphoreProperties                         (void) const { return m_device->getTimelineSemaphoreProperties();                               }
 const vk::VkPhysicalDeviceTransformFeedbackPropertiesEXT&                      Context::getTransformFeedbackPropertiesEXT                      (void) const { return m_device->getTransformFeedbackPropertiesEXT();                    }
 const vk::VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT&         Context::getVertexAttributeDivisorPropertiesEXT         (void) const { return m_device->getVertexAttributeDivisorPropertiesEXT();               }
index 10ce0ac..f67b04a 100644 (file)
@@ -19,10 +19,10 @@ const VkPhysicalDeviceFragmentDensityMap2PropertiesEXT&                     getFragmentDensityMap2
 const VkPhysicalDeviceFragmentShadingRatePropertiesKHR&                        getFragmentShadingRateProperties                        (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceFragmentShadingRatePropertiesKHR>();                   }
 const VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV&            getFragmentShadingRateEnumsProperties           (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceFragmentShadingRateEnumsPropertiesNV>();               }
 const VkPhysicalDeviceIDProperties&                                                            getIDProperties                                                         (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceIDProperties>();                                                               }
-const VkPhysicalDeviceInlineUniformBlockPropertiesEXT&                 getInlineUniformBlockPropertiesEXT                      (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceInlineUniformBlockPropertiesEXT>();                    }
+const VkPhysicalDeviceInlineUniformBlockProperties&                            getInlineUniformBlockProperties                         (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceInlineUniformBlockProperties>();                               }
 const VkPhysicalDeviceLineRasterizationPropertiesEXT&                  getLineRasterizationPropertiesEXT                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceLineRasterizationPropertiesEXT>();                             }
 const VkPhysicalDeviceMaintenance3Properties&                                  getMaintenance3Properties                                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMaintenance3Properties>();                                             }
-const VkPhysicalDeviceMaintenance4PropertiesKHR&                               getMaintenance4Properties                                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMaintenance4PropertiesKHR>();                                  }
+const VkPhysicalDeviceMaintenance4Properties&                                  getMaintenance4Properties                                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMaintenance4Properties>();                                             }
 const VkPhysicalDeviceMeshShaderPropertiesNV&                                  getMeshShaderProperties                                         (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMeshShaderPropertiesNV>();                                             }
 const VkPhysicalDeviceMultiviewProperties&                                             getMultiviewProperties                                          (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMultiviewProperties>();                                                }
 const VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX& getMultiviewPerViewAttributesPropertiesX        (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceMultiviewPerViewAttributesPropertiesNVX>();    }
@@ -40,12 +40,12 @@ const VkPhysicalDeviceSamplerFilterMinmaxProperties&                        getSamplerFilterMinmaxPro
 const VkPhysicalDeviceSampleLocationsPropertiesEXT&                            getSampleLocationsPropertiesEXT                         (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceSampleLocationsPropertiesEXT>();                               }
 const VkPhysicalDeviceShaderCorePropertiesAMD&                                 getShaderCorePropertiesAMD                                      (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceShaderCorePropertiesAMD>();                                    }
 const VkPhysicalDeviceShaderCoreProperties2AMD&                                        getShaderCoreProperties2AMD                                     (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceShaderCoreProperties2AMD>();                                   }
-const VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR&            getShaderIntegerDotProductProperties            (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR>();               }
+const VkPhysicalDeviceShaderIntegerDotProductProperties&               getShaderIntegerDotProductProperties            (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceShaderIntegerDotProductProperties>();                  }
 const VkPhysicalDeviceShadingRateImagePropertiesNV&                            getShadingRateImageProperties                           (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceShadingRateImagePropertiesNV>();                               }
 const VkPhysicalDeviceSubgroupProperties&                                              getSubgroupProperties                                           (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceSubgroupProperties>();                                                 }
-const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&                        getSubgroupSizeControlPropertiesEXT                     (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceSubgroupSizeControlPropertiesEXT>();                   }
+const VkPhysicalDeviceSubgroupSizeControlProperties&                   getSubgroupSizeControlProperties                        (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceSubgroupSizeControlProperties>();                              }
 const VkPhysicalDeviceSubpassShadingPropertiesHUAWEI&                  getSubpassShadingPropertiesHUAWEI                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceSubpassShadingPropertiesHUAWEI>();                             }
-const VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT&               getTexelBufferAlignmentPropertiesEXT            (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT>();                  }
+const VkPhysicalDeviceTexelBufferAlignmentProperties&                  getTexelBufferAlignmentProperties                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceTexelBufferAlignmentProperties>();                             }
 const VkPhysicalDeviceTimelineSemaphoreProperties&                             getTimelineSemaphoreProperties                          (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceTimelineSemaphoreProperties>();                                }
 const VkPhysicalDeviceTransformFeedbackPropertiesEXT&                  getTransformFeedbackPropertiesEXT                       (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceTransformFeedbackPropertiesEXT>();                             }
 const VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT&             getVertexAttributeDivisorPropertiesEXT          (void) const { return m_deviceProperties.getPropertyType<VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT>();                }
index 583044b..d4f6f3e 100644 (file)
@@ -921,6 +921,10 @@ void getInstanceExtensionFunctions (uint32_t apiVersion, ::std::string extName,
        {
                return;
        }
+       if (extName == "VK_EXT_primitive_topology_list_restart")
+       {
+               return;
+       }
        if (extName == "VK_HUAWEI_subpass_shading")
        {
                return;
@@ -953,6 +957,10 @@ void getInstanceExtensionFunctions (uint32_t apiVersion, ::std::string extName,
        {
                return;
        }
+       if (extName == "VK_EXT_pageable_device_local_memory")
+       {
+               return;
+       }
        if (extName == "VK_KHR_acceleration_structure")
        {
                return;
@@ -2158,6 +2166,10 @@ void getDeviceExtensionFunctions (uint32_t apiVersion, ::std::string extName, ::
        {
                return;
        }
+       if (extName == "VK_EXT_primitive_topology_list_restart")
+       {
+               return;
+       }
        if (extName == "VK_HUAWEI_subpass_shading")
        {
                functions.push_back("vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI");
@@ -2202,6 +2214,11 @@ void getDeviceExtensionFunctions (uint32_t apiVersion, ::std::string extName, ::
        {
                return;
        }
+       if (extName == "VK_EXT_pageable_device_local_memory")
+       {
+               functions.push_back("vkSetDeviceMemoryPriorityEXT");
+               return;
+       }
        if (extName == "VK_KHR_acceleration_structure")
        {
                functions.push_back("vkCreateAccelerationStructureKHR");
@@ -2493,6 +2510,7 @@ void getDeviceExtensionFunctions (uint32_t apiVersion, ::std::string extName, ::
        "VK_EXT_extended_dynamic_state2",
        "VK_EXT_color_write_enable",
        "VK_EXT_multi_draw",
+       "VK_EXT_pageable_device_local_memory",
        "VK_KHR_acceleration_structure",
        "VK_KHR_ray_tracing_pipeline",
        "VK_ANDROID_external_memory_android_hardware_buffer",
index 477feb7..0018123 100644 (file)
@@ -179,6 +179,43 @@ typedef VKAPI_ATTR VkResult                                (VKAPI_CALL* SignalSemaphoreFunc)                                                                                                       (Vk
 typedef VKAPI_ATTR VkDeviceAddress             (VKAPI_CALL* GetBufferDeviceAddressFunc)                                                                                        (VkDevice device, const VkBufferDeviceAddressInfo* pInfo);
 typedef VKAPI_ATTR uint64_t                            (VKAPI_CALL* GetBufferOpaqueCaptureAddressFunc)                                                                         (VkDevice device, const VkBufferDeviceAddressInfo* pInfo);
 typedef VKAPI_ATTR uint64_t                            (VKAPI_CALL* GetDeviceMemoryOpaqueCaptureAddressFunc)                                                           (VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceToolPropertiesFunc)                                                                       (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreatePrivateDataSlotFunc)                                                                                         (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyPrivateDataSlotFunc)                                                                                        (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* SetPrivateDataFunc)                                                                                                        (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetPrivateDataFunc)                                                                                                        (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetEvent2Func)                                                                                                          (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResetEvent2Func)                                                                                                        (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWaitEvents2Func)                                                                                                        (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdPipelineBarrier2Func)                                                                                           (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWriteTimestamp2Func)                                                                                            (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* QueueSubmit2Func)                                                                                                          (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBuffer2Func)                                                                                                        (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImage2Func)                                                                                                         (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBufferToImage2Func)                                                                                         (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImageToBuffer2Func)                                                                                         (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBlitImage2Func)                                                                                                         (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResolveImage2Func)                                                                                                      (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBeginRenderingFunc)                                                                                                     (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdEndRenderingFunc)                                                                                                       (VkCommandBuffer commandBuffer);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetCullModeFunc)                                                                                                        (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetFrontFaceFunc)                                                                                                       (VkCommandBuffer commandBuffer, VkFrontFace frontFace);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetPrimitiveTopologyFunc)                                                                                       (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetViewportWithCountFunc)                                                                                       (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetScissorWithCountFunc)                                                                                        (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBindVertexBuffers2Func)                                                                                         (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetDepthTestEnableFunc)                                                                                         (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetDepthWriteEnableFunc)                                                                                        (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetDepthCompareOpFunc)                                                                                          (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetDepthBoundsTestEnableFunc)                                                                           (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetStencilTestEnableFunc)                                                                                       (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetStencilOpFunc)                                                                                                       (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetRasterizerDiscardEnableFunc)                                                                         (VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetDepthBiasEnableFunc)                                                                                         (VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetPrimitiveRestartEnableFunc)                                                                          (VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceBufferMemoryRequirementsFunc)                                                                     (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageMemoryRequirementsFunc)                                                                      (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageSparseMemoryRequirementsFunc)                                                        (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroySurfaceKHRFunc)                                                                                                     (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceSurfaceSupportKHRFunc)                                                            (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceSurfaceCapabilitiesKHRFunc)                                                       (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities);
@@ -271,23 +308,23 @@ typedef VKAPI_ATTR VkResult                               (VKAPI_CALL* DeferredOperationJoinKHRFunc)
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPipelineExecutablePropertiesKHRFunc)                                                            (VkDevice device, const VkPipelineInfoKHR* pPipelineInfo, uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPipelineExecutableStatisticsKHRFunc)                                                            (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pStatisticCount, VkPipelineExecutableStatisticKHR* pStatistics);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPipelineExecutableInternalRepresentationsKHRFunc)                                       (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetEvent2KHRFunc)                                                                                                       (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResetEvent2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR stageMask);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWaitEvents2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfos);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdPipelineBarrier2KHRFunc)                                                                                        (VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWriteTimestamp2KHRFunc)                                                                                         (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkQueryPool queryPool, uint32_t query);
-typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* QueueSubmit2KHRFunc)                                                                                                       (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2KHR* pSubmits, VkFence fence);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetEvent2KHRFunc)                                                                                                       (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResetEvent2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWaitEvents2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdPipelineBarrier2KHRFunc)                                                                                        (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWriteTimestamp2KHRFunc)                                                                                         (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* QueueSubmit2KHRFunc)                                                                                                       (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdWriteBufferMarker2AMDFunc)                                                                                      (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetQueueCheckpointData2NVFunc)                                                                                     (VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBuffer2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImage2KHRFunc)                                                                                                      (VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBufferToImage2KHRFunc)                                                                                      (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImageToBuffer2KHRFunc)                                                                                      (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBlitImage2KHRFunc)                                                                                                      (VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResolveImage2KHRFunc)                                                                                           (VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceBufferMemoryRequirementsKHRFunc)                                                          (VkDevice device, const VkDeviceBufferMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageMemoryRequirementsKHRFunc)                                                           (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageSparseMemoryRequirementsKHRFunc)                                                     (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBuffer2KHRFunc)                                                                                                     (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImage2KHRFunc)                                                                                                      (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyBufferToImage2KHRFunc)                                                                                      (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdCopyImageToBuffer2KHRFunc)                                                                                      (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBlitImage2KHRFunc)                                                                                                      (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdResolveImage2KHRFunc)                                                                                           (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceBufferMemoryRequirementsKHRFunc)                                                          (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageMemoryRequirementsKHRFunc)                                                           (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetDeviceImageSparseMemoryRequirementsKHRFunc)                                                     (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreateDebugReportCallbackEXTFunc)                                                                          (VkInstance instance, const VkDebugReportCallbackCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDebugReportCallbackEXT* pCallback);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyDebugReportCallbackEXTFunc)                                                                         (VkInstance instance, VkDebugReportCallbackEXT callback, const VkAllocationCallbacks* pAllocator);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* DebugReportMessageEXTFunc)                                                                                         (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
@@ -381,7 +418,7 @@ typedef VKAPI_ATTR VkResult                         (VKAPI_CALL* QueueSetPerformanceConfigurationINTE
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPerformanceParameterINTELFunc)                                                                          (VkDevice device, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL* pValue);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* SetLocalDimmingAMDFunc)                                                                                            (VkDevice device, VkSwapchainKHR swapChain, VkBool32 localDimmingEnable);
 typedef VKAPI_ATTR VkDeviceAddress             (VKAPI_CALL* GetBufferDeviceAddressEXTFunc)                                                                                     (VkDevice device, const VkBufferDeviceAddressInfo* pInfo);
-typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceToolPropertiesEXTFunc)                                                            (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceToolPropertiesEXTFunc)                                                            (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceCooperativeMatrixPropertiesNVFunc)                                        (VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNVFunc)       (VkPhysicalDevice physicalDevice, uint32_t* pCombinationCount, VkFramebufferMixedSamplesCombinationNV* pCombinations);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreateHeadlessSurfaceEXTFunc)                                                                                      (VkInstance instance, const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface);
@@ -407,10 +444,10 @@ typedef VKAPI_ATTR VkResult                               (VKAPI_CALL* CreateIndirectCommandsLayoutNVFunc)
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyIndirectCommandsLayoutNVFunc)                                                                       (VkDevice device, VkIndirectCommandsLayoutNV indirectCommandsLayout, const VkAllocationCallbacks* pAllocator);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* AcquireDrmDisplayEXTFunc)                                                                                          (VkPhysicalDevice physicalDevice, int32_t drmFd, VkDisplayKHR display);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetDrmDisplayEXTFunc)                                                                                                      (VkPhysicalDevice physicalDevice, int32_t drmFd, uint32_t connectorId, VkDisplayKHR* display);
-typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreatePrivateDataSlotEXTFunc)                                                                                      (VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyPrivateDataSlotEXTFunc)                                                                                     (VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator);
-typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* SetPrivateDataEXTFunc)                                                                                                     (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data);
-typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetPrivateDataEXTFunc)                                                                                                     (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreatePrivateDataSlotEXTFunc)                                                                                      (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyPrivateDataSlotEXTFunc)                                                                                     (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* SetPrivateDataEXTFunc)                                                                                                     (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* GetPrivateDataEXTFunc)                                                                                                     (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetFragmentShadingRateEnumNVFunc)                                                                       (VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* AcquireWinrtDisplayNVFunc)                                                                                         (VkPhysicalDevice physicalDevice, VkDisplayKHR display);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* GetWinrtDisplayNVFunc)                                                                                                     (VkPhysicalDevice physicalDevice, uint32_t deviceRelativeId, VkDisplayKHR* pDisplay);
@@ -427,6 +464,7 @@ typedef VKAPI_ATTR void                                     (VKAPI_CALL* CmdSetPrimitiveRestartEnableEXTFunc)
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdSetColorWriteEnableEXTFunc)                                                                                     (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkBool32* pColorWriteEnables);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdDrawMultiEXTFunc)                                                                                                       (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawInfoEXT* pVertexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdDrawMultiIndexedEXTFunc)                                                                                        (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT* pIndexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride, const int32_t* pVertexOffset);
+typedef VKAPI_ATTR void                                        (VKAPI_CALL* SetDeviceMemoryPriorityEXTFunc)                                                                            (VkDevice device, VkDeviceMemory memory, float priority);
 typedef VKAPI_ATTR VkResult                            (VKAPI_CALL* CreateAccelerationStructureKHRFunc)                                                                        (VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* DestroyAccelerationStructureKHRFunc)                                                                       (VkDevice device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator);
 typedef VKAPI_ATTR void                                        (VKAPI_CALL* CmdBuildAccelerationStructuresKHRFunc)                                                                     (VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos);
index b54c730..e4a3c07 100644 (file)
@@ -811,6 +811,266 @@ template<> VkStructureType getStructureType<VkDeviceMemoryOpaqueCaptureAddressIn
        return VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO;
 }
 
+template<> VkStructureType getStructureType<VkPhysicalDeviceVulkan13Features> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceVulkan13Properties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkPipelineCreationFeedbackCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceShaderTerminateInvocationFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceToolProperties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDevicePrivateDataFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkDevicePrivateDataCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPrivateDataSlotCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDevicePipelineCreationCacheControlFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkMemoryBarrier2> (void)
+{
+       return VK_STRUCTURE_TYPE_MEMORY_BARRIER_2;
+}
+
+template<> VkStructureType getStructureType<VkBufferMemoryBarrier2> (void)
+{
+       return VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2;
+}
+
+template<> VkStructureType getStructureType<VkImageMemoryBarrier2> (void)
+{
+       return VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2;
+}
+
+template<> VkStructureType getStructureType<VkDependencyInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_DEPENDENCY_INFO;
+}
+
+template<> VkStructureType getStructureType<VkSemaphoreSubmitInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO;
+}
+
+template<> VkStructureType getStructureType<VkCommandBufferSubmitInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO;
+}
+
+template<> VkStructureType getStructureType<VkSubmitInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_SUBMIT_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceSynchronization2Features> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceImageRobustnessFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkBufferCopy2> (void)
+{
+       return VK_STRUCTURE_TYPE_BUFFER_COPY_2;
+}
+
+template<> VkStructureType getStructureType<VkCopyBufferInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkImageCopy2> (void)
+{
+       return VK_STRUCTURE_TYPE_IMAGE_COPY_2;
+}
+
+template<> VkStructureType getStructureType<VkCopyImageInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkBufferImageCopy2> (void)
+{
+       return VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2;
+}
+
+template<> VkStructureType getStructureType<VkCopyBufferToImageInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkCopyImageToBufferInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkImageBlit2> (void)
+{
+       return VK_STRUCTURE_TYPE_IMAGE_BLIT_2;
+}
+
+template<> VkStructureType getStructureType<VkBlitImageInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkImageResolve2> (void)
+{
+       return VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2;
+}
+
+template<> VkStructureType getStructureType<VkResolveImageInfo2> (void)
+{
+       return VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceSubgroupSizeControlFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceSubgroupSizeControlProperties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkPipelineShaderStageRequiredSubgroupSizeCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceInlineUniformBlockFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceInlineUniformBlockProperties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkWriteDescriptorSetInlineUniformBlock> (void)
+{
+       return VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK;
+}
+
+template<> VkStructureType getStructureType<VkDescriptorPoolInlineUniformBlockCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceTextureCompressionASTCHDRFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkRenderingAttachmentInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO;
+}
+
+template<> VkStructureType getStructureType<VkRenderingInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_RENDERING_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPipelineRenderingCreateInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceDynamicRenderingFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkCommandBufferInheritanceRenderingInfo> (void)
+{
+       return VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceShaderIntegerDotProductFeatures> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceShaderIntegerDotProductProperties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceTexelBufferAlignmentProperties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkFormatProperties3> (void)
+{
+       return VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceMaintenance4Features> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES;
+}
+
+template<> VkStructureType getStructureType<VkPhysicalDeviceMaintenance4Properties> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES;
+}
+
+template<> VkStructureType getStructureType<VkDeviceBufferMemoryRequirements> (void)
+{
+       return VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS;
+}
+
+template<> VkStructureType getStructureType<VkDeviceImageMemoryRequirements> (void)
+{
+       return VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS;
+}
+
 template<> VkStructureType getStructureType<VkSwapchainCreateInfoKHR> (void)
 {
        return VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR;
@@ -866,31 +1126,6 @@ template<> VkStructureType getStructureType<VkDisplayPresentInfoKHR> (void)
        return VK_STRUCTURE_TYPE_DISPLAY_PRESENT_INFO_KHR;
 }
 
-template<> VkStructureType getStructureType<VkRenderingAttachmentInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkRenderingInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_RENDERING_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPipelineRenderingCreateInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceDynamicRenderingFeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCommandBufferInheritanceRenderingInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR;
-}
-
 template<> VkStructureType getStructureType<VkRenderingFragmentShadingRateAttachmentInfoKHR> (void)
 {
        return VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR;
@@ -1041,11 +1276,6 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceShaderClockFeaturesK
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR;
-}
-
 template<> VkStructureType getStructureType<VkFragmentShadingRateAttachmentInfoKHR> (void)
 {
        return VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR;
@@ -1111,16 +1341,6 @@ template<> VkStructureType getStructureType<VkPipelineExecutableInternalRepresen
        return VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR;
-}
-
 template<> VkStructureType getStructureType<VkPipelineLibraryCreateInfoKHR> (void)
 {
        return VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR;
@@ -1136,46 +1356,6 @@ template<> VkStructureType getStructureType<VkPhysicalDevicePresentIdFeaturesKHR
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR;
 }
 
-template<> VkStructureType getStructureType<VkMemoryBarrier2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkBufferMemoryBarrier2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkImageMemoryBarrier2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkDependencyInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkSemaphoreSubmitInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCommandBufferSubmitInfoKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR;
-}
-
-template<> VkStructureType getStructureType<VkSubmitInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceSynchronization2FeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR;
-}
-
 template<> VkStructureType getStructureType<VkQueueFamilyCheckpointProperties2NV> (void)
 {
        return VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV;
@@ -1191,96 +1371,11 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceShaderSubgroupUnifor
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR;
 }
 
-template<> VkStructureType getStructureType<VkBufferCopy2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCopyBufferInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkImageCopy2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCopyImageInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkBufferImageCopy2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCopyBufferToImageInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkCopyImageToBufferInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkImageBlit2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkBlitImageInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkImageResolve2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkResolveImageInfo2KHR> (void)
-{
-       return VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR;
-}
-
-template<> VkStructureType getStructureType<VkFormatPropertiesExtendedKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceMaintenance4FeaturesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceMaintenance4PropertiesKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR;
-}
-
-template<> VkStructureType getStructureType<VkDeviceBufferMemoryRequirementsKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR;
-}
-
-template<> VkStructureType getStructureType<VkDeviceImageMemoryRequirementsKHR> (void)
-{
-       return VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR;
-}
-
 template<> VkStructureType getStructureType<VkDebugReportCallbackCreateInfoEXT> (void)
 {
        return VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT;
@@ -1386,11 +1481,6 @@ template<> VkStructureType getStructureType<VkValidationFlagsEXT> (void)
        return VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkImageViewASTCDecodeModeEXT> (void)
 {
        return VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT;
@@ -1521,26 +1611,6 @@ template<> VkStructureType getStructureType<VkDebugUtilsObjectTagInfoEXT> (void)
        return VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_TAG_INFO_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceInlineUniformBlockFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceInlineUniformBlockPropertiesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT;
-}
-
-template<> VkStructureType getStructureType<VkWriteDescriptorSetInlineUniformBlockEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT;
-}
-
-template<> VkStructureType getStructureType<VkDescriptorPoolInlineUniformBlockCreateInfoEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT;
-}
-
 template<> VkStructureType getStructureType<VkSampleLocationsInfoEXT> (void)
 {
        return VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT;
@@ -1626,6 +1696,11 @@ template<> VkStructureType getStructureType<VkImageDrmFormatModifierPropertiesEX
        return VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT;
 }
 
+template<> VkStructureType getStructureType<VkDrmFormatModifierPropertiesList2EXT> (void)
+{
+       return VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT;
+}
+
 template<> VkStructureType getStructureType<VkValidationCacheCreateInfoEXT> (void)
 {
        return VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT;
@@ -1786,11 +1861,6 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceVertexAttributeDivis
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPipelineCreationFeedbackCreateInfoEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDeviceComputeShaderDerivativesFeaturesNV> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV;
@@ -1901,21 +1971,6 @@ template<> VkStructureType getStructureType<VkRenderPassFragmentDensityMapCreate
        return VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceSubgroupSizeControlFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDeviceSubgroupSizeControlPropertiesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT;
-}
-
-template<> VkStructureType getStructureType<VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDeviceShaderCoreProperties2AMD> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD;
@@ -1961,11 +2016,6 @@ template<> VkStructureType getStructureType<VkBufferDeviceAddressCreateInfoEXT>
        return VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceToolPropertiesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkValidationFeaturesEXT> (void)
 {
        return VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT;
@@ -2066,11 +2116,6 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceShaderAtomicFloat2Fe
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV;
@@ -2126,11 +2171,6 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceTexelBufferAlignment
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkRenderPassTransformBeginInfoQCOM> (void)
 {
        return VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM;
@@ -2181,26 +2221,6 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceCustomBorderColorFea
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUSTOM_BORDER_COLOR_FEATURES_EXT;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDevicePrivateDataFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT;
-}
-
-template<> VkStructureType getStructureType<VkDevicePrivateDataCreateInfoEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT;
-}
-
-template<> VkStructureType getStructureType<VkPrivateDataSlotCreateInfoEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT;
-}
-
-template<> VkStructureType getStructureType<VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDeviceDiagnosticsConfigFeaturesNV> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV;
@@ -2261,11 +2281,6 @@ template<> VkStructureType getStructureType<VkCopyCommandTransformInfoQCOM> (voi
        return VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM;
 }
 
-template<> VkStructureType getStructureType<VkPhysicalDeviceImageRobustnessFeaturesEXT> (void)
-{
-       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT;
-}
-
 template<> VkStructureType getStructureType<VkPhysicalDevice4444FormatsFeaturesEXT> (void)
 {
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT;
@@ -2301,6 +2316,11 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceDrmPropertiesEXT> (v
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT;
 }
 
+template<> VkStructureType getStructureType<VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT;
+}
+
 template<> VkStructureType getStructureType<VkSubpassShadingPipelineCreateInfoHUAWEI> (void)
 {
        return VK_STRUCTURE_TYPE_SUBPASS_SHADING_PIPELINE_CREATE_INFO_HUAWEI;
@@ -2366,6 +2386,11 @@ template<> VkStructureType getStructureType<VkPhysicalDeviceMultiDrawPropertiesE
        return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT;
 }
 
+template<> VkStructureType getStructureType<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> (void)
+{
+       return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT;
+}
+
 template<> VkStructureType getStructureType<VkAccelerationStructureGeometryTrianglesDataKHR> (void)
 {
        return VK_STRUCTURE_TYPE_ACCELERATION_STRUCTURE_GEOMETRY_TRIANGLES_DATA_KHR;
index 56eb1e0..e2647dc 100644 (file)
@@ -30,6 +30,7 @@ enum HandleType
        HANDLE_TYPE_COMMAND_POOL,
        HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION,
        HANDLE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE,
+       HANDLE_TYPE_PRIVATE_DATA_SLOT,
        HANDLE_TYPE_SURFACE_KHR,
        HANDLE_TYPE_SWAPCHAIN_KHR,
        HANDLE_TYPE_DISPLAY_KHR,
@@ -43,12 +44,12 @@ enum HandleType
        HANDLE_TYPE_ACCELERATION_STRUCTURE_NV,
        HANDLE_TYPE_PERFORMANCE_CONFIGURATION_INTEL,
        HANDLE_TYPE_INDIRECT_COMMANDS_LAYOUT_NV,
-       HANDLE_TYPE_PRIVATE_DATA_SLOT_EXT,
        HANDLE_TYPE_ACCELERATION_STRUCTURE_KHR,
        HANDLE_TYPE_VIDEO_SESSION_KHR,
        HANDLE_TYPE_VIDEO_SESSION_PARAMETERS_KHR,
        HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION_KHR                = HANDLE_TYPE_SAMPLER_YCBCR_CONVERSION,
        HANDLE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR              = HANDLE_TYPE_DESCRIPTOR_UPDATE_TEMPLATE,
+       HANDLE_TYPE_PRIVATE_DATA_SLOT_EXT                               = HANDLE_TYPE_PRIVATE_DATA_SLOT,
        HANDLE_TYPE_LAST                                                                = HANDLE_TYPE_VIDEO_SESSION_PARAMETERS_KHR + 1
 };
 
index 5ed17cc..855dd8e 100644 (file)
@@ -207,6 +207,108 @@ if (!m_vk.getBufferOpaqueCaptureAddress)
 m_vk.getDeviceMemoryOpaqueCaptureAddress                               = (GetDeviceMemoryOpaqueCaptureAddressFunc)                             GET_PROC_ADDR("vkGetDeviceMemoryOpaqueCaptureAddress");
 if (!m_vk.getDeviceMemoryOpaqueCaptureAddress)
        m_vk.getDeviceMemoryOpaqueCaptureAddress                        = (GetDeviceMemoryOpaqueCaptureAddressFunc)                             GET_PROC_ADDR("vkGetDeviceMemoryOpaqueCaptureAddressKHR");
+m_vk.createPrivateDataSlot                                                             = (CreatePrivateDataSlotFunc)                                                   GET_PROC_ADDR("vkCreatePrivateDataSlot");
+if (!m_vk.createPrivateDataSlot)
+       m_vk.createPrivateDataSlot                                                      = (CreatePrivateDataSlotFunc)                                                   GET_PROC_ADDR("vkCreatePrivateDataSlotEXT");
+m_vk.destroyPrivateDataSlot                                                            = (DestroyPrivateDataSlotFunc)                                                  GET_PROC_ADDR("vkDestroyPrivateDataSlot");
+if (!m_vk.destroyPrivateDataSlot)
+       m_vk.destroyPrivateDataSlot                                                     = (DestroyPrivateDataSlotFunc)                                                  GET_PROC_ADDR("vkDestroyPrivateDataSlotEXT");
+m_vk.setPrivateData                                                                            = (SetPrivateDataFunc)                                                                  GET_PROC_ADDR("vkSetPrivateData");
+if (!m_vk.setPrivateData)
+       m_vk.setPrivateData                                                                     = (SetPrivateDataFunc)                                                                  GET_PROC_ADDR("vkSetPrivateDataEXT");
+m_vk.getPrivateData                                                                            = (GetPrivateDataFunc)                                                                  GET_PROC_ADDR("vkGetPrivateData");
+if (!m_vk.getPrivateData)
+       m_vk.getPrivateData                                                                     = (GetPrivateDataFunc)                                                                  GET_PROC_ADDR("vkGetPrivateDataEXT");
+m_vk.cmdSetEvent2                                                                              = (CmdSetEvent2Func)                                                                    GET_PROC_ADDR("vkCmdSetEvent2");
+if (!m_vk.cmdSetEvent2)
+       m_vk.cmdSetEvent2                                                                       = (CmdSetEvent2Func)                                                                    GET_PROC_ADDR("vkCmdSetEvent2KHR");
+m_vk.cmdResetEvent2                                                                            = (CmdResetEvent2Func)                                                                  GET_PROC_ADDR("vkCmdResetEvent2");
+if (!m_vk.cmdResetEvent2)
+       m_vk.cmdResetEvent2                                                                     = (CmdResetEvent2Func)                                                                  GET_PROC_ADDR("vkCmdResetEvent2KHR");
+m_vk.cmdWaitEvents2                                                                            = (CmdWaitEvents2Func)                                                                  GET_PROC_ADDR("vkCmdWaitEvents2");
+if (!m_vk.cmdWaitEvents2)
+       m_vk.cmdWaitEvents2                                                                     = (CmdWaitEvents2Func)                                                                  GET_PROC_ADDR("vkCmdWaitEvents2KHR");
+m_vk.cmdPipelineBarrier2                                                               = (CmdPipelineBarrier2Func)                                                             GET_PROC_ADDR("vkCmdPipelineBarrier2");
+if (!m_vk.cmdPipelineBarrier2)
+       m_vk.cmdPipelineBarrier2                                                        = (CmdPipelineBarrier2Func)                                                             GET_PROC_ADDR("vkCmdPipelineBarrier2KHR");
+m_vk.cmdWriteTimestamp2                                                                        = (CmdWriteTimestamp2Func)                                                              GET_PROC_ADDR("vkCmdWriteTimestamp2");
+if (!m_vk.cmdWriteTimestamp2)
+       m_vk.cmdWriteTimestamp2                                                         = (CmdWriteTimestamp2Func)                                                              GET_PROC_ADDR("vkCmdWriteTimestamp2KHR");
+m_vk.queueSubmit2                                                                              = (QueueSubmit2Func)                                                                    GET_PROC_ADDR("vkQueueSubmit2");
+if (!m_vk.queueSubmit2)
+       m_vk.queueSubmit2                                                                       = (QueueSubmit2Func)                                                                    GET_PROC_ADDR("vkQueueSubmit2KHR");
+m_vk.cmdCopyBuffer2                                                                            = (CmdCopyBuffer2Func)                                                                  GET_PROC_ADDR("vkCmdCopyBuffer2");
+if (!m_vk.cmdCopyBuffer2)
+       m_vk.cmdCopyBuffer2                                                                     = (CmdCopyBuffer2Func)                                                                  GET_PROC_ADDR("vkCmdCopyBuffer2KHR");
+m_vk.cmdCopyImage2                                                                             = (CmdCopyImage2Func)                                                                   GET_PROC_ADDR("vkCmdCopyImage2");
+if (!m_vk.cmdCopyImage2)
+       m_vk.cmdCopyImage2                                                                      = (CmdCopyImage2Func)                                                                   GET_PROC_ADDR("vkCmdCopyImage2KHR");
+m_vk.cmdCopyBufferToImage2                                                             = (CmdCopyBufferToImage2Func)                                                   GET_PROC_ADDR("vkCmdCopyBufferToImage2");
+if (!m_vk.cmdCopyBufferToImage2)
+       m_vk.cmdCopyBufferToImage2                                                      = (CmdCopyBufferToImage2Func)                                                   GET_PROC_ADDR("vkCmdCopyBufferToImage2KHR");
+m_vk.cmdCopyImageToBuffer2                                                             = (CmdCopyImageToBuffer2Func)                                                   GET_PROC_ADDR("vkCmdCopyImageToBuffer2");
+if (!m_vk.cmdCopyImageToBuffer2)
+       m_vk.cmdCopyImageToBuffer2                                                      = (CmdCopyImageToBuffer2Func)                                                   GET_PROC_ADDR("vkCmdCopyImageToBuffer2KHR");
+m_vk.cmdBlitImage2                                                                             = (CmdBlitImage2Func)                                                                   GET_PROC_ADDR("vkCmdBlitImage2");
+if (!m_vk.cmdBlitImage2)
+       m_vk.cmdBlitImage2                                                                      = (CmdBlitImage2Func)                                                                   GET_PROC_ADDR("vkCmdBlitImage2KHR");
+m_vk.cmdResolveImage2                                                                  = (CmdResolveImage2Func)                                                                GET_PROC_ADDR("vkCmdResolveImage2");
+if (!m_vk.cmdResolveImage2)
+       m_vk.cmdResolveImage2                                                           = (CmdResolveImage2Func)                                                                GET_PROC_ADDR("vkCmdResolveImage2KHR");
+m_vk.cmdBeginRendering                                                                 = (CmdBeginRenderingFunc)                                                               GET_PROC_ADDR("vkCmdBeginRendering");
+if (!m_vk.cmdBeginRendering)
+       m_vk.cmdBeginRendering                                                          = (CmdBeginRenderingFunc)                                                               GET_PROC_ADDR("vkCmdBeginRenderingKHR");
+m_vk.cmdEndRendering                                                                   = (CmdEndRenderingFunc)                                                                 GET_PROC_ADDR("vkCmdEndRendering");
+if (!m_vk.cmdEndRendering)
+       m_vk.cmdEndRendering                                                            = (CmdEndRenderingFunc)                                                                 GET_PROC_ADDR("vkCmdEndRenderingKHR");
+m_vk.cmdSetCullMode                                                                            = (CmdSetCullModeFunc)                                                                  GET_PROC_ADDR("vkCmdSetCullMode");
+if (!m_vk.cmdSetCullMode)
+       m_vk.cmdSetCullMode                                                                     = (CmdSetCullModeFunc)                                                                  GET_PROC_ADDR("vkCmdSetCullModeEXT");
+m_vk.cmdSetFrontFace                                                                   = (CmdSetFrontFaceFunc)                                                                 GET_PROC_ADDR("vkCmdSetFrontFace");
+if (!m_vk.cmdSetFrontFace)
+       m_vk.cmdSetFrontFace                                                            = (CmdSetFrontFaceFunc)                                                                 GET_PROC_ADDR("vkCmdSetFrontFaceEXT");
+m_vk.cmdSetPrimitiveTopology                                                   = (CmdSetPrimitiveTopologyFunc)                                                 GET_PROC_ADDR("vkCmdSetPrimitiveTopology");
+if (!m_vk.cmdSetPrimitiveTopology)
+       m_vk.cmdSetPrimitiveTopology                                            = (CmdSetPrimitiveTopologyFunc)                                                 GET_PROC_ADDR("vkCmdSetPrimitiveTopologyEXT");
+m_vk.cmdSetViewportWithCount                                                   = (CmdSetViewportWithCountFunc)                                                 GET_PROC_ADDR("vkCmdSetViewportWithCount");
+if (!m_vk.cmdSetViewportWithCount)
+       m_vk.cmdSetViewportWithCount                                            = (CmdSetViewportWithCountFunc)                                                 GET_PROC_ADDR("vkCmdSetViewportWithCountEXT");
+m_vk.cmdSetScissorWithCount                                                            = (CmdSetScissorWithCountFunc)                                                  GET_PROC_ADDR("vkCmdSetScissorWithCount");
+if (!m_vk.cmdSetScissorWithCount)
+       m_vk.cmdSetScissorWithCount                                                     = (CmdSetScissorWithCountFunc)                                                  GET_PROC_ADDR("vkCmdSetScissorWithCountEXT");
+m_vk.cmdBindVertexBuffers2                                                             = (CmdBindVertexBuffers2Func)                                                   GET_PROC_ADDR("vkCmdBindVertexBuffers2");
+if (!m_vk.cmdBindVertexBuffers2)
+       m_vk.cmdBindVertexBuffers2                                                      = (CmdBindVertexBuffers2Func)                                                   GET_PROC_ADDR("vkCmdBindVertexBuffers2EXT");
+m_vk.cmdSetDepthTestEnable                                                             = (CmdSetDepthTestEnableFunc)                                                   GET_PROC_ADDR("vkCmdSetDepthTestEnable");
+if (!m_vk.cmdSetDepthTestEnable)
+       m_vk.cmdSetDepthTestEnable                                                      = (CmdSetDepthTestEnableFunc)                                                   GET_PROC_ADDR("vkCmdSetDepthTestEnableEXT");
+m_vk.cmdSetDepthWriteEnable                                                            = (CmdSetDepthWriteEnableFunc)                                                  GET_PROC_ADDR("vkCmdSetDepthWriteEnable");
+if (!m_vk.cmdSetDepthWriteEnable)
+       m_vk.cmdSetDepthWriteEnable                                                     = (CmdSetDepthWriteEnableFunc)                                                  GET_PROC_ADDR("vkCmdSetDepthWriteEnableEXT");
+m_vk.cmdSetDepthCompareOp                                                              = (CmdSetDepthCompareOpFunc)                                                    GET_PROC_ADDR("vkCmdSetDepthCompareOp");
+if (!m_vk.cmdSetDepthCompareOp)
+       m_vk.cmdSetDepthCompareOp                                                       = (CmdSetDepthCompareOpFunc)                                                    GET_PROC_ADDR("vkCmdSetDepthCompareOpEXT");
+m_vk.cmdSetDepthBoundsTestEnable                                               = (CmdSetDepthBoundsTestEnableFunc)                                             GET_PROC_ADDR("vkCmdSetDepthBoundsTestEnable");
+if (!m_vk.cmdSetDepthBoundsTestEnable)
+       m_vk.cmdSetDepthBoundsTestEnable                                        = (CmdSetDepthBoundsTestEnableFunc)                                             GET_PROC_ADDR("vkCmdSetDepthBoundsTestEnableEXT");
+m_vk.cmdSetStencilTestEnable                                                   = (CmdSetStencilTestEnableFunc)                                                 GET_PROC_ADDR("vkCmdSetStencilTestEnable");
+if (!m_vk.cmdSetStencilTestEnable)
+       m_vk.cmdSetStencilTestEnable                                            = (CmdSetStencilTestEnableFunc)                                                 GET_PROC_ADDR("vkCmdSetStencilTestEnableEXT");
+m_vk.cmdSetStencilOp                                                                   = (CmdSetStencilOpFunc)                                                                 GET_PROC_ADDR("vkCmdSetStencilOp");
+if (!m_vk.cmdSetStencilOp)
+       m_vk.cmdSetStencilOp                                                            = (CmdSetStencilOpFunc)                                                                 GET_PROC_ADDR("vkCmdSetStencilOpEXT");
+m_vk.cmdSetRasterizerDiscardEnable                                             = (CmdSetRasterizerDiscardEnableFunc)                                   GET_PROC_ADDR("vkCmdSetRasterizerDiscardEnable");
+m_vk.cmdSetDepthBiasEnable                                                             = (CmdSetDepthBiasEnableFunc)                                                   GET_PROC_ADDR("vkCmdSetDepthBiasEnable");
+m_vk.cmdSetPrimitiveRestartEnable                                              = (CmdSetPrimitiveRestartEnableFunc)                                    GET_PROC_ADDR("vkCmdSetPrimitiveRestartEnable");
+m_vk.getDeviceBufferMemoryRequirements                                 = (GetDeviceBufferMemoryRequirementsFunc)                               GET_PROC_ADDR("vkGetDeviceBufferMemoryRequirements");
+if (!m_vk.getDeviceBufferMemoryRequirements)
+       m_vk.getDeviceBufferMemoryRequirements                          = (GetDeviceBufferMemoryRequirementsFunc)                               GET_PROC_ADDR("vkGetDeviceBufferMemoryRequirementsKHR");
+m_vk.getDeviceImageMemoryRequirements                                  = (GetDeviceImageMemoryRequirementsFunc)                                GET_PROC_ADDR("vkGetDeviceImageMemoryRequirements");
+if (!m_vk.getDeviceImageMemoryRequirements)
+       m_vk.getDeviceImageMemoryRequirements                           = (GetDeviceImageMemoryRequirementsFunc)                                GET_PROC_ADDR("vkGetDeviceImageMemoryRequirementsKHR");
+m_vk.getDeviceImageSparseMemoryRequirements                            = (GetDeviceImageSparseMemoryRequirementsFunc)                  GET_PROC_ADDR("vkGetDeviceImageSparseMemoryRequirements");
+if (!m_vk.getDeviceImageSparseMemoryRequirements)
+       m_vk.getDeviceImageSparseMemoryRequirements                     = (GetDeviceImageSparseMemoryRequirementsFunc)                  GET_PROC_ADDR("vkGetDeviceImageSparseMemoryRequirementsKHR");
 m_vk.createSwapchainKHR                                                                        = (CreateSwapchainKHRFunc)                                                              GET_PROC_ADDR("vkCreateSwapchainKHR");
 m_vk.destroySwapchainKHR                                                               = (DestroySwapchainKHRFunc)                                                             GET_PROC_ADDR("vkDestroySwapchainKHR");
 m_vk.getSwapchainImagesKHR                                                             = (GetSwapchainImagesKHRFunc)                                                   GET_PROC_ADDR("vkGetSwapchainImagesKHR");
@@ -216,8 +318,6 @@ m_vk.getDeviceGroupPresentCapabilitiesKHR                           = (GetDeviceGroupPresentCapabilitie
 m_vk.getDeviceGroupSurfacePresentModesKHR                              = (GetDeviceGroupSurfacePresentModesKHRFunc)                    GET_PROC_ADDR("vkGetDeviceGroupSurfacePresentModesKHR");
 m_vk.acquireNextImage2KHR                                                              = (AcquireNextImage2KHRFunc)                                                    GET_PROC_ADDR("vkAcquireNextImage2KHR");
 m_vk.createSharedSwapchainsKHR                                                 = (CreateSharedSwapchainsKHRFunc)                                               GET_PROC_ADDR("vkCreateSharedSwapchainsKHR");
-m_vk.cmdBeginRenderingKHR                                                              = (CmdBeginRenderingKHRFunc)                                                    GET_PROC_ADDR("vkCmdBeginRenderingKHR");
-m_vk.cmdEndRenderingKHR                                                                        = (CmdEndRenderingKHRFunc)                                                              GET_PROC_ADDR("vkCmdEndRenderingKHR");
 m_vk.getMemoryFdKHR                                                                            = (GetMemoryFdKHRFunc)                                                                  GET_PROC_ADDR("vkGetMemoryFdKHR");
 m_vk.getMemoryFdPropertiesKHR                                                  = (GetMemoryFdPropertiesKHRFunc)                                                GET_PROC_ADDR("vkGetMemoryFdPropertiesKHR");
 m_vk.importSemaphoreFdKHR                                                              = (ImportSemaphoreFdKHRFunc)                                                    GET_PROC_ADDR("vkImportSemaphoreFdKHR");
@@ -239,23 +339,8 @@ m_vk.deferredOperationJoinKHR                                                      = (DeferredOperationJoinKHRFunc)                                                GET_PR
 m_vk.getPipelineExecutablePropertiesKHR                                        = (GetPipelineExecutablePropertiesKHRFunc)                              GET_PROC_ADDR("vkGetPipelineExecutablePropertiesKHR");
 m_vk.getPipelineExecutableStatisticsKHR                                        = (GetPipelineExecutableStatisticsKHRFunc)                              GET_PROC_ADDR("vkGetPipelineExecutableStatisticsKHR");
 m_vk.getPipelineExecutableInternalRepresentationsKHR   = (GetPipelineExecutableInternalRepresentationsKHRFunc) GET_PROC_ADDR("vkGetPipelineExecutableInternalRepresentationsKHR");
-m_vk.cmdSetEvent2KHR                                                                   = (CmdSetEvent2KHRFunc)                                                                 GET_PROC_ADDR("vkCmdSetEvent2KHR");
-m_vk.cmdResetEvent2KHR                                                                 = (CmdResetEvent2KHRFunc)                                                               GET_PROC_ADDR("vkCmdResetEvent2KHR");
-m_vk.cmdWaitEvents2KHR                                                                 = (CmdWaitEvents2KHRFunc)                                                               GET_PROC_ADDR("vkCmdWaitEvents2KHR");
-m_vk.cmdPipelineBarrier2KHR                                                            = (CmdPipelineBarrier2KHRFunc)                                                  GET_PROC_ADDR("vkCmdPipelineBarrier2KHR");
-m_vk.cmdWriteTimestamp2KHR                                                             = (CmdWriteTimestamp2KHRFunc)                                                   GET_PROC_ADDR("vkCmdWriteTimestamp2KHR");
-m_vk.queueSubmit2KHR                                                                   = (QueueSubmit2KHRFunc)                                                                 GET_PROC_ADDR("vkQueueSubmit2KHR");
 m_vk.cmdWriteBufferMarker2AMD                                                  = (CmdWriteBufferMarker2AMDFunc)                                                GET_PROC_ADDR("vkCmdWriteBufferMarker2AMD");
 m_vk.getQueueCheckpointData2NV                                                 = (GetQueueCheckpointData2NVFunc)                                               GET_PROC_ADDR("vkGetQueueCheckpointData2NV");
-m_vk.cmdCopyBuffer2KHR                                                                 = (CmdCopyBuffer2KHRFunc)                                                               GET_PROC_ADDR("vkCmdCopyBuffer2KHR");
-m_vk.cmdCopyImage2KHR                                                                  = (CmdCopyImage2KHRFunc)                                                                GET_PROC_ADDR("vkCmdCopyImage2KHR");
-m_vk.cmdCopyBufferToImage2KHR                                                  = (CmdCopyBufferToImage2KHRFunc)                                                GET_PROC_ADDR("vkCmdCopyBufferToImage2KHR");
-m_vk.cmdCopyImageToBuffer2KHR                                                  = (CmdCopyImageToBuffer2KHRFunc)                                                GET_PROC_ADDR("vkCmdCopyImageToBuffer2KHR");
-m_vk.cmdBlitImage2KHR                                                                  = (CmdBlitImage2KHRFunc)                                                                GET_PROC_ADDR("vkCmdBlitImage2KHR");
-m_vk.cmdResolveImage2KHR                                                               = (CmdResolveImage2KHRFunc)                                                             GET_PROC_ADDR("vkCmdResolveImage2KHR");
-m_vk.getDeviceBufferMemoryRequirementsKHR                              = (GetDeviceBufferMemoryRequirementsKHRFunc)                    GET_PROC_ADDR("vkGetDeviceBufferMemoryRequirementsKHR");
-m_vk.getDeviceImageMemoryRequirementsKHR                               = (GetDeviceImageMemoryRequirementsKHRFunc)                             GET_PROC_ADDR("vkGetDeviceImageMemoryRequirementsKHR");
-m_vk.getDeviceImageSparseMemoryRequirementsKHR                 = (GetDeviceImageSparseMemoryRequirementsKHRFunc)               GET_PROC_ADDR("vkGetDeviceImageSparseMemoryRequirementsKHR");
 m_vk.debugMarkerSetObjectTagEXT                                                        = (DebugMarkerSetObjectTagEXTFunc)                                              GET_PROC_ADDR("vkDebugMarkerSetObjectTagEXT");
 m_vk.debugMarkerSetObjectNameEXT                                               = (DebugMarkerSetObjectNameEXTFunc)                                             GET_PROC_ADDR("vkDebugMarkerSetObjectNameEXT");
 m_vk.cmdDebugMarkerBeginEXT                                                            = (CmdDebugMarkerBeginEXTFunc)                                                  GET_PROC_ADDR("vkCmdDebugMarkerBeginEXT");
@@ -339,28 +424,12 @@ m_vk.getPerformanceParameterINTEL                                         = (GetPerformanceParameterINTELFunc)
 m_vk.setLocalDimmingAMD                                                                        = (SetLocalDimmingAMDFunc)                                                              GET_PROC_ADDR("vkSetLocalDimmingAMD");
 m_vk.getBufferDeviceAddressEXT                                                 = (GetBufferDeviceAddressEXTFunc)                                               GET_PROC_ADDR("vkGetBufferDeviceAddressEXT");
 m_vk.cmdSetLineStippleEXT                                                              = (CmdSetLineStippleEXTFunc)                                                    GET_PROC_ADDR("vkCmdSetLineStippleEXT");
-m_vk.cmdSetCullModeEXT                                                                 = (CmdSetCullModeEXTFunc)                                                               GET_PROC_ADDR("vkCmdSetCullModeEXT");
-m_vk.cmdSetFrontFaceEXT                                                                        = (CmdSetFrontFaceEXTFunc)                                                              GET_PROC_ADDR("vkCmdSetFrontFaceEXT");
-m_vk.cmdSetPrimitiveTopologyEXT                                                        = (CmdSetPrimitiveTopologyEXTFunc)                                              GET_PROC_ADDR("vkCmdSetPrimitiveTopologyEXT");
-m_vk.cmdSetViewportWithCountEXT                                                        = (CmdSetViewportWithCountEXTFunc)                                              GET_PROC_ADDR("vkCmdSetViewportWithCountEXT");
-m_vk.cmdSetScissorWithCountEXT                                                 = (CmdSetScissorWithCountEXTFunc)                                               GET_PROC_ADDR("vkCmdSetScissorWithCountEXT");
-m_vk.cmdBindVertexBuffers2EXT                                                  = (CmdBindVertexBuffers2EXTFunc)                                                GET_PROC_ADDR("vkCmdBindVertexBuffers2EXT");
-m_vk.cmdSetDepthTestEnableEXT                                                  = (CmdSetDepthTestEnableEXTFunc)                                                GET_PROC_ADDR("vkCmdSetDepthTestEnableEXT");
-m_vk.cmdSetDepthWriteEnableEXT                                                 = (CmdSetDepthWriteEnableEXTFunc)                                               GET_PROC_ADDR("vkCmdSetDepthWriteEnableEXT");
-m_vk.cmdSetDepthCompareOpEXT                                                   = (CmdSetDepthCompareOpEXTFunc)                                                 GET_PROC_ADDR("vkCmdSetDepthCompareOpEXT");
-m_vk.cmdSetDepthBoundsTestEnableEXT                                            = (CmdSetDepthBoundsTestEnableEXTFunc)                                  GET_PROC_ADDR("vkCmdSetDepthBoundsTestEnableEXT");
-m_vk.cmdSetStencilTestEnableEXT                                                        = (CmdSetStencilTestEnableEXTFunc)                                              GET_PROC_ADDR("vkCmdSetStencilTestEnableEXT");
-m_vk.cmdSetStencilOpEXT                                                                        = (CmdSetStencilOpEXTFunc)                                                              GET_PROC_ADDR("vkCmdSetStencilOpEXT");
 m_vk.getGeneratedCommandsMemoryRequirementsNV                  = (GetGeneratedCommandsMemoryRequirementsNVFunc)                GET_PROC_ADDR("vkGetGeneratedCommandsMemoryRequirementsNV");
 m_vk.cmdPreprocessGeneratedCommandsNV                                  = (CmdPreprocessGeneratedCommandsNVFunc)                                GET_PROC_ADDR("vkCmdPreprocessGeneratedCommandsNV");
 m_vk.cmdExecuteGeneratedCommandsNV                                             = (CmdExecuteGeneratedCommandsNVFunc)                                   GET_PROC_ADDR("vkCmdExecuteGeneratedCommandsNV");
 m_vk.cmdBindPipelineShaderGroupNV                                              = (CmdBindPipelineShaderGroupNVFunc)                                    GET_PROC_ADDR("vkCmdBindPipelineShaderGroupNV");
 m_vk.createIndirectCommandsLayoutNV                                            = (CreateIndirectCommandsLayoutNVFunc)                                  GET_PROC_ADDR("vkCreateIndirectCommandsLayoutNV");
 m_vk.destroyIndirectCommandsLayoutNV                                   = (DestroyIndirectCommandsLayoutNVFunc)                                 GET_PROC_ADDR("vkDestroyIndirectCommandsLayoutNV");
-m_vk.createPrivateDataSlotEXT                                                  = (CreatePrivateDataSlotEXTFunc)                                                GET_PROC_ADDR("vkCreatePrivateDataSlotEXT");
-m_vk.destroyPrivateDataSlotEXT                                                 = (DestroyPrivateDataSlotEXTFunc)                                               GET_PROC_ADDR("vkDestroyPrivateDataSlotEXT");
-m_vk.setPrivateDataEXT                                                                 = (SetPrivateDataEXTFunc)                                                               GET_PROC_ADDR("vkSetPrivateDataEXT");
-m_vk.getPrivateDataEXT                                                                 = (GetPrivateDataEXTFunc)                                                               GET_PROC_ADDR("vkGetPrivateDataEXT");
 m_vk.cmdSetFragmentShadingRateEnumNV                                   = (CmdSetFragmentShadingRateEnumNVFunc)                                 GET_PROC_ADDR("vkCmdSetFragmentShadingRateEnumNV");
 m_vk.cmdSetVertexInputEXT                                                              = (CmdSetVertexInputEXTFunc)                                                    GET_PROC_ADDR("vkCmdSetVertexInputEXT");
 m_vk.getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI             = (GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEIFunc)   GET_PROC_ADDR("vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI");
@@ -375,6 +444,7 @@ m_vk.cmdSetPrimitiveRestartEnableEXT                                        = (CmdSetPrimitiveRestartEnableEXTFunc)
 m_vk.cmdSetColorWriteEnableEXT                                                 = (CmdSetColorWriteEnableEXTFunc)                                               GET_PROC_ADDR("vkCmdSetColorWriteEnableEXT");
 m_vk.cmdDrawMultiEXT                                                                   = (CmdDrawMultiEXTFunc)                                                                 GET_PROC_ADDR("vkCmdDrawMultiEXT");
 m_vk.cmdDrawMultiIndexedEXT                                                            = (CmdDrawMultiIndexedEXTFunc)                                                  GET_PROC_ADDR("vkCmdDrawMultiIndexedEXT");
+m_vk.setDeviceMemoryPriorityEXT                                                        = (SetDeviceMemoryPriorityEXTFunc)                                              GET_PROC_ADDR("vkSetDeviceMemoryPriorityEXT");
 m_vk.createAccelerationStructureKHR                                            = (CreateAccelerationStructureKHRFunc)                                  GET_PROC_ADDR("vkCreateAccelerationStructureKHR");
 m_vk.destroyAccelerationStructureKHR                                   = (DestroyAccelerationStructureKHRFunc)                                 GET_PROC_ADDR("vkDestroyAccelerationStructureKHR");
 m_vk.cmdBuildAccelerationStructuresKHR                                 = (CmdBuildAccelerationStructuresKHRFunc)                               GET_PROC_ADDR("vkCmdBuildAccelerationStructuresKHR");
index e44734e..3de07f6 100644 (file)
@@ -46,6 +46,9 @@ if (!m_vk.getPhysicalDeviceExternalFenceProperties)
 m_vk.getPhysicalDeviceExternalSemaphoreProperties                                              = (GetPhysicalDeviceExternalSemaphorePropertiesFunc)                                    GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphoreProperties");
 if (!m_vk.getPhysicalDeviceExternalSemaphoreProperties)
        m_vk.getPhysicalDeviceExternalSemaphoreProperties                                       = (GetPhysicalDeviceExternalSemaphorePropertiesFunc)                                    GET_PROC_ADDR("vkGetPhysicalDeviceExternalSemaphorePropertiesKHR");
+m_vk.getPhysicalDeviceToolProperties                                                                   = (GetPhysicalDeviceToolPropertiesFunc)                                                                 GET_PROC_ADDR("vkGetPhysicalDeviceToolProperties");
+if (!m_vk.getPhysicalDeviceToolProperties)
+       m_vk.getPhysicalDeviceToolProperties                                                            = (GetPhysicalDeviceToolPropertiesFunc)                                                                 GET_PROC_ADDR("vkGetPhysicalDeviceToolPropertiesEXT");
 m_vk.destroySurfaceKHR                                                                                                 = (DestroySurfaceKHRFunc)                                                                                               GET_PROC_ADDR("vkDestroySurfaceKHR");
 m_vk.getPhysicalDeviceSurfaceSupportKHR                                                                        = (GetPhysicalDeviceSurfaceSupportKHRFunc)                                                              GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceSupportKHR");
 m_vk.getPhysicalDeviceSurfaceCapabilitiesKHR                                                   = (GetPhysicalDeviceSurfaceCapabilitiesKHRFunc)                                                 GET_PROC_ADDR("vkGetPhysicalDeviceSurfaceCapabilitiesKHR");
index 66b0d9b..3b4aeee 100644 (file)
@@ -167,6 +167,16 @@ void InstanceDriver::getPhysicalDeviceExternalSemaphoreProperties (VkPhysicalDev
                m_vk.getPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice, pExternalSemaphoreInfo, pExternalSemaphoreProperties);
 }
 
+VkResult InstanceDriver::getPhysicalDeviceToolProperties (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties) const
+{
+       vk::VkPhysicalDeviceProperties props;
+       m_vk.getPhysicalDeviceProperties(physicalDevice, &props);
+       if (props.apiVersion >= VK_API_VERSION_1_1)
+               return m_vk.getPhysicalDeviceToolProperties(physicalDevice, pToolCount, pToolProperties);
+       else
+               return m_vk.getPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties);
+}
+
 void InstanceDriver::destroySurfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) const
 {
        m_vk.destroySurfaceKHR(instance, surface, pAllocator);
@@ -332,11 +342,6 @@ VkResult InstanceDriver::getPhysicalDeviceCalibrateableTimeDomainsEXT (VkPhysica
        return m_vk.getPhysicalDeviceCalibrateableTimeDomainsEXT(physicalDevice, pTimeDomainCount, pTimeDomains);
 }
 
-VkResult InstanceDriver::getPhysicalDeviceToolPropertiesEXT (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties) const
-{
-       return m_vk.getPhysicalDeviceToolPropertiesEXT(physicalDevice, pToolCount, pToolProperties);
-}
-
 VkResult InstanceDriver::getPhysicalDeviceCooperativeMatrixPropertiesNV (VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties) const
 {
        return m_vk.getPhysicalDeviceCooperativeMatrixPropertiesNV(physicalDevice, pPropertyCount, pProperties);
index e9b09c9..8bf6e63 100644 (file)
@@ -24,6 +24,7 @@ GetPhysicalDeviceSparseImageFormatProperties2Func                                     getPhysicalDeviceSparseIma
 GetPhysicalDeviceExternalBufferPropertiesFunc                                          getPhysicalDeviceExternalBufferProperties;
 GetPhysicalDeviceExternalFencePropertiesFunc                                           getPhysicalDeviceExternalFenceProperties;
 GetPhysicalDeviceExternalSemaphorePropertiesFunc                                       getPhysicalDeviceExternalSemaphoreProperties;
+GetPhysicalDeviceToolPropertiesFunc                                                                    getPhysicalDeviceToolProperties;
 DestroySurfaceKHRFunc                                                                                          destroySurfaceKHR;
 GetPhysicalDeviceSurfaceSupportKHRFunc                                                         getPhysicalDeviceSurfaceSupportKHR;
 GetPhysicalDeviceSurfaceCapabilitiesKHRFunc                                                    getPhysicalDeviceSurfaceCapabilitiesKHR;
index b8c09c9..b447e12 100644 (file)
@@ -594,10 +594,10 @@ public:
                                                {}
 };
 
-class PrivateDataSlotEXT
+class PrivateDataSlot
 {
 public:
-                                               PrivateDataSlotEXT                      (VkDevice, const VkPrivateDataSlotCreateInfoEXT*)
+                                               PrivateDataSlot                         (VkDevice, const VkPrivateDataSlotCreateInfo*)
                                                {}
 };
 
index 7b2dc84..845c40f 100644 (file)
@@ -133,6 +133,12 @@ VKAPI_ATTR VkResult VKAPI_CALL createRenderPass2 (VkDevice device, const VkRende
        VK_NULL_RETURN((*pRenderPass = allocateNonDispHandle<RenderPass, VkRenderPass>(device, pCreateInfo, pAllocator)));
 }
 
+VKAPI_ATTR VkResult VKAPI_CALL createPrivateDataSlot (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot)
+{
+       DE_UNREF(pAllocator);
+       VK_NULL_RETURN((*pPrivateDataSlot = allocateNonDispHandle<PrivateDataSlot, VkPrivateDataSlot>(device, pCreateInfo, pAllocator)));
+}
+
 VKAPI_ATTR VkResult VKAPI_CALL createSwapchainKHR (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain)
 {
        DE_UNREF(pAllocator);
@@ -199,12 +205,6 @@ VKAPI_ATTR VkResult VKAPI_CALL createIndirectCommandsLayoutNV (VkDevice device,
        VK_NULL_RETURN((*pIndirectCommandsLayout = allocateNonDispHandle<IndirectCommandsLayoutNV, VkIndirectCommandsLayoutNV>(device, pCreateInfo, pAllocator)));
 }
 
-VKAPI_ATTR VkResult VKAPI_CALL createPrivateDataSlotEXT (VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot)
-{
-       DE_UNREF(pAllocator);
-       VK_NULL_RETURN((*pPrivateDataSlot = allocateNonDispHandle<PrivateDataSlotEXT, VkPrivateDataSlotEXT>(device, pCreateInfo, pAllocator)));
-}
-
 VKAPI_ATTR VkResult VKAPI_CALL createAccelerationStructureKHR (VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure)
 {
        DE_UNREF(pAllocator);
@@ -425,6 +425,12 @@ VKAPI_ATTR void VKAPI_CALL destroyDescriptorUpdateTemplate (VkDevice device, VkD
        freeNonDispHandle<DescriptorUpdateTemplate, VkDescriptorUpdateTemplate>(descriptorUpdateTemplate, pAllocator);
 }
 
+VKAPI_ATTR void VKAPI_CALL destroyPrivateDataSlot (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator)
+{
+       DE_UNREF(device);
+       freeNonDispHandle<PrivateDataSlot, VkPrivateDataSlot>(privateDataSlot, pAllocator);
+}
+
 VKAPI_ATTR void VKAPI_CALL destroySurfaceKHR (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator)
 {
        DE_UNREF(instance);
@@ -485,12 +491,6 @@ VKAPI_ATTR void VKAPI_CALL destroyIndirectCommandsLayoutNV (VkDevice device, VkI
        freeNonDispHandle<IndirectCommandsLayoutNV, VkIndirectCommandsLayoutNV>(indirectCommandsLayout, pAllocator);
 }
 
-VKAPI_ATTR void VKAPI_CALL destroyPrivateDataSlotEXT (VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator)
-{
-       DE_UNREF(device);
-       freeNonDispHandle<PrivateDataSlotEXT, VkPrivateDataSlotEXT>(privateDataSlot, pAllocator);
-}
-
 VKAPI_ATTR void VKAPI_CALL destroyAccelerationStructureKHR (VkDevice device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator)
 {
        DE_UNREF(device);
@@ -1397,6 +1397,248 @@ VKAPI_ATTR uint64_t VKAPI_CALL getDeviceMemoryOpaqueCaptureAddress (VkDevice dev
        return VK_SUCCESS;
 }
 
+VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceToolProperties (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties)
+{
+       DE_UNREF(physicalDevice);
+       DE_UNREF(pToolCount);
+       DE_UNREF(pToolProperties);
+       return VK_SUCCESS;
+}
+
+VKAPI_ATTR VkResult VKAPI_CALL setPrivateData (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data)
+{
+       DE_UNREF(device);
+       DE_UNREF(objectType);
+       DE_UNREF(objectHandle);
+       DE_UNREF(privateDataSlot);
+       DE_UNREF(data);
+       return VK_SUCCESS;
+}
+
+VKAPI_ATTR void VKAPI_CALL getPrivateData (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData)
+{
+       DE_UNREF(device);
+       DE_UNREF(objectType);
+       DE_UNREF(objectHandle);
+       DE_UNREF(privateDataSlot);
+       DE_UNREF(pData);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetEvent2 (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(event);
+       DE_UNREF(pDependencyInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdResetEvent2 (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(event);
+       DE_UNREF(stageMask);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdWaitEvents2 (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(eventCount);
+       DE_UNREF(pEvents);
+       DE_UNREF(pDependencyInfos);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdPipelineBarrier2 (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pDependencyInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdWriteTimestamp2 (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(stage);
+       DE_UNREF(queryPool);
+       DE_UNREF(query);
+}
+
+VKAPI_ATTR VkResult VKAPI_CALL queueSubmit2 (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence)
+{
+       DE_UNREF(queue);
+       DE_UNREF(submitCount);
+       DE_UNREF(pSubmits);
+       DE_UNREF(fence);
+       return VK_SUCCESS;
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdCopyBuffer2 (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pCopyBufferInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdCopyImage2 (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pCopyImageInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdCopyBufferToImage2 (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pCopyBufferToImageInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdCopyImageToBuffer2 (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pCopyImageToBufferInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdBlitImage2 (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pBlitImageInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdResolveImage2 (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pResolveImageInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdBeginRendering (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(pRenderingInfo);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdEndRendering (VkCommandBuffer commandBuffer)
+{
+       DE_UNREF(commandBuffer);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetCullMode (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(cullMode);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetFrontFace (VkCommandBuffer commandBuffer, VkFrontFace frontFace)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(frontFace);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetPrimitiveTopology (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(primitiveTopology);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetViewportWithCount (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(viewportCount);
+       DE_UNREF(pViewports);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetScissorWithCount (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(scissorCount);
+       DE_UNREF(pScissors);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdBindVertexBuffers2 (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(firstBinding);
+       DE_UNREF(bindingCount);
+       DE_UNREF(pBuffers);
+       DE_UNREF(pOffsets);
+       DE_UNREF(pSizes);
+       DE_UNREF(pStrides);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetDepthTestEnable (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(depthTestEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetDepthWriteEnable (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(depthWriteEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetDepthCompareOp (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(depthCompareOp);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetDepthBoundsTestEnable (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(depthBoundsTestEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetStencilTestEnable (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(stencilTestEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetStencilOp (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(faceMask);
+       DE_UNREF(failOp);
+       DE_UNREF(passOp);
+       DE_UNREF(depthFailOp);
+       DE_UNREF(compareOp);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetRasterizerDiscardEnable (VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(rasterizerDiscardEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetDepthBiasEnable (VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(depthBiasEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL cmdSetPrimitiveRestartEnable (VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable)
+{
+       DE_UNREF(commandBuffer);
+       DE_UNREF(primitiveRestartEnable);
+}
+
+VKAPI_ATTR void VKAPI_CALL getDeviceBufferMemoryRequirements (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements)
+{
+       DE_UNREF(device);
+       DE_UNREF(pInfo);
+       DE_UNREF(pMemoryRequirements);
+}
+
+VKAPI_ATTR void VKAPI_CALL getDeviceImageMemoryRequirements (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements)
+{
+       DE_UNREF(device);
+       DE_UNREF(pInfo);
+       DE_UNREF(pMemoryRequirements);
+}
+
+VKAPI_ATTR void VKAPI_CALL getDeviceImageSparseMemoryRequirements (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements)
+{
+       DE_UNREF(device);
+       DE_UNREF(pInfo);
+       DE_UNREF(pSparseMemoryRequirementCount);
+       DE_UNREF(pSparseMemoryRequirements);
+}
+
 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceSurfaceSupportKHR (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported)
 {
        DE_UNREF(physicalDevice);
@@ -1534,17 +1776,6 @@ VKAPI_ATTR VkResult VKAPI_CALL getDisplayPlaneCapabilitiesKHR (VkPhysicalDevice
        return VK_SUCCESS;
 }
 
-VKAPI_ATTR void VKAPI_CALL cmdBeginRenderingKHR (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pRenderingInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdEndRenderingKHR (VkCommandBuffer commandBuffer)
-{
-       DE_UNREF(commandBuffer);
-}
-
 VKAPI_ATTR VkResult VKAPI_CALL getMemoryFdKHR (VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd)
 {
        DE_UNREF(device);
@@ -1769,51 +2000,6 @@ VKAPI_ATTR VkResult VKAPI_CALL getPipelineExecutableInternalRepresentationsKHR (
        return VK_SUCCESS;
 }
 
-VKAPI_ATTR void VKAPI_CALL cmdSetEvent2KHR (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(event);
-       DE_UNREF(pDependencyInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdResetEvent2KHR (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR stageMask)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(event);
-       DE_UNREF(stageMask);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdWaitEvents2KHR (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfos)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(eventCount);
-       DE_UNREF(pEvents);
-       DE_UNREF(pDependencyInfos);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdPipelineBarrier2KHR (VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pDependencyInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdWriteTimestamp2KHR (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkQueryPool queryPool, uint32_t query)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(stage);
-       DE_UNREF(queryPool);
-       DE_UNREF(query);
-}
-
-VKAPI_ATTR VkResult VKAPI_CALL queueSubmit2KHR (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2KHR* pSubmits, VkFence fence)
-{
-       DE_UNREF(queue);
-       DE_UNREF(submitCount);
-       DE_UNREF(pSubmits);
-       DE_UNREF(fence);
-       return VK_SUCCESS;
-}
-
 VKAPI_ATTR void VKAPI_CALL cmdWriteBufferMarker2AMD (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker)
 {
        DE_UNREF(commandBuffer);
@@ -1830,64 +2016,6 @@ VKAPI_ATTR void VKAPI_CALL getQueueCheckpointData2NV (VkQueue queue, uint32_t* p
        DE_UNREF(pCheckpointData);
 }
 
-VKAPI_ATTR void VKAPI_CALL cmdCopyBuffer2KHR (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pCopyBufferInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdCopyImage2KHR (VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pCopyImageInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdCopyBufferToImage2KHR (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pCopyBufferToImageInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdCopyImageToBuffer2KHR (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pCopyImageToBufferInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdBlitImage2KHR (VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pBlitImageInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdResolveImage2KHR (VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(pResolveImageInfo);
-}
-
-VKAPI_ATTR void VKAPI_CALL getDeviceBufferMemoryRequirementsKHR (VkDevice device, const VkDeviceBufferMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements)
-{
-       DE_UNREF(device);
-       DE_UNREF(pInfo);
-       DE_UNREF(pMemoryRequirements);
-}
-
-VKAPI_ATTR void VKAPI_CALL getDeviceImageMemoryRequirementsKHR (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements)
-{
-       DE_UNREF(device);
-       DE_UNREF(pInfo);
-       DE_UNREF(pMemoryRequirements);
-}
-
-VKAPI_ATTR void VKAPI_CALL getDeviceImageSparseMemoryRequirementsKHR (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements)
-{
-       DE_UNREF(device);
-       DE_UNREF(pInfo);
-       DE_UNREF(pSparseMemoryRequirementCount);
-       DE_UNREF(pSparseMemoryRequirements);
-}
-
 VKAPI_ATTR void VKAPI_CALL debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage)
 {
        DE_UNREF(instance);
@@ -2540,14 +2668,6 @@ VKAPI_ATTR VkDeviceAddress VKAPI_CALL getBufferDeviceAddressEXT (VkDevice device
        return VK_SUCCESS;
 }
 
-VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceToolPropertiesEXT (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties)
-{
-       DE_UNREF(physicalDevice);
-       DE_UNREF(pToolCount);
-       DE_UNREF(pToolProperties);
-       return VK_SUCCESS;
-}
-
 VKAPI_ATTR VkResult VKAPI_CALL getPhysicalDeviceCooperativeMatrixPropertiesNV (VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties)
 {
        DE_UNREF(physicalDevice);
@@ -2571,89 +2691,6 @@ VKAPI_ATTR void VKAPI_CALL cmdSetLineStippleEXT (VkCommandBuffer commandBuffer,
        DE_UNREF(lineStipplePattern);
 }
 
-VKAPI_ATTR void VKAPI_CALL cmdSetCullModeEXT (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(cullMode);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetFrontFaceEXT (VkCommandBuffer commandBuffer, VkFrontFace frontFace)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(frontFace);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetPrimitiveTopologyEXT (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(primitiveTopology);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetViewportWithCountEXT (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(viewportCount);
-       DE_UNREF(pViewports);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetScissorWithCountEXT (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(scissorCount);
-       DE_UNREF(pScissors);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdBindVertexBuffers2EXT (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(firstBinding);
-       DE_UNREF(bindingCount);
-       DE_UNREF(pBuffers);
-       DE_UNREF(pOffsets);
-       DE_UNREF(pSizes);
-       DE_UNREF(pStrides);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetDepthTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(depthTestEnable);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetDepthWriteEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(depthWriteEnable);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetDepthCompareOpEXT (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(depthCompareOp);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetDepthBoundsTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(depthBoundsTestEnable);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetStencilTestEnableEXT (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(stencilTestEnable);
-}
-
-VKAPI_ATTR void VKAPI_CALL cmdSetStencilOpEXT (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp)
-{
-       DE_UNREF(commandBuffer);
-       DE_UNREF(faceMask);
-       DE_UNREF(failOp);
-       DE_UNREF(passOp);
-       DE_UNREF(depthFailOp);
-       DE_UNREF(compareOp);
-}
-
 VKAPI_ATTR void VKAPI_CALL getGeneratedCommandsMemoryRequirementsNV (VkDevice device, const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2* pMemoryRequirements)
 {
        DE_UNREF(device);
@@ -2699,25 +2736,6 @@ VKAPI_ATTR VkResult VKAPI_CALL getDrmDisplayEXT (VkPhysicalDevice physicalDevice
        return VK_SUCCESS;
 }
 
-VKAPI_ATTR VkResult VKAPI_CALL setPrivateDataEXT (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data)
-{
-       DE_UNREF(device);
-       DE_UNREF(objectType);
-       DE_UNREF(objectHandle);
-       DE_UNREF(privateDataSlot);
-       DE_UNREF(data);
-       return VK_SUCCESS;
-}
-
-VKAPI_ATTR void VKAPI_CALL getPrivateDataEXT (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData)
-{
-       DE_UNREF(device);
-       DE_UNREF(objectType);
-       DE_UNREF(objectHandle);
-       DE_UNREF(privateDataSlot);
-       DE_UNREF(pData);
-}
-
 VKAPI_ATTR void VKAPI_CALL cmdSetFragmentShadingRateEnumNV (VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2])
 {
        DE_UNREF(commandBuffer);
@@ -2835,6 +2853,13 @@ VKAPI_ATTR void VKAPI_CALL cmdDrawMultiIndexedEXT (VkCommandBuffer commandBuffer
        DE_UNREF(pVertexOffset);
 }
 
+VKAPI_ATTR void VKAPI_CALL setDeviceMemoryPriorityEXT (VkDevice device, VkDeviceMemory memory, float priority)
+{
+       DE_UNREF(device);
+       DE_UNREF(memory);
+       DE_UNREF(priority);
+}
+
 VKAPI_ATTR void VKAPI_CALL cmdBuildAccelerationStructuresKHR (VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos)
 {
        DE_UNREF(commandBuffer);
@@ -3282,6 +3307,7 @@ static const tcu::StaticFunctionLibrary::Entry s_instanceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceExternalBufferProperties,                                                 getPhysicalDeviceExternalBufferProperties),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceExternalFenceProperties,                                                  getPhysicalDeviceExternalFenceProperties),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceExternalSemaphoreProperties,                                              getPhysicalDeviceExternalSemaphoreProperties),
+       VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceToolProperties,                                                                   getPhysicalDeviceToolProperties),
        VK_NULL_FUNC_ENTRY(vkDestroySurfaceKHR,                                                                                                 destroySurfaceKHR),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceSurfaceSupportKHR,                                                                getPhysicalDeviceSurfaceSupportKHR),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceSurfaceCapabilitiesKHR,                                                   getPhysicalDeviceSurfaceCapabilitiesKHR),
@@ -3326,7 +3352,7 @@ static const tcu::StaticFunctionLibrary::Entry s_instanceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkSubmitDebugUtilsMessageEXT,                                                                                submitDebugUtilsMessageEXT),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceMultisamplePropertiesEXT,                                                 getPhysicalDeviceMultisamplePropertiesEXT),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceCalibrateableTimeDomainsEXT,                                              getPhysicalDeviceCalibrateableTimeDomainsEXT),
-       VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceToolPropertiesEXT,                                                                getPhysicalDeviceToolPropertiesEXT),
+       VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceToolPropertiesEXT,                                                                getPhysicalDeviceToolProperties),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceCooperativeMatrixPropertiesNV,                                    getPhysicalDeviceCooperativeMatrixPropertiesNV),
        VK_NULL_FUNC_ENTRY(vkGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV,   getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV),
        VK_NULL_FUNC_ENTRY(vkCreateHeadlessSurfaceEXT,                                                                                  createHeadlessSurfaceEXT),
@@ -3508,6 +3534,42 @@ static const tcu::StaticFunctionLibrary::Entry s_deviceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkGetBufferDeviceAddress,                                                    getBufferDeviceAddress),
        VK_NULL_FUNC_ENTRY(vkGetBufferOpaqueCaptureAddress,                                             getBufferOpaqueCaptureAddress),
        VK_NULL_FUNC_ENTRY(vkGetDeviceMemoryOpaqueCaptureAddress,                               getDeviceMemoryOpaqueCaptureAddress),
+       VK_NULL_FUNC_ENTRY(vkCreatePrivateDataSlot,                                                             createPrivateDataSlot),
+       VK_NULL_FUNC_ENTRY(vkDestroyPrivateDataSlot,                                                    destroyPrivateDataSlot),
+       VK_NULL_FUNC_ENTRY(vkSetPrivateData,                                                                    setPrivateData),
+       VK_NULL_FUNC_ENTRY(vkGetPrivateData,                                                                    getPrivateData),
+       VK_NULL_FUNC_ENTRY(vkCmdSetEvent2,                                                                              cmdSetEvent2),
+       VK_NULL_FUNC_ENTRY(vkCmdResetEvent2,                                                                    cmdResetEvent2),
+       VK_NULL_FUNC_ENTRY(vkCmdWaitEvents2,                                                                    cmdWaitEvents2),
+       VK_NULL_FUNC_ENTRY(vkCmdPipelineBarrier2,                                                               cmdPipelineBarrier2),
+       VK_NULL_FUNC_ENTRY(vkCmdWriteTimestamp2,                                                                cmdWriteTimestamp2),
+       VK_NULL_FUNC_ENTRY(vkQueueSubmit2,                                                                              queueSubmit2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyBuffer2,                                                                    cmdCopyBuffer2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyImage2,                                                                             cmdCopyImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyBufferToImage2,                                                             cmdCopyBufferToImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyImageToBuffer2,                                                             cmdCopyImageToBuffer2),
+       VK_NULL_FUNC_ENTRY(vkCmdBlitImage2,                                                                             cmdBlitImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdResolveImage2,                                                                  cmdResolveImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdBeginRendering,                                                                 cmdBeginRendering),
+       VK_NULL_FUNC_ENTRY(vkCmdEndRendering,                                                                   cmdEndRendering),
+       VK_NULL_FUNC_ENTRY(vkCmdSetCullMode,                                                                    cmdSetCullMode),
+       VK_NULL_FUNC_ENTRY(vkCmdSetFrontFace,                                                                   cmdSetFrontFace),
+       VK_NULL_FUNC_ENTRY(vkCmdSetPrimitiveTopology,                                                   cmdSetPrimitiveTopology),
+       VK_NULL_FUNC_ENTRY(vkCmdSetViewportWithCount,                                                   cmdSetViewportWithCount),
+       VK_NULL_FUNC_ENTRY(vkCmdSetScissorWithCount,                                                    cmdSetScissorWithCount),
+       VK_NULL_FUNC_ENTRY(vkCmdBindVertexBuffers2,                                                             cmdBindVertexBuffers2),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthTestEnable,                                                             cmdSetDepthTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthWriteEnable,                                                    cmdSetDepthWriteEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthCompareOp,                                                              cmdSetDepthCompareOp),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthBoundsTestEnable,                                               cmdSetDepthBoundsTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetStencilTestEnable,                                                   cmdSetStencilTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetStencilOp,                                                                   cmdSetStencilOp),
+       VK_NULL_FUNC_ENTRY(vkCmdSetRasterizerDiscardEnable,                                             cmdSetRasterizerDiscardEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthBiasEnable,                                                             cmdSetDepthBiasEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetPrimitiveRestartEnable,                                              cmdSetPrimitiveRestartEnable),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceBufferMemoryRequirements,                                 getDeviceBufferMemoryRequirements),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceImageMemoryRequirements,                                  getDeviceImageMemoryRequirements),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceImageSparseMemoryRequirements,                    getDeviceImageSparseMemoryRequirements),
        VK_NULL_FUNC_ENTRY(vkCreateSwapchainKHR,                                                                createSwapchainKHR),
        VK_NULL_FUNC_ENTRY(vkDestroySwapchainKHR,                                                               destroySwapchainKHR),
        VK_NULL_FUNC_ENTRY(vkGetSwapchainImagesKHR,                                                             getSwapchainImagesKHR),
@@ -3517,8 +3579,8 @@ static const tcu::StaticFunctionLibrary::Entry s_deviceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR,                              getDeviceGroupSurfacePresentModesKHR),
        VK_NULL_FUNC_ENTRY(vkAcquireNextImage2KHR,                                                              acquireNextImage2KHR),
        VK_NULL_FUNC_ENTRY(vkCreateSharedSwapchainsKHR,                                                 createSharedSwapchainsKHR),
-       VK_NULL_FUNC_ENTRY(vkCmdBeginRenderingKHR,                                                              cmdBeginRenderingKHR),
-       VK_NULL_FUNC_ENTRY(vkCmdEndRenderingKHR,                                                                cmdEndRenderingKHR),
+       VK_NULL_FUNC_ENTRY(vkCmdBeginRenderingKHR,                                                              cmdBeginRendering),
+       VK_NULL_FUNC_ENTRY(vkCmdEndRenderingKHR,                                                                cmdEndRendering),
        VK_NULL_FUNC_ENTRY(vkGetDeviceGroupPeerMemoryFeaturesKHR,                               getDeviceGroupPeerMemoryFeatures),
        VK_NULL_FUNC_ENTRY(vkCmdSetDeviceMaskKHR,                                                               cmdSetDeviceMask),
        VK_NULL_FUNC_ENTRY(vkCmdDispatchBaseKHR,                                                                cmdDispatchBase),
@@ -3567,23 +3629,23 @@ static const tcu::StaticFunctionLibrary::Entry s_deviceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkGetPipelineExecutablePropertiesKHR,                                getPipelineExecutablePropertiesKHR),
        VK_NULL_FUNC_ENTRY(vkGetPipelineExecutableStatisticsKHR,                                getPipelineExecutableStatisticsKHR),
        VK_NULL_FUNC_ENTRY(vkGetPipelineExecutableInternalRepresentationsKHR,   getPipelineExecutableInternalRepresentationsKHR),
-       VK_NULL_FUNC_ENTRY(vkCmdSetEvent2KHR,                                                                   cmdSetEvent2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdResetEvent2KHR,                                                                 cmdResetEvent2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdWaitEvents2KHR,                                                                 cmdWaitEvents2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdPipelineBarrier2KHR,                                                    cmdPipelineBarrier2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdWriteTimestamp2KHR,                                                             cmdWriteTimestamp2KHR),
-       VK_NULL_FUNC_ENTRY(vkQueueSubmit2KHR,                                                                   queueSubmit2KHR),
+       VK_NULL_FUNC_ENTRY(vkCmdSetEvent2KHR,                                                                   cmdSetEvent2),
+       VK_NULL_FUNC_ENTRY(vkCmdResetEvent2KHR,                                                                 cmdResetEvent2),
+       VK_NULL_FUNC_ENTRY(vkCmdWaitEvents2KHR,                                                                 cmdWaitEvents2),
+       VK_NULL_FUNC_ENTRY(vkCmdPipelineBarrier2KHR,                                                    cmdPipelineBarrier2),
+       VK_NULL_FUNC_ENTRY(vkCmdWriteTimestamp2KHR,                                                             cmdWriteTimestamp2),
+       VK_NULL_FUNC_ENTRY(vkQueueSubmit2KHR,                                                                   queueSubmit2),
        VK_NULL_FUNC_ENTRY(vkCmdWriteBufferMarker2AMD,                                                  cmdWriteBufferMarker2AMD),
        VK_NULL_FUNC_ENTRY(vkGetQueueCheckpointData2NV,                                                 getQueueCheckpointData2NV),
-       VK_NULL_FUNC_ENTRY(vkCmdCopyBuffer2KHR,                                                                 cmdCopyBuffer2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdCopyImage2KHR,                                                                  cmdCopyImage2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdCopyBufferToImage2KHR,                                                  cmdCopyBufferToImage2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdCopyImageToBuffer2KHR,                                                  cmdCopyImageToBuffer2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdBlitImage2KHR,                                                                  cmdBlitImage2KHR),
-       VK_NULL_FUNC_ENTRY(vkCmdResolveImage2KHR,                                                               cmdResolveImage2KHR),
-       VK_NULL_FUNC_ENTRY(vkGetDeviceBufferMemoryRequirementsKHR,                              getDeviceBufferMemoryRequirementsKHR),
-       VK_NULL_FUNC_ENTRY(vkGetDeviceImageMemoryRequirementsKHR,                               getDeviceImageMemoryRequirementsKHR),
-       VK_NULL_FUNC_ENTRY(vkGetDeviceImageSparseMemoryRequirementsKHR,                 getDeviceImageSparseMemoryRequirementsKHR),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyBuffer2KHR,                                                                 cmdCopyBuffer2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyImage2KHR,                                                                  cmdCopyImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyBufferToImage2KHR,                                                  cmdCopyBufferToImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdCopyImageToBuffer2KHR,                                                  cmdCopyImageToBuffer2),
+       VK_NULL_FUNC_ENTRY(vkCmdBlitImage2KHR,                                                                  cmdBlitImage2),
+       VK_NULL_FUNC_ENTRY(vkCmdResolveImage2KHR,                                                               cmdResolveImage2),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceBufferMemoryRequirementsKHR,                              getDeviceBufferMemoryRequirements),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceImageMemoryRequirementsKHR,                               getDeviceImageMemoryRequirements),
+       VK_NULL_FUNC_ENTRY(vkGetDeviceImageSparseMemoryRequirementsKHR,                 getDeviceImageSparseMemoryRequirements),
        VK_NULL_FUNC_ENTRY(vkDebugMarkerSetObjectTagEXT,                                                debugMarkerSetObjectTagEXT),
        VK_NULL_FUNC_ENTRY(vkDebugMarkerSetObjectNameEXT,                                               debugMarkerSetObjectNameEXT),
        VK_NULL_FUNC_ENTRY(vkCmdDebugMarkerBeginEXT,                                                    cmdDebugMarkerBeginEXT),
@@ -3668,28 +3730,28 @@ static const tcu::StaticFunctionLibrary::Entry s_deviceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkGetBufferDeviceAddressEXT,                                                 getBufferDeviceAddressEXT),
        VK_NULL_FUNC_ENTRY(vkCmdSetLineStippleEXT,                                                              cmdSetLineStippleEXT),
        VK_NULL_FUNC_ENTRY(vkResetQueryPoolEXT,                                                                 resetQueryPool),
-       VK_NULL_FUNC_ENTRY(vkCmdSetCullModeEXT,                                                                 cmdSetCullModeEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetFrontFaceEXT,                                                                cmdSetFrontFaceEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetPrimitiveTopologyEXT,                                                cmdSetPrimitiveTopologyEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetViewportWithCountEXT,                                                cmdSetViewportWithCountEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetScissorWithCountEXT,                                                 cmdSetScissorWithCountEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdBindVertexBuffers2EXT,                                                  cmdBindVertexBuffers2EXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetDepthTestEnableEXT,                                                  cmdSetDepthTestEnableEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetDepthWriteEnableEXT,                                                 cmdSetDepthWriteEnableEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetDepthCompareOpEXT,                                                   cmdSetDepthCompareOpEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetDepthBoundsTestEnableEXT,                                    cmdSetDepthBoundsTestEnableEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetStencilTestEnableEXT,                                                cmdSetStencilTestEnableEXT),
-       VK_NULL_FUNC_ENTRY(vkCmdSetStencilOpEXT,                                                                cmdSetStencilOpEXT),
+       VK_NULL_FUNC_ENTRY(vkCmdSetCullModeEXT,                                                                 cmdSetCullMode),
+       VK_NULL_FUNC_ENTRY(vkCmdSetFrontFaceEXT,                                                                cmdSetFrontFace),
+       VK_NULL_FUNC_ENTRY(vkCmdSetPrimitiveTopologyEXT,                                                cmdSetPrimitiveTopology),
+       VK_NULL_FUNC_ENTRY(vkCmdSetViewportWithCountEXT,                                                cmdSetViewportWithCount),
+       VK_NULL_FUNC_ENTRY(vkCmdSetScissorWithCountEXT,                                                 cmdSetScissorWithCount),
+       VK_NULL_FUNC_ENTRY(vkCmdBindVertexBuffers2EXT,                                                  cmdBindVertexBuffers2),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthTestEnableEXT,                                                  cmdSetDepthTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthWriteEnableEXT,                                                 cmdSetDepthWriteEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthCompareOpEXT,                                                   cmdSetDepthCompareOp),
+       VK_NULL_FUNC_ENTRY(vkCmdSetDepthBoundsTestEnableEXT,                                    cmdSetDepthBoundsTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetStencilTestEnableEXT,                                                cmdSetStencilTestEnable),
+       VK_NULL_FUNC_ENTRY(vkCmdSetStencilOpEXT,                                                                cmdSetStencilOp),
        VK_NULL_FUNC_ENTRY(vkGetGeneratedCommandsMemoryRequirementsNV,                  getGeneratedCommandsMemoryRequirementsNV),
        VK_NULL_FUNC_ENTRY(vkCmdPreprocessGeneratedCommandsNV,                                  cmdPreprocessGeneratedCommandsNV),
        VK_NULL_FUNC_ENTRY(vkCmdExecuteGeneratedCommandsNV,                                             cmdExecuteGeneratedCommandsNV),
        VK_NULL_FUNC_ENTRY(vkCmdBindPipelineShaderGroupNV,                                              cmdBindPipelineShaderGroupNV),
        VK_NULL_FUNC_ENTRY(vkCreateIndirectCommandsLayoutNV,                                    createIndirectCommandsLayoutNV),
        VK_NULL_FUNC_ENTRY(vkDestroyIndirectCommandsLayoutNV,                                   destroyIndirectCommandsLayoutNV),
-       VK_NULL_FUNC_ENTRY(vkCreatePrivateDataSlotEXT,                                                  createPrivateDataSlotEXT),
-       VK_NULL_FUNC_ENTRY(vkDestroyPrivateDataSlotEXT,                                                 destroyPrivateDataSlotEXT),
-       VK_NULL_FUNC_ENTRY(vkSetPrivateDataEXT,                                                                 setPrivateDataEXT),
-       VK_NULL_FUNC_ENTRY(vkGetPrivateDataEXT,                                                                 getPrivateDataEXT),
+       VK_NULL_FUNC_ENTRY(vkCreatePrivateDataSlotEXT,                                                  createPrivateDataSlot),
+       VK_NULL_FUNC_ENTRY(vkDestroyPrivateDataSlotEXT,                                                 destroyPrivateDataSlot),
+       VK_NULL_FUNC_ENTRY(vkSetPrivateDataEXT,                                                                 setPrivateData),
+       VK_NULL_FUNC_ENTRY(vkGetPrivateDataEXT,                                                                 getPrivateData),
        VK_NULL_FUNC_ENTRY(vkCmdSetFragmentShadingRateEnumNV,                                   cmdSetFragmentShadingRateEnumNV),
        VK_NULL_FUNC_ENTRY(vkCmdSetVertexInputEXT,                                                              cmdSetVertexInputEXT),
        VK_NULL_FUNC_ENTRY(vkGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI,             getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI),
@@ -3704,6 +3766,7 @@ static const tcu::StaticFunctionLibrary::Entry s_deviceFunctions[] =
        VK_NULL_FUNC_ENTRY(vkCmdSetColorWriteEnableEXT,                                                 cmdSetColorWriteEnableEXT),
        VK_NULL_FUNC_ENTRY(vkCmdDrawMultiEXT,                                                                   cmdDrawMultiEXT),
        VK_NULL_FUNC_ENTRY(vkCmdDrawMultiIndexedEXT,                                                    cmdDrawMultiIndexedEXT),
+       VK_NULL_FUNC_ENTRY(vkSetDeviceMemoryPriorityEXT,                                                setDeviceMemoryPriorityEXT),
        VK_NULL_FUNC_ENTRY(vkCreateAccelerationStructureKHR,                                    createAccelerationStructureKHR),
        VK_NULL_FUNC_ENTRY(vkDestroyAccelerationStructureKHR,                                   destroyAccelerationStructureKHR),
        VK_NULL_FUNC_ENTRY(vkCmdBuildAccelerationStructuresKHR,                                 cmdBuildAccelerationStructuresKHR),
index d786d5f..6ea7e27 100644 (file)
@@ -31,6 +31,7 @@ template<> inline VkObjectType        getObjectType<VkFramebuffer>                                    (void) { return
 template<> inline VkObjectType getObjectType<VkCommandPool>                                    (void) { return VK_OBJECT_TYPE_COMMAND_POOL;                                    }
 template<> inline VkObjectType getObjectType<VkSamplerYcbcrConversion>                 (void) { return VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION;                }
 template<> inline VkObjectType getObjectType<VkDescriptorUpdateTemplate>               (void) { return VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE;              }
+template<> inline VkObjectType getObjectType<VkPrivateDataSlot>                                (void) { return VK_OBJECT_TYPE_PRIVATE_DATA_SLOT;                               }
 template<> inline VkObjectType getObjectType<VkSurfaceKHR>                                             (void) { return VK_OBJECT_TYPE_SURFACE_KHR;                                             }
 template<> inline VkObjectType getObjectType<VkSwapchainKHR>                                   (void) { return VK_OBJECT_TYPE_SWAPCHAIN_KHR;                                   }
 template<> inline VkObjectType getObjectType<VkDisplayKHR>                                             (void) { return VK_OBJECT_TYPE_DISPLAY_KHR;                                             }
@@ -44,7 +45,6 @@ template<> inline VkObjectType        getObjectType<VkValidationCacheEXT>                             (void) { r
 template<> inline VkObjectType getObjectType<VkAccelerationStructureNV>                (void) { return VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_NV;               }
 template<> inline VkObjectType getObjectType<VkPerformanceConfigurationINTEL>  (void) { return VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL; }
 template<> inline VkObjectType getObjectType<VkIndirectCommandsLayoutNV>               (void) { return VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV;             }
-template<> inline VkObjectType getObjectType<VkPrivateDataSlotEXT>                             (void) { return VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT;                   }
 template<> inline VkObjectType getObjectType<VkAccelerationStructureKHR>               (void) { return VK_OBJECT_TYPE_ACCELERATION_STRUCTURE_KHR;              }
 template<> inline VkObjectType getObjectType<VkVideoSessionKHR>                                (void) { return VK_OBJECT_TYPE_VIDEO_SESSION_KHR;                               }
 template<> inline VkObjectType getObjectType<VkVideoSessionParametersKHR>              (void) { return VK_OBJECT_TYPE_VIDEO_SESSION_PARAMETERS_KHR;    }
index 3d924f2..2aa5719 100644 (file)
@@ -24,6 +24,7 @@ Move<VkCommandPool>                                   createCommandPool                                       (const DeviceInterface& vk, VkDevi
 Move<VkSamplerYcbcrConversion>         createSamplerYcbcrConversion            (const DeviceInterface& vk, VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkDescriptorUpdateTemplate>       createDescriptorUpdateTemplate          (const DeviceInterface& vk, VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkRenderPass>                                     createRenderPass2                                       (const DeviceInterface& vk, VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
+Move<VkPrivateDataSlot>                                createPrivateDataSlot                           (const DeviceInterface& vk, VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkSwapchainKHR>                           createSwapchainKHR                                      (const DeviceInterface& vk, VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkSurfaceKHR>                                     createDisplayPlaneSurfaceKHR            (const InstanceInterface& vk, VkInstance instance, const VkDisplaySurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkSwapchainKHR>                           createSharedSwapchainsKHR                       (const DeviceInterface& vk, VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator = DE_NULL);
@@ -36,7 +37,6 @@ Move<VkValidationCacheEXT>                    createValidationCacheEXT                        (const DeviceInterface&
 Move<VkAccelerationStructureNV>                createAccelerationStructureNV           (const DeviceInterface& vk, VkDevice device, const VkAccelerationStructureCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkSurfaceKHR>                                     createHeadlessSurfaceEXT                        (const InstanceInterface& vk, VkInstance instance, const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkIndirectCommandsLayoutNV>       createIndirectCommandsLayoutNV          (const DeviceInterface& vk, VkDevice device, const VkIndirectCommandsLayoutCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
-Move<VkPrivateDataSlotEXT>                     createPrivateDataSlotEXT                        (const DeviceInterface& vk, VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkAccelerationStructureKHR>       createAccelerationStructureKHR          (const DeviceInterface& vk, VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkSurfaceKHR>                                     createAndroidSurfaceKHR                         (const InstanceInterface& vk, VkInstance instance, const VkAndroidSurfaceCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
 Move<VkVideoSessionKHR>                                createVideoSessionKHR                           (const DeviceInterface& vk, VkDevice device, const VkVideoSessionCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator = DE_NULL);
index 7f9db0c..b8032e6 100644 (file)
@@ -131,6 +131,12 @@ void Deleter<VkDescriptorUpdateTemplate>::operator() (VkDescriptorUpdateTemplate
 }
 
 template<>
+void Deleter<VkPrivateDataSlot>::operator() (VkPrivateDataSlot obj) const
+{
+       m_deviceIface->destroyPrivateDataSlot(m_device, obj, m_allocator);
+}
+
+template<>
 void Deleter<VkSwapchainKHR>::operator() (VkSwapchainKHR obj) const
 {
        m_deviceIface->destroySwapchainKHR(m_device, obj, m_allocator);
@@ -173,12 +179,6 @@ void Deleter<VkIndirectCommandsLayoutNV>::operator() (VkIndirectCommandsLayoutNV
 }
 
 template<>
-void Deleter<VkPrivateDataSlotEXT>::operator() (VkPrivateDataSlotEXT obj) const
-{
-       m_deviceIface->destroyPrivateDataSlotEXT(m_device, obj, m_allocator);
-}
-
-template<>
 void Deleter<VkAccelerationStructureKHR>::operator() (VkAccelerationStructureKHR obj) const
 {
        m_deviceIface->destroyAccelerationStructureKHR(m_device, obj, m_allocator);
@@ -359,6 +359,13 @@ Move<VkRenderPass> createRenderPass2 (const DeviceInterface& vk, VkDevice device
        return Move<VkRenderPass>(check<VkRenderPass>(object), Deleter<VkRenderPass>(vk, device, pAllocator));
 }
 
+Move<VkPrivateDataSlot> createPrivateDataSlot (const DeviceInterface& vk, VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator)
+{
+       VkPrivateDataSlot object = 0;
+       VK_CHECK(vk.createPrivateDataSlot(device, pCreateInfo, pAllocator, &object));
+       return Move<VkPrivateDataSlot>(check<VkPrivateDataSlot>(object), Deleter<VkPrivateDataSlot>(vk, device, pAllocator));
+}
+
 Move<VkSwapchainKHR> createSwapchainKHR (const DeviceInterface& vk, VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator)
 {
        VkSwapchainKHR object = 0;
@@ -443,13 +450,6 @@ Move<VkIndirectCommandsLayoutNV> createIndirectCommandsLayoutNV (const DeviceInt
        return Move<VkIndirectCommandsLayoutNV>(check<VkIndirectCommandsLayoutNV>(object), Deleter<VkIndirectCommandsLayoutNV>(vk, device, pAllocator));
 }
 
-Move<VkPrivateDataSlotEXT> createPrivateDataSlotEXT (const DeviceInterface& vk, VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator)
-{
-       VkPrivateDataSlotEXT object = 0;
-       VK_CHECK(vk.createPrivateDataSlotEXT(device, pCreateInfo, pAllocator, &object));
-       return Move<VkPrivateDataSlotEXT>(check<VkPrivateDataSlotEXT>(object), Deleter<VkPrivateDataSlotEXT>(vk, device, pAllocator));
-}
-
 Move<VkAccelerationStructureKHR> createAccelerationStructureKHR (const DeviceInterface& vk, VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator)
 {
        VkAccelerationStructureKHR object = 0;
index a60dafc..865f067 100644 (file)
@@ -372,7 +372,6 @@ tcu::Format::Bitfield<32>   getQueryResultFlagsStr                                                                          (VkQueryResultFlags va
 tcu::Format::Bitfield<32>      getBufferCreateFlagsStr                                                                         (VkBufferCreateFlags value);
 tcu::Format::Bitfield<32>      getBufferUsageFlagsStr                                                                          (VkBufferUsageFlags value);
 tcu::Format::Bitfield<32>      getImageViewCreateFlagsStr                                                                      (VkImageViewCreateFlags value);
-tcu::Format::Bitfield<32>      getShaderModuleCreateFlagsStr                                                           (VkShaderModuleCreateFlags value);
 tcu::Format::Bitfield<32>      getPipelineCacheCreateFlagsStr                                                          (VkPipelineCacheCreateFlags value);
 tcu::Format::Bitfield<32>      getColorComponentFlagsStr                                                                       (VkColorComponentFlags value);
 tcu::Format::Bitfield<32>      getPipelineCreateFlagsStr                                                                       (VkPipelineCreateFlags value);
@@ -407,15 +406,18 @@ tcu::Format::Bitfield<32> getExternalSemaphoreFeatureFlagsStr                                                     (VkExternalS
 tcu::Format::Bitfield<32>      getResolveModeFlagsStr                                                                          (VkResolveModeFlags value);
 tcu::Format::Bitfield<32>      getDescriptorBindingFlagsStr                                                            (VkDescriptorBindingFlags value);
 tcu::Format::Bitfield<32>      getSemaphoreWaitFlagsStr                                                                        (VkSemaphoreWaitFlags value);
+tcu::Format::Bitfield<32>      getPipelineCreationFeedbackFlagsStr                                                     (VkPipelineCreationFeedbackFlags value);
+tcu::Format::Bitfield<32>      getToolPurposeFlagsStr                                                                          (VkToolPurposeFlags value);
+tcu::Format::Bitfield<32>      getPrivateDataSlotCreateFlagsStr                                                        (VkPrivateDataSlotCreateFlags value);
+tcu::Format::Bitfield<32>      getSubmitFlagsStr                                                                                       (VkSubmitFlags value);
+tcu::Format::Bitfield<32>      getRenderingFlagsStr                                                                            (VkRenderingFlags value);
 tcu::Format::Bitfield<32>      getSurfaceTransformFlagsKHRStr                                                          (VkSurfaceTransformFlagsKHR value);
 tcu::Format::Bitfield<32>      getCompositeAlphaFlagsKHRStr                                                            (VkCompositeAlphaFlagsKHR value);
 tcu::Format::Bitfield<32>      getSwapchainCreateFlagsKHRStr                                                           (VkSwapchainCreateFlagsKHR value);
 tcu::Format::Bitfield<32>      getDeviceGroupPresentModeFlagsKHRStr                                            (VkDeviceGroupPresentModeFlagsKHR value);
 tcu::Format::Bitfield<32>      getDisplayPlaneAlphaFlagsKHRStr                                                         (VkDisplayPlaneAlphaFlagsKHR value);
-tcu::Format::Bitfield<32>      getRenderingFlagsKHRStr                                                                         (VkRenderingFlagsKHR value);
 tcu::Format::Bitfield<32>      getPerformanceCounterDescriptionFlagsKHRStr                                     (VkPerformanceCounterDescriptionFlagsKHR value);
 tcu::Format::Bitfield<32>      getAcquireProfilingLockFlagsKHRStr                                                      (VkAcquireProfilingLockFlagsKHR value);
-tcu::Format::Bitfield<32>      getSubmitFlagsKHRStr                                                                            (VkSubmitFlagsKHR value);
 tcu::Format::Bitfield<32>      getDebugReportFlagsEXTStr                                                                       (VkDebugReportFlagsEXT value);
 tcu::Format::Bitfield<32>      getExternalMemoryHandleTypeFlagsNVStr                                           (VkExternalMemoryHandleTypeFlagsNV value);
 tcu::Format::Bitfield<32>      getExternalMemoryFeatureFlagsNVStr                                                      (VkExternalMemoryFeatureFlagsNV value);
@@ -427,12 +429,9 @@ tcu::Format::Bitfield<32>  getGeometryFlagsKHRStr                                                                          (VkGeometryFlagsKHR va
 tcu::Format::Bitfield<32>      getGeometryInstanceFlagsKHRStr                                                          (VkGeometryInstanceFlagsKHR value);
 tcu::Format::Bitfield<32>      getBuildAccelerationStructureFlagsKHRStr                                        (VkBuildAccelerationStructureFlagsKHR value);
 tcu::Format::Bitfield<32>      getPipelineCompilerControlFlagsAMDStr                                           (VkPipelineCompilerControlFlagsAMD value);
-tcu::Format::Bitfield<32>      getPipelineCreationFeedbackFlagsEXTStr                                          (VkPipelineCreationFeedbackFlagsEXT value);
 tcu::Format::Bitfield<32>      getShaderCorePropertiesFlagsAMDStr                                                      (VkShaderCorePropertiesFlagsAMD value);
-tcu::Format::Bitfield<32>      getToolPurposeFlagsEXTStr                                                                       (VkToolPurposeFlagsEXT value);
 tcu::Format::Bitfield<32>      getIndirectStateFlagsNVStr                                                                      (VkIndirectStateFlagsNV value);
 tcu::Format::Bitfield<32>      getIndirectCommandsLayoutUsageFlagsNVStr                                        (VkIndirectCommandsLayoutUsageFlagsNV value);
-tcu::Format::Bitfield<32>      getPrivateDataSlotCreateFlagsEXTStr                                                     (VkPrivateDataSlotCreateFlagsEXT value);
 tcu::Format::Bitfield<32>      getDeviceDiagnosticsConfigFlagsNVStr                                            (VkDeviceDiagnosticsConfigFlagsNV value);
 tcu::Format::Bitfield<32>      getAccelerationStructureCreateFlagsKHRStr                                       (VkAccelerationStructureCreateFlagsKHR value);
 tcu::Format::Bitfield<32>      getVideoCodecOperationFlagsKHRStr                                                       (VkVideoCodecOperationFlagsKHR value);
@@ -457,6 +456,7 @@ tcu::Format::Bitfield<32>   getMemoryMapFlagsStr                                                                            (VkMemoryMapFlags value)
 tcu::Format::Bitfield<32>      getSemaphoreCreateFlagsStr                                                                      (VkSemaphoreCreateFlags value);
 tcu::Format::Bitfield<32>      getQueryPoolCreateFlagsStr                                                                      (VkQueryPoolCreateFlags value);
 tcu::Format::Bitfield<32>      getBufferViewCreateFlagsStr                                                                     (VkBufferViewCreateFlags value);
+tcu::Format::Bitfield<32>      getShaderModuleCreateFlagsStr                                                           (VkShaderModuleCreateFlags value);
 tcu::Format::Bitfield<32>      getPipelineVertexInputStateCreateFlagsStr                                       (VkPipelineVertexInputStateCreateFlags value);
 tcu::Format::Bitfield<32>      getPipelineInputAssemblyStateCreateFlagsStr                                     (VkPipelineInputAssemblyStateCreateFlags value);
 tcu::Format::Bitfield<32>      getPipelineTessellationStateCreateFlagsStr                                      (VkPipelineTessellationStateCreateFlags value);
@@ -733,6 +733,59 @@ std::ostream&      operator<<      (std::ostream& s, const VkBufferDeviceAddressInfo& valu
 std::ostream&  operator<<      (std::ostream& s, const VkBufferOpaqueCaptureAddressCreateInfo& value);
 std::ostream&  operator<<      (std::ostream& s, const VkMemoryOpaqueCaptureAddressAllocateInfo& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDeviceMemoryOpaqueCaptureAddressInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceVulkan13Features& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceVulkan13Properties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPipelineCreationFeedback& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPipelineCreationFeedbackCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderTerminateInvocationFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceToolProperties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePrivateDataFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDevicePrivateDataCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPrivateDataSlotCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePipelineCreationCacheControlFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkMemoryBarrier2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkBufferMemoryBarrier2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkImageMemoryBarrier2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDependencyInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkSemaphoreSubmitInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferSubmitInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkSubmitInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSynchronization2Features& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceImageRobustnessFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkBufferCopy2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCopyBufferInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkImageCopy2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCopyImageInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkBufferImageCopy2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCopyBufferToImageInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCopyImageToBufferInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkImageBlit2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkBlitImageInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkImageResolve2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkResolveImageInfo2& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlProperties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPipelineShaderStageRequiredSubgroupSizeCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockProperties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkWriteDescriptorSetInlineUniformBlock& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDescriptorPoolInlineUniformBlockCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceTextureCompressionASTCHDRFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkRenderingAttachmentInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkRenderingInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPipelineRenderingCreateInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDynamicRenderingFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferInheritanceRenderingInfo& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductFeatures& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductProperties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceTexelBufferAlignmentProperties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkFormatProperties3& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMaintenance4Features& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMaintenance4Properties& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDeviceBufferMemoryRequirements& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDeviceImageMemoryRequirements& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSurfaceCapabilitiesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSurfaceFormatKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSwapchainCreateInfoKHR& value);
@@ -751,11 +804,6 @@ std::ostream&      operator<<      (std::ostream& s, const VkDisplayPlanePropertiesKHR& va
 std::ostream&  operator<<      (std::ostream& s, const VkDisplayPropertiesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDisplaySurfaceCreateInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDisplayPresentInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkRenderingAttachmentInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkRenderingInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPipelineRenderingCreateInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDynamicRenderingFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferInheritanceRenderingInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkRenderingFragmentShadingRateAttachmentInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkRenderingFragmentDensityMapAttachmentInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkAttachmentSampleCountInfoAMD& value);
@@ -789,7 +837,6 @@ std::ostream&       operator<<      (std::ostream& s, const VkDisplayModeProperties2KHR& va
 std::ostream&  operator<<      (std::ostream& s, const VkDisplayPlaneInfo2KHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDisplayPlaneCapabilities2KHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderClockFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkFragmentShadingRateAttachmentInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineFragmentShadingRateStateCreateInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateFeaturesKHR& value);
@@ -804,40 +851,13 @@ std::ostream&     operator<<      (std::ostream& s, const VkPipelineExecutableInfoKHR& va
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineExecutableStatisticValueKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineExecutableStatisticKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineExecutableInternalRepresentationKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineLibraryCreateInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPresentIdKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePresentIdFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkMemoryBarrier2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkBufferMemoryBarrier2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkImageMemoryBarrier2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkDependencyInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkSemaphoreSubmitInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferSubmitInfoKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkSubmitInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSynchronization2FeaturesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkQueueFamilyCheckpointProperties2NV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkCheckpointData2NV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkBufferCopy2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCopyBufferInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkImageCopy2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCopyImageInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkBufferImageCopy2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCopyBufferToImageInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkCopyImageToBufferInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkImageBlit2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkBlitImageInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkImageResolve2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkResolveImageInfo2KHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkFormatPropertiesExtendedKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMaintenance4FeaturesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMaintenance4PropertiesKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkDeviceBufferMemoryRequirementsKHR& value);
-std::ostream&  operator<<      (std::ostream& s, const VkDeviceImageMemoryRequirementsKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDebugReportCallbackCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineRasterizationStateRasterizationOrderAMD& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDebugMarkerObjectNameInfoEXT& value);
@@ -862,7 +882,6 @@ std::ostream&       operator<<      (std::ostream& s, const VkExternalImageFormatProperties
 std::ostream&  operator<<      (std::ostream& s, const VkExternalMemoryImageCreateInfoNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkExportMemoryAllocateInfoNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkValidationFlagsEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkImageViewASTCDecodeModeEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceASTCDecodeFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkConditionalRenderingBeginInfoEXT& value);
@@ -895,10 +914,6 @@ std::ostream&      operator<<      (std::ostream& s, const VkDebugUtilsObjectNameInfoEXT&
 std::ostream&  operator<<      (std::ostream& s, const VkDebugUtilsMessengerCallbackDataEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDebugUtilsMessengerCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDebugUtilsObjectTagInfoEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockPropertiesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkWriteDescriptorSetInlineUniformBlockEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkDescriptorPoolInlineUniformBlockCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSampleLocationEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSampleLocationsInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkAttachmentSampleLocationsEXT& value);
@@ -920,6 +935,8 @@ std::ostream&       operator<<      (std::ostream& s, const VkPhysicalDeviceImageDrmFormatM
 std::ostream&  operator<<      (std::ostream& s, const VkImageDrmFormatModifierListCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkImageDrmFormatModifierExplicitCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkImageDrmFormatModifierPropertiesEXT& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDrmFormatModifierProperties2EXT& value);
+std::ostream&  operator<<      (std::ostream& s, const VkDrmFormatModifierPropertiesList2EXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkValidationCacheCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkShaderModuleValidationCacheCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkShadingRatePaletteNV& value);
@@ -960,8 +977,6 @@ std::ostream&       operator<<      (std::ostream& s, const VkPhysicalDeviceVertexAttribute
 std::ostream&  operator<<      (std::ostream& s, const VkVertexInputBindingDivisorDescriptionEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPipelineVertexInputDivisorStateCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPipelineCreationFeedbackEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPipelineCreationFeedbackCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceComputeShaderDerivativesFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMeshShaderFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMeshShaderPropertiesNV& value);
@@ -987,9 +1002,6 @@ std::ostream&      operator<<      (std::ostream& s, const VkSwapchainDisplayNativeHdrCrea
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentDensityMapFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentDensityMapPropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkRenderPassFragmentDensityMapCreateInfoEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderCoreProperties2AMD& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceCoherentMemoryFeaturesAMD& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT& value);
@@ -999,7 +1011,6 @@ std::ostream&      operator<<      (std::ostream& s, const VkMemoryPriorityAllocateInfoEXT
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceBufferDeviceAddressFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkBufferDeviceAddressCreateInfoEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceToolPropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkValidationFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkCooperativeMatrixPropertiesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceCooperativeMatrixFeaturesNV& value);
@@ -1020,7 +1031,6 @@ std::ostream&     operator<<      (std::ostream& s, const VkPhysicalDeviceShaderAtomicFlo
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceIndexTypeUint8FeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceExtendedDynamicStateFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDeviceGeneratedCommandsFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkGraphicsShaderGroupCreateInfoNV& value);
@@ -1037,7 +1047,6 @@ std::ostream&     operator<<      (std::ostream& s, const VkGeneratedCommandsMemoryRequir
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceInheritedViewportScissorFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferInheritanceViewportScissorInfoNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkRenderPassTransformBeginInfoQCOM& value);
 std::ostream&  operator<<      (std::ostream& s, const VkCommandBufferInheritanceRenderPassTransformInfoQCOM& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDeviceMemoryReportFeaturesEXT& value);
@@ -1048,10 +1057,6 @@ std::ostream&    operator<<      (std::ostream& s, const VkPhysicalDeviceRobustness2Prop
 std::ostream&  operator<<      (std::ostream& s, const VkSamplerCustomBorderColorCreateInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceCustomBorderColorPropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceCustomBorderColorFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePrivateDataFeaturesEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkDevicePrivateDataCreateInfoEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPrivateDataSlotCreateInfoEXT& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDiagnosticsConfigFeaturesNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDeviceDiagnosticsConfigCreateInfoNV& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateEnumsFeaturesNV& value);
@@ -1070,7 +1075,6 @@ std::ostream&     operator<<      (std::ostream& s, const VkPhysicalDeviceYcbcr2Plane444F
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentDensityMap2FeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceFragmentDensityMap2PropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkCopyCommandTransformInfoQCOM& value);
-std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceImageRobustnessFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevice4444FormatsFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE& value);
 std::ostream&  operator<<      (std::ostream& s, const VkMutableDescriptorTypeListVALVE& value);
@@ -1079,6 +1083,7 @@ std::ostream&     operator<<      (std::ostream& s, const VkPhysicalDeviceVertexInputDyna
 std::ostream&  operator<<      (std::ostream& s, const VkVertexInputBindingDescription2EXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkVertexInputAttributeDescription2EXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceDrmPropertiesEXT& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkSubpassShadingPipelineCreateInfoHUAWEI& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubpassShadingFeaturesHUAWEI& value);
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceSubpassShadingPropertiesHUAWEI& value);
@@ -1094,6 +1099,7 @@ std::ostream&     operator<<      (std::ostream& s, const VkPhysicalDeviceMultiDrawFeatur
 std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDeviceMultiDrawPropertiesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkMultiDrawInfoEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkMultiDrawIndexedInfoEXT& value);
+std::ostream&  operator<<      (std::ostream& s, const VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT& value);
 std::ostream&  operator<<      (std::ostream& s, const VkDeviceOrHostAddressKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkAccelerationStructureBuildRangeInfoKHR& value);
 std::ostream&  operator<<      (std::ostream& s, const VkAccelerationStructureGeometryTrianglesDataKHR& value);
index 10bfb64..24227dc 100644 (file)
@@ -28,6 +28,7 @@ template<> const char*        getTypeName<VkFramebuffer>                                              (void) { return "VkFrameb
 template<> const char* getTypeName<VkCommandPool>                                              (void) { return "VkCommandPool";                                        }
 template<> const char* getTypeName<VkSamplerYcbcrConversion>                   (void) { return "VkSamplerYcbcrConversion";                     }
 template<> const char* getTypeName<VkDescriptorUpdateTemplate>                 (void) { return "VkDescriptorUpdateTemplate";           }
+template<> const char* getTypeName<VkPrivateDataSlot>                                  (void) { return "VkPrivateDataSlot";                            }
 template<> const char* getTypeName<VkSurfaceKHR>                                               (void) { return "VkSurfaceKHR";                                         }
 template<> const char* getTypeName<VkSwapchainKHR>                                             (void) { return "VkSwapchainKHR";                                       }
 template<> const char* getTypeName<VkDisplayKHR>                                               (void) { return "VkDisplayKHR";                                         }
@@ -41,7 +42,6 @@ template<> const char*        getTypeName<VkValidationCacheEXT>                               (void) { return "VkV
 template<> const char* getTypeName<VkAccelerationStructureNV>                  (void) { return "VkAccelerationStructureNV";            }
 template<> const char* getTypeName<VkPerformanceConfigurationINTEL>    (void) { return "VkPerformanceConfigurationINTEL";      }
 template<> const char* getTypeName<VkIndirectCommandsLayoutNV>                 (void) { return "VkIndirectCommandsLayoutNV";           }
-template<> const char* getTypeName<VkPrivateDataSlotEXT>                               (void) { return "VkPrivateDataSlotEXT";                         }
 template<> const char* getTypeName<VkAccelerationStructureKHR>                 (void) { return "VkAccelerationStructureKHR";           }
 template<> const char* getTypeName<VkVideoSessionKHR>                                  (void) { return "VkVideoSessionKHR";                            }
 template<> const char* getTypeName<VkVideoSessionParametersKHR>                (void) { return "VkVideoSessionParametersKHR";          }
@@ -100,6 +100,7 @@ const char* getResultName (VkResult value)
                case VK_ERROR_INVALID_EXTERNAL_HANDLE:                                          return "VK_ERROR_INVALID_EXTERNAL_HANDLE";
                case VK_ERROR_FRAGMENTATION:                                                            return "VK_ERROR_FRAGMENTATION";
                case VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS:                           return "VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS";
+               case VK_PIPELINE_COMPILE_REQUIRED:                                                      return "VK_PIPELINE_COMPILE_REQUIRED";
                case VK_ERROR_SURFACE_LOST_KHR:                                                         return "VK_ERROR_SURFACE_LOST_KHR";
                case VK_ERROR_NATIVE_WINDOW_IN_USE_KHR:                                         return "VK_ERROR_NATIVE_WINDOW_IN_USE_KHR";
                case VK_SUBOPTIMAL_KHR:                                                                         return "VK_SUBOPTIMAL_KHR";
@@ -114,7 +115,6 @@ const char* getResultName (VkResult value)
                case VK_THREAD_DONE_KHR:                                                                        return "VK_THREAD_DONE_KHR";
                case VK_OPERATION_DEFERRED_KHR:                                                         return "VK_OPERATION_DEFERRED_KHR";
                case VK_OPERATION_NOT_DEFERRED_KHR:                                                     return "VK_OPERATION_NOT_DEFERRED_KHR";
-               case VK_PIPELINE_COMPILE_REQUIRED_EXT:                                          return "VK_PIPELINE_COMPILE_REQUIRED_EXT";
                case VK_RESULT_MAX_ENUM:                                                                        return "VK_RESULT_MAX_ENUM";
                default:                                                                                                        return DE_NULL;
        }
@@ -288,6 +288,58 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO:                                                       return "VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO";
                case VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO:                                                     return "VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO";
                case VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO:                                                       return "VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES:                                                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES:                                                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES";
+               case VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO:                                                          return "VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES:                            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES:                                                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES:                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES:                                                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES";
+               case VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO:                                                                         return "VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO:                                                                           return "VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES:                        return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES";
+               case VK_STRUCTURE_TYPE_MEMORY_BARRIER_2:                                                                                                        return "VK_STRUCTURE_TYPE_MEMORY_BARRIER_2";
+               case VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2:                                                                                         return "VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2";
+               case VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2:                                                                                          return "VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2";
+               case VK_STRUCTURE_TYPE_DEPENDENCY_INFO:                                                                                                         return "VK_STRUCTURE_TYPE_DEPENDENCY_INFO";
+               case VK_STRUCTURE_TYPE_SUBMIT_INFO_2:                                                                                                           return "VK_STRUCTURE_TYPE_SUBMIT_INFO_2";
+               case VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO:                                                                                           return "VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO";
+               case VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO:                                                                                      return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES:                                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES:                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES";
+               case VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2:                                                                                                      return "VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2";
+               case VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2:                                                                                                       return "VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2";
+               case VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2:                                                                                     return "VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2";
+               case VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2:                                                                                     return "VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2";
+               case VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2:                                                                                                       return "VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2";
+               case VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2:                                                                                            return "VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2";
+               case VK_STRUCTURE_TYPE_BUFFER_COPY_2:                                                                                                           return "VK_STRUCTURE_TYPE_BUFFER_COPY_2";
+               case VK_STRUCTURE_TYPE_IMAGE_COPY_2:                                                                                                            return "VK_STRUCTURE_TYPE_IMAGE_COPY_2";
+               case VK_STRUCTURE_TYPE_IMAGE_BLIT_2:                                                                                                            return "VK_STRUCTURE_TYPE_IMAGE_BLIT_2";
+               case VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2:                                                                                                     return "VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2";
+               case VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2:                                                                                                         return "VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES:                                        return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES";
+               case VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO:                        return "VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES:                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES:                                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES:                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES";
+               case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK:                                                       return "VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK";
+               case VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO:                                        return "VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES";
+               case VK_STRUCTURE_TYPE_RENDERING_INFO:                                                                                                          return "VK_STRUCTURE_TYPE_RENDERING_INFO";
+               case VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO:                                                                                       return "VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO";
+               case VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO:                                                                          return "VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES:                                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES";
+               case VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO:                                                       return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES:                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES:                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES";
+               case VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3:                                                                                                     return "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES:                                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES:                                                        return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES";
+               case VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS:                                                                       return "VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS";
+               case VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS:                                                                        return "VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS";
                case VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR:                                                                                       return "VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR";
                case VK_STRUCTURE_TYPE_PRESENT_INFO_KHR:                                                                                                        return "VK_STRUCTURE_TYPE_PRESENT_INFO_KHR";
                case VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR:                                                           return "VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR";
@@ -355,11 +407,6 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_ADD_INFO_EXT:                                       return "VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_SESSION_PARAMETERS_ADD_INFO_EXT";
                case VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT:                                                                     return "VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT";
                case VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD:                                                        return "VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD";
-               case VK_STRUCTURE_TYPE_RENDERING_INFO_KHR:                                                                                                      return "VK_STRUCTURE_TYPE_RENDERING_INFO_KHR";
-               case VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR:                                                                           return "VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR";
-               case VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR:                                                                      return "VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR:                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR:                                           return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR";
                case VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR:                                     return "VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR";
                case VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT:                                      return "VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT";
                case VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD:                                                                        return "VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD";
@@ -373,7 +420,6 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV:                                                       return "VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV";
                case VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT:                                                                                            return "VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT";
                case VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN:                                                                                       return "VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT:                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT:                                                                         return "VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT:                                                        return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR:                                                                     return "VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR";
@@ -445,10 +491,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID:                                                     return "VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID";
                case VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID:                                         return "VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID";
                case VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID:                                                                                         return "VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT:                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT:                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT";
-               case VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT:                                           return "VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT";
-               case VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT:                            return "VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT";
+               case VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID:                                     return "VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID";
                case VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT:                                                                                       return "VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT";
                case VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT:                                                     return "VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT";
                case VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT:                                         return "VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT";
@@ -487,6 +530,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT:                                          return "VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT:                                      return "VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT:                                                        return "VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT";
+               case VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT:                                                       return "VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT";
                case VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT:                                                                        return "VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT:                                          return "VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR:                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PORTABILITY_SUBSET_FEATURES_KHR";
@@ -530,7 +574,6 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT:                                     return "VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP:                                                                                         return "VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP";
-               case VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT:                                                      return "VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV:                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV:                                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV";
@@ -551,14 +594,10 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD:                                                     return "VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD";
                case VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD:                                            return "VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD";
                case VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA:                                                           return "VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR:                        return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR";
                case VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT:                                                                           return "VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT:                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT:                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT";
                case VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT:                                        return "VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT:                            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT";
-               case VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT:            return "VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT:                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR:                                                       return "VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR";
                case VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR:                            return "VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR:                            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR";
@@ -574,7 +613,6 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV:         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT:                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT:                                                           return "VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT:                                                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT";
                case VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT:                                                                                         return "VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV:                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV";
@@ -605,7 +643,6 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR:                                                                       return "VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR";
                case VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR:                                         return "VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT:                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT:         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV:                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV";
                case VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV:                                                            return "VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV";
                case VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV:                                          return "VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV";
@@ -616,10 +653,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV:                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV";
                case VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV:                                     return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR:                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR:                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT:                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT";
                case VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM:                      return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM";
                case VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM:                                                           return "VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT:                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT";
@@ -633,26 +667,13 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR:                                                                        return "VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR";
                case VK_STRUCTURE_TYPE_PRESENT_ID_KHR:                                                                                                          return "VK_STRUCTURE_TYPE_PRESENT_ID_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR:                                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT";
-               case VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT:                                                                     return "VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT";
-               case VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT:                                                                       return "VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT:            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR:                                                                                           return "VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR";
                case VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_INFO_KHR:                                                                      return "VK_STRUCTURE_TYPE_VIDEO_ENCODE_RATE_CONTROL_INFO_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV:                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV";
                case VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV:                                                        return "VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV";
-               case VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR:                                                                                            return "VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR";
-               case VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR:                                                                                     return "VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR";
-               case VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR:                                                                                      return "VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR";
-               case VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR:                                                                                                     return "VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR";
-               case VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR:                                                                                                       return "VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR:                                                                                       return "VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR";
-               case VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR:                                                                          return "VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR:                                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR";
                case VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV:                                                         return "VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV";
                case VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV:                                                                                            return "VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR:       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR:           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV:                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV:                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV";
                case VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV:                        return "VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV";
@@ -663,19 +684,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT:                                     return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT:                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT";
                case VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM:                                                                        return "VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT:                                           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR:           return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR:                                                                                          return "VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR:                                                                                           return "VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR:                                                                         return "VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR:                                                                         return "VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR:                                                                                           return "VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR:                                                                                        return "VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR";
-               case VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR:                                                                                                       return "VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR";
-               case VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR:                                                                                                        return "VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR";
-               case VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR:                                                                                                        return "VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR";
-               case VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR:                                                                                         return "VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR";
-               case VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR:                                                                                                     return "VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT:                                                                        return "VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE:                          return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE";
@@ -684,7 +693,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT:                                                          return "VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT";
                case VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT:                                                        return "VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT:                                                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT";
-               case VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR:                                                                          return "VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT:            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA:                                                        return "VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA";
                case VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA:                                                         return "VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA";
                case VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA:                                                           return "VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA";
@@ -704,10 +713,7 @@ const char* getStructureTypeName (VkStructureType value)
                case VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT:                                                     return "VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT:                                                         return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT:                                                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR:                                                      return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR";
-               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR:                                            return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR";
-               case VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR:                                                           return "VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR";
-               case VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR:                                                            return "VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR";
+               case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT:                       return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT";
                case VK_STRUCTURE_TYPE_MAX_ENUM:                                                                                                                        return "VK_STRUCTURE_TYPE_MAX_ENUM";
                default:                                                                                                                                                                        return DE_NULL;
        }
@@ -732,6 +738,8 @@ const char* getImageLayoutName (VkImageLayout value)
                case VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL:                                           return "VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL";
                case VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL:                                        return "VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL";
                case VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL:                                         return "VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL";
+               case VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL:                                                         return "VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL";
+               case VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL:                                                        return "VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL";
                case VK_IMAGE_LAYOUT_PRESENT_SRC_KHR:                                                           return "VK_IMAGE_LAYOUT_PRESENT_SRC_KHR";
                case VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR:                                                      return "VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR";
                case VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR:                                                      return "VK_IMAGE_LAYOUT_VIDEO_DECODE_SRC_KHR";
@@ -742,8 +750,6 @@ const char* getImageLayoutName (VkImageLayout value)
                case VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR:                                                      return "VK_IMAGE_LAYOUT_VIDEO_ENCODE_DST_KHR";
                case VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR:                                                      return "VK_IMAGE_LAYOUT_VIDEO_ENCODE_SRC_KHR";
                case VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR:                                                      return "VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR";
-               case VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR:                                                     return "VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR";
-               case VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR:                                            return "VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR";
                case VK_IMAGE_LAYOUT_MAX_ENUM:                                                                          return "VK_IMAGE_LAYOUT_MAX_ENUM";
                default:                                                                                                                        return DE_NULL;
        }
@@ -781,6 +787,7 @@ const char* getObjectTypeName (VkObjectType value)
                case VK_OBJECT_TYPE_COMMAND_POOL:                                               return "VK_OBJECT_TYPE_COMMAND_POOL";
                case VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION:                   return "VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION";
                case VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE:                 return "VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE";
+               case VK_OBJECT_TYPE_PRIVATE_DATA_SLOT:                                  return "VK_OBJECT_TYPE_PRIVATE_DATA_SLOT";
                case VK_OBJECT_TYPE_SURFACE_KHR:                                                return "VK_OBJECT_TYPE_SURFACE_KHR";
                case VK_OBJECT_TYPE_SWAPCHAIN_KHR:                                              return "VK_OBJECT_TYPE_SWAPCHAIN_KHR";
                case VK_OBJECT_TYPE_DISPLAY_KHR:                                                return "VK_OBJECT_TYPE_DISPLAY_KHR";
@@ -797,7 +804,6 @@ const char* getObjectTypeName (VkObjectType value)
                case VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL:    return "VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL";
                case VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR:                             return "VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR";
                case VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV:                return "VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV";
-               case VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT:                              return "VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT";
                case VK_OBJECT_TYPE_MAX_ENUM:                                                   return "VK_OBJECT_TYPE_MAX_ENUM";
                default:                                                                                                return DE_NULL;
        }
@@ -856,255 +862,255 @@ const char* getFormatName (VkFormat value)
 {
        switch (value)
        {
-               case VK_FORMAT_UNDEFINED:                                                                               return "VK_FORMAT_UNDEFINED";
-               case VK_FORMAT_R4G4_UNORM_PACK8:                                                                return "VK_FORMAT_R4G4_UNORM_PACK8";
-               case VK_FORMAT_R4G4B4A4_UNORM_PACK16:                                                   return "VK_FORMAT_R4G4B4A4_UNORM_PACK16";
-               case VK_FORMAT_B4G4R4A4_UNORM_PACK16:                                                   return "VK_FORMAT_B4G4R4A4_UNORM_PACK16";
-               case VK_FORMAT_R5G6B5_UNORM_PACK16:                                                             return "VK_FORMAT_R5G6B5_UNORM_PACK16";
-               case VK_FORMAT_B5G6R5_UNORM_PACK16:                                                             return "VK_FORMAT_B5G6R5_UNORM_PACK16";
-               case VK_FORMAT_R5G5B5A1_UNORM_PACK16:                                                   return "VK_FORMAT_R5G5B5A1_UNORM_PACK16";
-               case VK_FORMAT_B5G5R5A1_UNORM_PACK16:                                                   return "VK_FORMAT_B5G5R5A1_UNORM_PACK16";
-               case VK_FORMAT_A1R5G5B5_UNORM_PACK16:                                                   return "VK_FORMAT_A1R5G5B5_UNORM_PACK16";
-               case VK_FORMAT_R8_UNORM:                                                                                return "VK_FORMAT_R8_UNORM";
-               case VK_FORMAT_R8_SNORM:                                                                                return "VK_FORMAT_R8_SNORM";
-               case VK_FORMAT_R8_USCALED:                                                                              return "VK_FORMAT_R8_USCALED";
-               case VK_FORMAT_R8_SSCALED:                                                                              return "VK_FORMAT_R8_SSCALED";
-               case VK_FORMAT_R8_UINT:                                                                                 return "VK_FORMAT_R8_UINT";
-               case VK_FORMAT_R8_SINT:                                                                                 return "VK_FORMAT_R8_SINT";
-               case VK_FORMAT_R8_SRGB:                                                                                 return "VK_FORMAT_R8_SRGB";
-               case VK_FORMAT_R8G8_UNORM:                                                                              return "VK_FORMAT_R8G8_UNORM";
-               case VK_FORMAT_R8G8_SNORM:                                                                              return "VK_FORMAT_R8G8_SNORM";
-               case VK_FORMAT_R8G8_USCALED:                                                                    return "VK_FORMAT_R8G8_USCALED";
-               case VK_FORMAT_R8G8_SSCALED:                                                                    return "VK_FORMAT_R8G8_SSCALED";
-               case VK_FORMAT_R8G8_UINT:                                                                               return "VK_FORMAT_R8G8_UINT";
-               case VK_FORMAT_R8G8_SINT:                                                                               return "VK_FORMAT_R8G8_SINT";
-               case VK_FORMAT_R8G8_SRGB:                                                                               return "VK_FORMAT_R8G8_SRGB";
-               case VK_FORMAT_R8G8B8_UNORM:                                                                    return "VK_FORMAT_R8G8B8_UNORM";
-               case VK_FORMAT_R8G8B8_SNORM:                                                                    return "VK_FORMAT_R8G8B8_SNORM";
-               case VK_FORMAT_R8G8B8_USCALED:                                                                  return "VK_FORMAT_R8G8B8_USCALED";
-               case VK_FORMAT_R8G8B8_SSCALED:                                                                  return "VK_FORMAT_R8G8B8_SSCALED";
-               case VK_FORMAT_R8G8B8_UINT:                                                                             return "VK_FORMAT_R8G8B8_UINT";
-               case VK_FORMAT_R8G8B8_SINT:                                                                             return "VK_FORMAT_R8G8B8_SINT";
-               case VK_FORMAT_R8G8B8_SRGB:                                                                             return "VK_FORMAT_R8G8B8_SRGB";
-               case VK_FORMAT_B8G8R8_UNORM:                                                                    return "VK_FORMAT_B8G8R8_UNORM";
-               case VK_FORMAT_B8G8R8_SNORM:                                                                    return "VK_FORMAT_B8G8R8_SNORM";
-               case VK_FORMAT_B8G8R8_USCALED:                                                                  return "VK_FORMAT_B8G8R8_USCALED";
-               case VK_FORMAT_B8G8R8_SSCALED:                                                                  return "VK_FORMAT_B8G8R8_SSCALED";
-               case VK_FORMAT_B8G8R8_UINT:                                                                             return "VK_FORMAT_B8G8R8_UINT";
-               case VK_FORMAT_B8G8R8_SINT:                                                                             return "VK_FORMAT_B8G8R8_SINT";
-               case VK_FORMAT_B8G8R8_SRGB:                                                                             return "VK_FORMAT_B8G8R8_SRGB";
-               case VK_FORMAT_R8G8B8A8_UNORM:                                                                  return "VK_FORMAT_R8G8B8A8_UNORM";
-               case VK_FORMAT_R8G8B8A8_SNORM:                                                                  return "VK_FORMAT_R8G8B8A8_SNORM";
-               case VK_FORMAT_R8G8B8A8_USCALED:                                                                return "VK_FORMAT_R8G8B8A8_USCALED";
-               case VK_FORMAT_R8G8B8A8_SSCALED:                                                                return "VK_FORMAT_R8G8B8A8_SSCALED";
-               case VK_FORMAT_R8G8B8A8_UINT:                                                                   return "VK_FORMAT_R8G8B8A8_UINT";
-               case VK_FORMAT_R8G8B8A8_SINT:                                                                   return "VK_FORMAT_R8G8B8A8_SINT";
-               case VK_FORMAT_R8G8B8A8_SRGB:                                                                   return "VK_FORMAT_R8G8B8A8_SRGB";
-               case VK_FORMAT_B8G8R8A8_UNORM:                                                                  return "VK_FORMAT_B8G8R8A8_UNORM";
-               case VK_FORMAT_B8G8R8A8_SNORM:                                                                  return "VK_FORMAT_B8G8R8A8_SNORM";
-               case VK_FORMAT_B8G8R8A8_USCALED:                                                                return "VK_FORMAT_B8G8R8A8_USCALED";
-               case VK_FORMAT_B8G8R8A8_SSCALED:                                                                return "VK_FORMAT_B8G8R8A8_SSCALED";
-               case VK_FORMAT_B8G8R8A8_UINT:                                                                   return "VK_FORMAT_B8G8R8A8_UINT";
-               case VK_FORMAT_B8G8R8A8_SINT:                                                                   return "VK_FORMAT_B8G8R8A8_SINT";
-               case VK_FORMAT_B8G8R8A8_SRGB:                                                                   return "VK_FORMAT_B8G8R8A8_SRGB";
-               case VK_FORMAT_A8B8G8R8_UNORM_PACK32:                                                   return "VK_FORMAT_A8B8G8R8_UNORM_PACK32";
-               case VK_FORMAT_A8B8G8R8_SNORM_PACK32:                                                   return "VK_FORMAT_A8B8G8R8_SNORM_PACK32";
-               case VK_FORMAT_A8B8G8R8_USCALED_PACK32:                                                 return "VK_FORMAT_A8B8G8R8_USCALED_PACK32";
-               case VK_FORMAT_A8B8G8R8_SSCALED_PACK32:                                                 return "VK_FORMAT_A8B8G8R8_SSCALED_PACK32";
-               case VK_FORMAT_A8B8G8R8_UINT_PACK32:                                                    return "VK_FORMAT_A8B8G8R8_UINT_PACK32";
-               case VK_FORMAT_A8B8G8R8_SINT_PACK32:                                                    return "VK_FORMAT_A8B8G8R8_SINT_PACK32";
-               case VK_FORMAT_A8B8G8R8_SRGB_PACK32:                                                    return "VK_FORMAT_A8B8G8R8_SRGB_PACK32";
-               case VK_FORMAT_A2R10G10B10_UNORM_PACK32:                                                return "VK_FORMAT_A2R10G10B10_UNORM_PACK32";
-               case VK_FORMAT_A2R10G10B10_SNORM_PACK32:                                                return "VK_FORMAT_A2R10G10B10_SNORM_PACK32";
-               case VK_FORMAT_A2R10G10B10_USCALED_PACK32:                                              return "VK_FORMAT_A2R10G10B10_USCALED_PACK32";
-               case VK_FORMAT_A2R10G10B10_SSCALED_PACK32:                                              return "VK_FORMAT_A2R10G10B10_SSCALED_PACK32";
-               case VK_FORMAT_A2R10G10B10_UINT_PACK32:                                                 return "VK_FORMAT_A2R10G10B10_UINT_PACK32";
-               case VK_FORMAT_A2R10G10B10_SINT_PACK32:                                                 return "VK_FORMAT_A2R10G10B10_SINT_PACK32";
-               case VK_FORMAT_A2B10G10R10_UNORM_PACK32:                                                return "VK_FORMAT_A2B10G10R10_UNORM_PACK32";
-               case VK_FORMAT_A2B10G10R10_SNORM_PACK32:                                                return "VK_FORMAT_A2B10G10R10_SNORM_PACK32";
-               case VK_FORMAT_A2B10G10R10_USCALED_PACK32:                                              return "VK_FORMAT_A2B10G10R10_USCALED_PACK32";
-               case VK_FORMAT_A2B10G10R10_SSCALED_PACK32:                                              return "VK_FORMAT_A2B10G10R10_SSCALED_PACK32";
-               case VK_FORMAT_A2B10G10R10_UINT_PACK32:                                                 return "VK_FORMAT_A2B10G10R10_UINT_PACK32";
-               case VK_FORMAT_A2B10G10R10_SINT_PACK32:                                                 return "VK_FORMAT_A2B10G10R10_SINT_PACK32";
-               case VK_FORMAT_R16_UNORM:                                                                               return "VK_FORMAT_R16_UNORM";
-               case VK_FORMAT_R16_SNORM:                                                                               return "VK_FORMAT_R16_SNORM";
-               case VK_FORMAT_R16_USCALED:                                                                             return "VK_FORMAT_R16_USCALED";
-               case VK_FORMAT_R16_SSCALED:                                                                             return "VK_FORMAT_R16_SSCALED";
-               case VK_FORMAT_R16_UINT:                                                                                return "VK_FORMAT_R16_UINT";
-               case VK_FORMAT_R16_SINT:                                                                                return "VK_FORMAT_R16_SINT";
-               case VK_FORMAT_R16_SFLOAT:                                                                              return "VK_FORMAT_R16_SFLOAT";
-               case VK_FORMAT_R16G16_UNORM:                                                                    return "VK_FORMAT_R16G16_UNORM";
-               case VK_FORMAT_R16G16_SNORM:                                                                    return "VK_FORMAT_R16G16_SNORM";
-               case VK_FORMAT_R16G16_USCALED:                                                                  return "VK_FORMAT_R16G16_USCALED";
-               case VK_FORMAT_R16G16_SSCALED:                                                                  return "VK_FORMAT_R16G16_SSCALED";
-               case VK_FORMAT_R16G16_UINT:                                                                             return "VK_FORMAT_R16G16_UINT";
-               case VK_FORMAT_R16G16_SINT:                                                                             return "VK_FORMAT_R16G16_SINT";
-               case VK_FORMAT_R16G16_SFLOAT:                                                                   return "VK_FORMAT_R16G16_SFLOAT";
-               case VK_FORMAT_R16G16B16_UNORM:                                                                 return "VK_FORMAT_R16G16B16_UNORM";
-               case VK_FORMAT_R16G16B16_SNORM:                                                                 return "VK_FORMAT_R16G16B16_SNORM";
-               case VK_FORMAT_R16G16B16_USCALED:                                                               return "VK_FORMAT_R16G16B16_USCALED";
-               case VK_FORMAT_R16G16B16_SSCALED:                                                               return "VK_FORMAT_R16G16B16_SSCALED";
-               case VK_FORMAT_R16G16B16_UINT:                                                                  return "VK_FORMAT_R16G16B16_UINT";
-               case VK_FORMAT_R16G16B16_SINT:                                                                  return "VK_FORMAT_R16G16B16_SINT";
-               case VK_FORMAT_R16G16B16_SFLOAT:                                                                return "VK_FORMAT_R16G16B16_SFLOAT";
-               case VK_FORMAT_R16G16B16A16_UNORM:                                                              return "VK_FORMAT_R16G16B16A16_UNORM";
-               case VK_FORMAT_R16G16B16A16_SNORM:                                                              return "VK_FORMAT_R16G16B16A16_SNORM";
-               case VK_FORMAT_R16G16B16A16_USCALED:                                                    return "VK_FORMAT_R16G16B16A16_USCALED";
-               case VK_FORMAT_R16G16B16A16_SSCALED:                                                    return "VK_FORMAT_R16G16B16A16_SSCALED";
-               case VK_FORMAT_R16G16B16A16_UINT:                                                               return "VK_FORMAT_R16G16B16A16_UINT";
-               case VK_FORMAT_R16G16B16A16_SINT:                                                               return "VK_FORMAT_R16G16B16A16_SINT";
-               case VK_FORMAT_R16G16B16A16_SFLOAT:                                                             return "VK_FORMAT_R16G16B16A16_SFLOAT";
-               case VK_FORMAT_R32_UINT:                                                                                return "VK_FORMAT_R32_UINT";
-               case VK_FORMAT_R32_SINT:                                                                                return "VK_FORMAT_R32_SINT";
-               case VK_FORMAT_R32_SFLOAT:                                                                              return "VK_FORMAT_R32_SFLOAT";
-               case VK_FORMAT_R32G32_UINT:                                                                             return "VK_FORMAT_R32G32_UINT";
-               case VK_FORMAT_R32G32_SINT:                                                                             return "VK_FORMAT_R32G32_SINT";
-               case VK_FORMAT_R32G32_SFLOAT:                                                                   return "VK_FORMAT_R32G32_SFLOAT";
-               case VK_FORMAT_R32G32B32_UINT:                                                                  return "VK_FORMAT_R32G32B32_UINT";
-               case VK_FORMAT_R32G32B32_SINT:                                                                  return "VK_FORMAT_R32G32B32_SINT";
-               case VK_FORMAT_R32G32B32_SFLOAT:                                                                return "VK_FORMAT_R32G32B32_SFLOAT";
-               case VK_FORMAT_R32G32B32A32_UINT:                                                               return "VK_FORMAT_R32G32B32A32_UINT";
-               case VK_FORMAT_R32G32B32A32_SINT:                                                               return "VK_FORMAT_R32G32B32A32_SINT";
-               case VK_FORMAT_R32G32B32A32_SFLOAT:                                                             return "VK_FORMAT_R32G32B32A32_SFLOAT";
-               case VK_FORMAT_R64_UINT:                                                                                return "VK_FORMAT_R64_UINT";
-               case VK_FORMAT_R64_SINT:                                                                                return "VK_FORMAT_R64_SINT";
-               case VK_FORMAT_R64_SFLOAT:                                                                              return "VK_FORMAT_R64_SFLOAT";
-               case VK_FORMAT_R64G64_UINT:                                                                             return "VK_FORMAT_R64G64_UINT";
-               case VK_FORMAT_R64G64_SINT:                                                                             return "VK_FORMAT_R64G64_SINT";
-               case VK_FORMAT_R64G64_SFLOAT:                                                                   return "VK_FORMAT_R64G64_SFLOAT";
-               case VK_FORMAT_R64G64B64_UINT:                                                                  return "VK_FORMAT_R64G64B64_UINT";
-               case VK_FORMAT_R64G64B64_SINT:                                                                  return "VK_FORMAT_R64G64B64_SINT";
-               case VK_FORMAT_R64G64B64_SFLOAT:                                                                return "VK_FORMAT_R64G64B64_SFLOAT";
-               case VK_FORMAT_R64G64B64A64_UINT:                                                               return "VK_FORMAT_R64G64B64A64_UINT";
-               case VK_FORMAT_R64G64B64A64_SINT:                                                               return "VK_FORMAT_R64G64B64A64_SINT";
-               case VK_FORMAT_R64G64B64A64_SFLOAT:                                                             return "VK_FORMAT_R64G64B64A64_SFLOAT";
-               case VK_FORMAT_B10G11R11_UFLOAT_PACK32:                                                 return "VK_FORMAT_B10G11R11_UFLOAT_PACK32";
-               case VK_FORMAT_E5B9G9R9_UFLOAT_PACK32:                                                  return "VK_FORMAT_E5B9G9R9_UFLOAT_PACK32";
-               case VK_FORMAT_D16_UNORM:                                                                               return "VK_FORMAT_D16_UNORM";
-               case VK_FORMAT_X8_D24_UNORM_PACK32:                                                             return "VK_FORMAT_X8_D24_UNORM_PACK32";
-               case VK_FORMAT_D32_SFLOAT:                                                                              return "VK_FORMAT_D32_SFLOAT";
-               case VK_FORMAT_S8_UINT:                                                                                 return "VK_FORMAT_S8_UINT";
-               case VK_FORMAT_D16_UNORM_S8_UINT:                                                               return "VK_FORMAT_D16_UNORM_S8_UINT";
-               case VK_FORMAT_D24_UNORM_S8_UINT:                                                               return "VK_FORMAT_D24_UNORM_S8_UINT";
-               case VK_FORMAT_D32_SFLOAT_S8_UINT:                                                              return "VK_FORMAT_D32_SFLOAT_S8_UINT";
-               case VK_FORMAT_BC1_RGB_UNORM_BLOCK:                                                             return "VK_FORMAT_BC1_RGB_UNORM_BLOCK";
-               case VK_FORMAT_BC1_RGB_SRGB_BLOCK:                                                              return "VK_FORMAT_BC1_RGB_SRGB_BLOCK";
-               case VK_FORMAT_BC1_RGBA_UNORM_BLOCK:                                                    return "VK_FORMAT_BC1_RGBA_UNORM_BLOCK";
-               case VK_FORMAT_BC1_RGBA_SRGB_BLOCK:                                                             return "VK_FORMAT_BC1_RGBA_SRGB_BLOCK";
-               case VK_FORMAT_BC2_UNORM_BLOCK:                                                                 return "VK_FORMAT_BC2_UNORM_BLOCK";
-               case VK_FORMAT_BC2_SRGB_BLOCK:                                                                  return "VK_FORMAT_BC2_SRGB_BLOCK";
-               case VK_FORMAT_BC3_UNORM_BLOCK:                                                                 return "VK_FORMAT_BC3_UNORM_BLOCK";
-               case VK_FORMAT_BC3_SRGB_BLOCK:                                                                  return "VK_FORMAT_BC3_SRGB_BLOCK";
-               case VK_FORMAT_BC4_UNORM_BLOCK:                                                                 return "VK_FORMAT_BC4_UNORM_BLOCK";
-               case VK_FORMAT_BC4_SNORM_BLOCK:                                                                 return "VK_FORMAT_BC4_SNORM_BLOCK";
-               case VK_FORMAT_BC5_UNORM_BLOCK:                                                                 return "VK_FORMAT_BC5_UNORM_BLOCK";
-               case VK_FORMAT_BC5_SNORM_BLOCK:                                                                 return "VK_FORMAT_BC5_SNORM_BLOCK";
-               case VK_FORMAT_BC6H_UFLOAT_BLOCK:                                                               return "VK_FORMAT_BC6H_UFLOAT_BLOCK";
-               case VK_FORMAT_BC6H_SFLOAT_BLOCK:                                                               return "VK_FORMAT_BC6H_SFLOAT_BLOCK";
-               case VK_FORMAT_BC7_UNORM_BLOCK:                                                                 return "VK_FORMAT_BC7_UNORM_BLOCK";
-               case VK_FORMAT_BC7_SRGB_BLOCK:                                                                  return "VK_FORMAT_BC7_SRGB_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK:                                                 return "VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK:                                                  return "VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK:                                               return "VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK:                                                return "VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK:                                               return "VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK";
-               case VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK:                                                return "VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK";
-               case VK_FORMAT_EAC_R11_UNORM_BLOCK:                                                             return "VK_FORMAT_EAC_R11_UNORM_BLOCK";
-               case VK_FORMAT_EAC_R11_SNORM_BLOCK:                                                             return "VK_FORMAT_EAC_R11_SNORM_BLOCK";
-               case VK_FORMAT_EAC_R11G11_UNORM_BLOCK:                                                  return "VK_FORMAT_EAC_R11G11_UNORM_BLOCK";
-               case VK_FORMAT_EAC_R11G11_SNORM_BLOCK:                                                  return "VK_FORMAT_EAC_R11G11_SNORM_BLOCK";
-               case VK_FORMAT_ASTC_4x4_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_4x4_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_4x4_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_4x4_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_5x4_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_5x4_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_5x4_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_5x4_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_5x5_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_5x5_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_5x5_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_5x5_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_6x5_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_6x5_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_6x5_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_6x5_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_6x6_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_6x6_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_6x6_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_6x6_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_8x5_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_8x5_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_8x5_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_8x5_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_8x6_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_8x6_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_8x6_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_8x6_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_8x8_UNORM_BLOCK:                                                    return "VK_FORMAT_ASTC_8x8_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_8x8_SRGB_BLOCK:                                                             return "VK_FORMAT_ASTC_8x8_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_10x5_UNORM_BLOCK:                                                   return "VK_FORMAT_ASTC_10x5_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_10x5_SRGB_BLOCK:                                                    return "VK_FORMAT_ASTC_10x5_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_10x6_UNORM_BLOCK:                                                   return "VK_FORMAT_ASTC_10x6_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_10x6_SRGB_BLOCK:                                                    return "VK_FORMAT_ASTC_10x6_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_10x8_UNORM_BLOCK:                                                   return "VK_FORMAT_ASTC_10x8_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_10x8_SRGB_BLOCK:                                                    return "VK_FORMAT_ASTC_10x8_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_10x10_UNORM_BLOCK:                                                  return "VK_FORMAT_ASTC_10x10_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_10x10_SRGB_BLOCK:                                                   return "VK_FORMAT_ASTC_10x10_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_12x10_UNORM_BLOCK:                                                  return "VK_FORMAT_ASTC_12x10_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_12x10_SRGB_BLOCK:                                                   return "VK_FORMAT_ASTC_12x10_SRGB_BLOCK";
-               case VK_FORMAT_ASTC_12x12_UNORM_BLOCK:                                                  return "VK_FORMAT_ASTC_12x12_UNORM_BLOCK";
-               case VK_FORMAT_ASTC_12x12_SRGB_BLOCK:                                                   return "VK_FORMAT_ASTC_12x12_SRGB_BLOCK";
-               case VK_FORMAT_G8B8G8R8_422_UNORM:                                                              return "VK_FORMAT_G8B8G8R8_422_UNORM";
-               case VK_FORMAT_B8G8R8G8_422_UNORM:                                                              return "VK_FORMAT_B8G8R8G8_422_UNORM";
-               case VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM:                                               return "VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM";
-               case VK_FORMAT_G8_B8R8_2PLANE_420_UNORM:                                                return "VK_FORMAT_G8_B8R8_2PLANE_420_UNORM";
-               case VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM:                                               return "VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM";
-               case VK_FORMAT_G8_B8R8_2PLANE_422_UNORM:                                                return "VK_FORMAT_G8_B8R8_2PLANE_422_UNORM";
-               case VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM:                                               return "VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM";
-               case VK_FORMAT_R10X6_UNORM_PACK16:                                                              return "VK_FORMAT_R10X6_UNORM_PACK16";
-               case VK_FORMAT_R10X6G10X6_UNORM_2PACK16:                                                return "VK_FORMAT_R10X6G10X6_UNORM_2PACK16";
-               case VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16:                              return "VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16";
-               case VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16:                  return "VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16";
-               case VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16:                  return "VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16";
-               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16:              return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16";
-               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16:               return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16";
-               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16:              return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16";
-               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16:               return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16";
-               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16:              return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16";
-               case VK_FORMAT_R12X4_UNORM_PACK16:                                                              return "VK_FORMAT_R12X4_UNORM_PACK16";
-               case VK_FORMAT_R12X4G12X4_UNORM_2PACK16:                                                return "VK_FORMAT_R12X4G12X4_UNORM_2PACK16";
-               case VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16:                              return "VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16";
-               case VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16:                  return "VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16";
-               case VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16:                  return "VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16";
-               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16:              return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16";
-               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16:               return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16";
-               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16:              return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16";
-               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16:               return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16";
-               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16:              return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16";
-               case VK_FORMAT_G16B16G16R16_422_UNORM:                                                  return "VK_FORMAT_G16B16G16R16_422_UNORM";
-               case VK_FORMAT_B16G16R16G16_422_UNORM:                                                  return "VK_FORMAT_B16G16R16G16_422_UNORM";
-               case VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM:                                    return "VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM";
-               case VK_FORMAT_G16_B16R16_2PLANE_420_UNORM:                                             return "VK_FORMAT_G16_B16R16_2PLANE_420_UNORM";
-               case VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM:                                    return "VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM";
-               case VK_FORMAT_G16_B16R16_2PLANE_422_UNORM:                                             return "VK_FORMAT_G16_B16R16_2PLANE_422_UNORM";
-               case VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM:                                    return "VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM";
-               case VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG:                                             return "VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG";
-               case VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG:                                             return "VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG";
-               case VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG:                                             return "VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG";
-               case VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG:                                             return "VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG";
-               case VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG:                                              return "VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG";
-               case VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG:                                              return "VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG";
-               case VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG:                                              return "VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG";
-               case VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG:                                              return "VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG";
-               case VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT:                                               return "VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT:                                              return "VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT:                                              return "VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT:                                              return "VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT:                                             return "VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT:                                             return "VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT:                                             return "VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT";
-               case VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT:                                    return "VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT";
-               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT:   return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT";
-               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT:   return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT";
-               case VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT:                                 return "VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT";
-               case VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT:                                               return "VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT";
-               case VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT:                                               return "VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT";
-               case VK_FORMAT_MAX_ENUM:                                                                                return "VK_FORMAT_MAX_ENUM";
-               default:                                                                                                                return DE_NULL;
+               case VK_FORMAT_UNDEFINED:                                                                       return "VK_FORMAT_UNDEFINED";
+               case VK_FORMAT_R4G4_UNORM_PACK8:                                                        return "VK_FORMAT_R4G4_UNORM_PACK8";
+               case VK_FORMAT_R4G4B4A4_UNORM_PACK16:                                           return "VK_FORMAT_R4G4B4A4_UNORM_PACK16";
+               case VK_FORMAT_B4G4R4A4_UNORM_PACK16:                                           return "VK_FORMAT_B4G4R4A4_UNORM_PACK16";
+               case VK_FORMAT_R5G6B5_UNORM_PACK16:                                                     return "VK_FORMAT_R5G6B5_UNORM_PACK16";
+               case VK_FORMAT_B5G6R5_UNORM_PACK16:                                                     return "VK_FORMAT_B5G6R5_UNORM_PACK16";
+               case VK_FORMAT_R5G5B5A1_UNORM_PACK16:                                           return "VK_FORMAT_R5G5B5A1_UNORM_PACK16";
+               case VK_FORMAT_B5G5R5A1_UNORM_PACK16:                                           return "VK_FORMAT_B5G5R5A1_UNORM_PACK16";
+               case VK_FORMAT_A1R5G5B5_UNORM_PACK16:                                           return "VK_FORMAT_A1R5G5B5_UNORM_PACK16";
+               case VK_FORMAT_R8_UNORM:                                                                        return "VK_FORMAT_R8_UNORM";
+               case VK_FORMAT_R8_SNORM:                                                                        return "VK_FORMAT_R8_SNORM";
+               case VK_FORMAT_R8_USCALED:                                                                      return "VK_FORMAT_R8_USCALED";
+               case VK_FORMAT_R8_SSCALED:                                                                      return "VK_FORMAT_R8_SSCALED";
+               case VK_FORMAT_R8_UINT:                                                                         return "VK_FORMAT_R8_UINT";
+               case VK_FORMAT_R8_SINT:                                                                         return "VK_FORMAT_R8_SINT";
+               case VK_FORMAT_R8_SRGB:                                                                         return "VK_FORMAT_R8_SRGB";
+               case VK_FORMAT_R8G8_UNORM:                                                                      return "VK_FORMAT_R8G8_UNORM";
+               case VK_FORMAT_R8G8_SNORM:                                                                      return "VK_FORMAT_R8G8_SNORM";
+               case VK_FORMAT_R8G8_USCALED:                                                            return "VK_FORMAT_R8G8_USCALED";
+               case VK_FORMAT_R8G8_SSCALED:                                                            return "VK_FORMAT_R8G8_SSCALED";
+               case VK_FORMAT_R8G8_UINT:                                                                       return "VK_FORMAT_R8G8_UINT";
+               case VK_FORMAT_R8G8_SINT:                                                                       return "VK_FORMAT_R8G8_SINT";
+               case VK_FORMAT_R8G8_SRGB:                                                                       return "VK_FORMAT_R8G8_SRGB";
+               case VK_FORMAT_R8G8B8_UNORM:                                                            return "VK_FORMAT_R8G8B8_UNORM";
+               case VK_FORMAT_R8G8B8_SNORM:                                                            return "VK_FORMAT_R8G8B8_SNORM";
+               case VK_FORMAT_R8G8B8_USCALED:                                                          return "VK_FORMAT_R8G8B8_USCALED";
+               case VK_FORMAT_R8G8B8_SSCALED:                                                          return "VK_FORMAT_R8G8B8_SSCALED";
+               case VK_FORMAT_R8G8B8_UINT:                                                                     return "VK_FORMAT_R8G8B8_UINT";
+               case VK_FORMAT_R8G8B8_SINT:                                                                     return "VK_FORMAT_R8G8B8_SINT";
+               case VK_FORMAT_R8G8B8_SRGB:                                                                     return "VK_FORMAT_R8G8B8_SRGB";
+               case VK_FORMAT_B8G8R8_UNORM:                                                            return "VK_FORMAT_B8G8R8_UNORM";
+               case VK_FORMAT_B8G8R8_SNORM:                                                            return "VK_FORMAT_B8G8R8_SNORM";
+               case VK_FORMAT_B8G8R8_USCALED:                                                          return "VK_FORMAT_B8G8R8_USCALED";
+               case VK_FORMAT_B8G8R8_SSCALED:                                                          return "VK_FORMAT_B8G8R8_SSCALED";
+               case VK_FORMAT_B8G8R8_UINT:                                                                     return "VK_FORMAT_B8G8R8_UINT";
+               case VK_FORMAT_B8G8R8_SINT:                                                                     return "VK_FORMAT_B8G8R8_SINT";
+               case VK_FORMAT_B8G8R8_SRGB:                                                                     return "VK_FORMAT_B8G8R8_SRGB";
+               case VK_FORMAT_R8G8B8A8_UNORM:                                                          return "VK_FORMAT_R8G8B8A8_UNORM";
+               case VK_FORMAT_R8G8B8A8_SNORM:                                                          return "VK_FORMAT_R8G8B8A8_SNORM";
+               case VK_FORMAT_R8G8B8A8_USCALED:                                                        return "VK_FORMAT_R8G8B8A8_USCALED";
+               case VK_FORMAT_R8G8B8A8_SSCALED:                                                        return "VK_FORMAT_R8G8B8A8_SSCALED";
+               case VK_FORMAT_R8G8B8A8_UINT:                                                           return "VK_FORMAT_R8G8B8A8_UINT";
+               case VK_FORMAT_R8G8B8A8_SINT:                                                           return "VK_FORMAT_R8G8B8A8_SINT";
+               case VK_FORMAT_R8G8B8A8_SRGB:                                                           return "VK_FORMAT_R8G8B8A8_SRGB";
+               case VK_FORMAT_B8G8R8A8_UNORM:                                                          return "VK_FORMAT_B8G8R8A8_UNORM";
+               case VK_FORMAT_B8G8R8A8_SNORM:                                                          return "VK_FORMAT_B8G8R8A8_SNORM";
+               case VK_FORMAT_B8G8R8A8_USCALED:                                                        return "VK_FORMAT_B8G8R8A8_USCALED";
+               case VK_FORMAT_B8G8R8A8_SSCALED:                                                        return "VK_FORMAT_B8G8R8A8_SSCALED";
+               case VK_FORMAT_B8G8R8A8_UINT:                                                           return "VK_FORMAT_B8G8R8A8_UINT";
+               case VK_FORMAT_B8G8R8A8_SINT:                                                           return "VK_FORMAT_B8G8R8A8_SINT";
+               case VK_FORMAT_B8G8R8A8_SRGB:                                                           return "VK_FORMAT_B8G8R8A8_SRGB";
+               case VK_FORMAT_A8B8G8R8_UNORM_PACK32:                                           return "VK_FORMAT_A8B8G8R8_UNORM_PACK32";
+               case VK_FORMAT_A8B8G8R8_SNORM_PACK32:                                           return "VK_FORMAT_A8B8G8R8_SNORM_PACK32";
+               case VK_FORMAT_A8B8G8R8_USCALED_PACK32:                                         return "VK_FORMAT_A8B8G8R8_USCALED_PACK32";
+               case VK_FORMAT_A8B8G8R8_SSCALED_PACK32:                                         return "VK_FORMAT_A8B8G8R8_SSCALED_PACK32";
+               case VK_FORMAT_A8B8G8R8_UINT_PACK32:                                            return "VK_FORMAT_A8B8G8R8_UINT_PACK32";
+               case VK_FORMAT_A8B8G8R8_SINT_PACK32:                                            return "VK_FORMAT_A8B8G8R8_SINT_PACK32";
+               case VK_FORMAT_A8B8G8R8_SRGB_PACK32:                                            return "VK_FORMAT_A8B8G8R8_SRGB_PACK32";
+               case VK_FORMAT_A2R10G10B10_UNORM_PACK32:                                        return "VK_FORMAT_A2R10G10B10_UNORM_PACK32";
+               case VK_FORMAT_A2R10G10B10_SNORM_PACK32:                                        return "VK_FORMAT_A2R10G10B10_SNORM_PACK32";
+               case VK_FORMAT_A2R10G10B10_USCALED_PACK32:                                      return "VK_FORMAT_A2R10G10B10_USCALED_PACK32";
+               case VK_FORMAT_A2R10G10B10_SSCALED_PACK32:                                      return "VK_FORMAT_A2R10G10B10_SSCALED_PACK32";
+               case VK_FORMAT_A2R10G10B10_UINT_PACK32:                                         return "VK_FORMAT_A2R10G10B10_UINT_PACK32";
+               case VK_FORMAT_A2R10G10B10_SINT_PACK32:                                         return "VK_FORMAT_A2R10G10B10_SINT_PACK32";
+               case VK_FORMAT_A2B10G10R10_UNORM_PACK32:                                        return "VK_FORMAT_A2B10G10R10_UNORM_PACK32";
+               case VK_FORMAT_A2B10G10R10_SNORM_PACK32:                                        return "VK_FORMAT_A2B10G10R10_SNORM_PACK32";
+               case VK_FORMAT_A2B10G10R10_USCALED_PACK32:                                      return "VK_FORMAT_A2B10G10R10_USCALED_PACK32";
+               case VK_FORMAT_A2B10G10R10_SSCALED_PACK32:                                      return "VK_FORMAT_A2B10G10R10_SSCALED_PACK32";
+               case VK_FORMAT_A2B10G10R10_UINT_PACK32:                                         return "VK_FORMAT_A2B10G10R10_UINT_PACK32";
+               case VK_FORMAT_A2B10G10R10_SINT_PACK32:                                         return "VK_FORMAT_A2B10G10R10_SINT_PACK32";
+               case VK_FORMAT_R16_UNORM:                                                                       return "VK_FORMAT_R16_UNORM";
+               case VK_FORMAT_R16_SNORM:                                                                       return "VK_FORMAT_R16_SNORM";
+               case VK_FORMAT_R16_USCALED:                                                                     return "VK_FORMAT_R16_USCALED";
+               case VK_FORMAT_R16_SSCALED:                                                                     return "VK_FORMAT_R16_SSCALED";
+               case VK_FORMAT_R16_UINT:                                                                        return "VK_FORMAT_R16_UINT";
+               case VK_FORMAT_R16_SINT:                                                                        return "VK_FORMAT_R16_SINT";
+               case VK_FORMAT_R16_SFLOAT:                                                                      return "VK_FORMAT_R16_SFLOAT";
+               case VK_FORMAT_R16G16_UNORM:                                                            return "VK_FORMAT_R16G16_UNORM";
+               case VK_FORMAT_R16G16_SNORM:                                                            return "VK_FORMAT_R16G16_SNORM";
+               case VK_FORMAT_R16G16_USCALED:                                                          return "VK_FORMAT_R16G16_USCALED";
+               case VK_FORMAT_R16G16_SSCALED:                                                          return "VK_FORMAT_R16G16_SSCALED";
+               case VK_FORMAT_R16G16_UINT:                                                                     return "VK_FORMAT_R16G16_UINT";
+               case VK_FORMAT_R16G16_SINT:                                                                     return "VK_FORMAT_R16G16_SINT";
+               case VK_FORMAT_R16G16_SFLOAT:                                                           return "VK_FORMAT_R16G16_SFLOAT";
+               case VK_FORMAT_R16G16B16_UNORM:                                                         return "VK_FORMAT_R16G16B16_UNORM";
+               case VK_FORMAT_R16G16B16_SNORM:                                                         return "VK_FORMAT_R16G16B16_SNORM";
+               case VK_FORMAT_R16G16B16_USCALED:                                                       return "VK_FORMAT_R16G16B16_USCALED";
+               case VK_FORMAT_R16G16B16_SSCALED:                                                       return "VK_FORMAT_R16G16B16_SSCALED";
+               case VK_FORMAT_R16G16B16_UINT:                                                          return "VK_FORMAT_R16G16B16_UINT";
+               case VK_FORMAT_R16G16B16_SINT:                                                          return "VK_FORMAT_R16G16B16_SINT";
+               case VK_FORMAT_R16G16B16_SFLOAT:                                                        return "VK_FORMAT_R16G16B16_SFLOAT";
+               case VK_FORMAT_R16G16B16A16_UNORM:                                                      return "VK_FORMAT_R16G16B16A16_UNORM";
+               case VK_FORMAT_R16G16B16A16_SNORM:                                                      return "VK_FORMAT_R16G16B16A16_SNORM";
+               case VK_FORMAT_R16G16B16A16_USCALED:                                            return "VK_FORMAT_R16G16B16A16_USCALED";
+               case VK_FORMAT_R16G16B16A16_SSCALED:                                            return "VK_FORMAT_R16G16B16A16_SSCALED";
+               case VK_FORMAT_R16G16B16A16_UINT:                                                       return "VK_FORMAT_R16G16B16A16_UINT";
+               case VK_FORMAT_R16G16B16A16_SINT:                                                       return "VK_FORMAT_R16G16B16A16_SINT";
+               case VK_FORMAT_R16G16B16A16_SFLOAT:                                                     return "VK_FORMAT_R16G16B16A16_SFLOAT";
+               case VK_FORMAT_R32_UINT:                                                                        return "VK_FORMAT_R32_UINT";
+               case VK_FORMAT_R32_SINT:                                                                        return "VK_FORMAT_R32_SINT";
+               case VK_FORMAT_R32_SFLOAT:                                                                      return "VK_FORMAT_R32_SFLOAT";
+               case VK_FORMAT_R32G32_UINT:                                                                     return "VK_FORMAT_R32G32_UINT";
+               case VK_FORMAT_R32G32_SINT:                                                                     return "VK_FORMAT_R32G32_SINT";
+               case VK_FORMAT_R32G32_SFLOAT:                                                           return "VK_FORMAT_R32G32_SFLOAT";
+               case VK_FORMAT_R32G32B32_UINT:                                                          return "VK_FORMAT_R32G32B32_UINT";
+               case VK_FORMAT_R32G32B32_SINT:                                                          return "VK_FORMAT_R32G32B32_SINT";
+               case VK_FORMAT_R32G32B32_SFLOAT:                                                        return "VK_FORMAT_R32G32B32_SFLOAT";
+               case VK_FORMAT_R32G32B32A32_UINT:                                                       return "VK_FORMAT_R32G32B32A32_UINT";
+               case VK_FORMAT_R32G32B32A32_SINT:                                                       return "VK_FORMAT_R32G32B32A32_SINT";
+               case VK_FORMAT_R32G32B32A32_SFLOAT:                                                     return "VK_FORMAT_R32G32B32A32_SFLOAT";
+               case VK_FORMAT_R64_UINT:                                                                        return "VK_FORMAT_R64_UINT";
+               case VK_FORMAT_R64_SINT:                                                                        return "VK_FORMAT_R64_SINT";
+               case VK_FORMAT_R64_SFLOAT:                                                                      return "VK_FORMAT_R64_SFLOAT";
+               case VK_FORMAT_R64G64_UINT:                                                                     return "VK_FORMAT_R64G64_UINT";
+               case VK_FORMAT_R64G64_SINT:                                                                     return "VK_FORMAT_R64G64_SINT";
+               case VK_FORMAT_R64G64_SFLOAT:                                                           return "VK_FORMAT_R64G64_SFLOAT";
+               case VK_FORMAT_R64G64B64_UINT:                                                          return "VK_FORMAT_R64G64B64_UINT";
+               case VK_FORMAT_R64G64B64_SINT:                                                          return "VK_FORMAT_R64G64B64_SINT";
+               case VK_FORMAT_R64G64B64_SFLOAT:                                                        return "VK_FORMAT_R64G64B64_SFLOAT";
+               case VK_FORMAT_R64G64B64A64_UINT:                                                       return "VK_FORMAT_R64G64B64A64_UINT";
+               case VK_FORMAT_R64G64B64A64_SINT:                                                       return "VK_FORMAT_R64G64B64A64_SINT";
+               case VK_FORMAT_R64G64B64A64_SFLOAT:                                                     return "VK_FORMAT_R64G64B64A64_SFLOAT";
+               case VK_FORMAT_B10G11R11_UFLOAT_PACK32:                                         return "VK_FORMAT_B10G11R11_UFLOAT_PACK32";
+               case VK_FORMAT_E5B9G9R9_UFLOAT_PACK32:                                          return "VK_FORMAT_E5B9G9R9_UFLOAT_PACK32";
+               case VK_FORMAT_D16_UNORM:                                                                       return "VK_FORMAT_D16_UNORM";
+               case VK_FORMAT_X8_D24_UNORM_PACK32:                                                     return "VK_FORMAT_X8_D24_UNORM_PACK32";
+               case VK_FORMAT_D32_SFLOAT:                                                                      return "VK_FORMAT_D32_SFLOAT";
+               case VK_FORMAT_S8_UINT:                                                                         return "VK_FORMAT_S8_UINT";
+               case VK_FORMAT_D16_UNORM_S8_UINT:                                                       return "VK_FORMAT_D16_UNORM_S8_UINT";
+               case VK_FORMAT_D24_UNORM_S8_UINT:                                                       return "VK_FORMAT_D24_UNORM_S8_UINT";
+               case VK_FORMAT_D32_SFLOAT_S8_UINT:                                                      return "VK_FORMAT_D32_SFLOAT_S8_UINT";
+               case VK_FORMAT_BC1_RGB_UNORM_BLOCK:                                                     return "VK_FORMAT_BC1_RGB_UNORM_BLOCK";
+               case VK_FORMAT_BC1_RGB_SRGB_BLOCK:                                                      return "VK_FORMAT_BC1_RGB_SRGB_BLOCK";
+               case VK_FORMAT_BC1_RGBA_UNORM_BLOCK:                                            return "VK_FORMAT_BC1_RGBA_UNORM_BLOCK";
+               case VK_FORMAT_BC1_RGBA_SRGB_BLOCK:                                                     return "VK_FORMAT_BC1_RGBA_SRGB_BLOCK";
+               case VK_FORMAT_BC2_UNORM_BLOCK:                                                         return "VK_FORMAT_BC2_UNORM_BLOCK";
+               case VK_FORMAT_BC2_SRGB_BLOCK:                                                          return "VK_FORMAT_BC2_SRGB_BLOCK";
+               case VK_FORMAT_BC3_UNORM_BLOCK:                                                         return "VK_FORMAT_BC3_UNORM_BLOCK";
+               case VK_FORMAT_BC3_SRGB_BLOCK:                                                          return "VK_FORMAT_BC3_SRGB_BLOCK";
+               case VK_FORMAT_BC4_UNORM_BLOCK:                                                         return "VK_FORMAT_BC4_UNORM_BLOCK";
+               case VK_FORMAT_BC4_SNORM_BLOCK:                                                         return "VK_FORMAT_BC4_SNORM_BLOCK";
+               case VK_FORMAT_BC5_UNORM_BLOCK:                                                         return "VK_FORMAT_BC5_UNORM_BLOCK";
+               case VK_FORMAT_BC5_SNORM_BLOCK:                                                         return "VK_FORMAT_BC5_SNORM_BLOCK";
+               case VK_FORMAT_BC6H_UFLOAT_BLOCK:                                                       return "VK_FORMAT_BC6H_UFLOAT_BLOCK";
+               case VK_FORMAT_BC6H_SFLOAT_BLOCK:                                                       return "VK_FORMAT_BC6H_SFLOAT_BLOCK";
+               case VK_FORMAT_BC7_UNORM_BLOCK:                                                         return "VK_FORMAT_BC7_UNORM_BLOCK";
+               case VK_FORMAT_BC7_SRGB_BLOCK:                                                          return "VK_FORMAT_BC7_SRGB_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK:                                         return "VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK:                                          return "VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK:                                       return "VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK:                                        return "VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK:                                       return "VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK";
+               case VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK:                                        return "VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK";
+               case VK_FORMAT_EAC_R11_UNORM_BLOCK:                                                     return "VK_FORMAT_EAC_R11_UNORM_BLOCK";
+               case VK_FORMAT_EAC_R11_SNORM_BLOCK:                                                     return "VK_FORMAT_EAC_R11_SNORM_BLOCK";
+               case VK_FORMAT_EAC_R11G11_UNORM_BLOCK:                                          return "VK_FORMAT_EAC_R11G11_UNORM_BLOCK";
+               case VK_FORMAT_EAC_R11G11_SNORM_BLOCK:                                          return "VK_FORMAT_EAC_R11G11_SNORM_BLOCK";
+               case VK_FORMAT_ASTC_4x4_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_4x4_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_4x4_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_4x4_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_5x4_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_5x4_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_5x4_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_5x4_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_5x5_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_5x5_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_5x5_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_5x5_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_6x5_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_6x5_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_6x5_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_6x5_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_6x6_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_6x6_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_6x6_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_6x6_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_8x5_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_8x5_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_8x5_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_8x5_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_8x6_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_8x6_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_8x6_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_8x6_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_8x8_UNORM_BLOCK:                                            return "VK_FORMAT_ASTC_8x8_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_8x8_SRGB_BLOCK:                                                     return "VK_FORMAT_ASTC_8x8_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_10x5_UNORM_BLOCK:                                           return "VK_FORMAT_ASTC_10x5_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_10x5_SRGB_BLOCK:                                            return "VK_FORMAT_ASTC_10x5_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_10x6_UNORM_BLOCK:                                           return "VK_FORMAT_ASTC_10x6_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_10x6_SRGB_BLOCK:                                            return "VK_FORMAT_ASTC_10x6_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_10x8_UNORM_BLOCK:                                           return "VK_FORMAT_ASTC_10x8_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_10x8_SRGB_BLOCK:                                            return "VK_FORMAT_ASTC_10x8_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_10x10_UNORM_BLOCK:                                          return "VK_FORMAT_ASTC_10x10_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_10x10_SRGB_BLOCK:                                           return "VK_FORMAT_ASTC_10x10_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_12x10_UNORM_BLOCK:                                          return "VK_FORMAT_ASTC_12x10_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_12x10_SRGB_BLOCK:                                           return "VK_FORMAT_ASTC_12x10_SRGB_BLOCK";
+               case VK_FORMAT_ASTC_12x12_UNORM_BLOCK:                                          return "VK_FORMAT_ASTC_12x12_UNORM_BLOCK";
+               case VK_FORMAT_ASTC_12x12_SRGB_BLOCK:                                           return "VK_FORMAT_ASTC_12x12_SRGB_BLOCK";
+               case VK_FORMAT_G8B8G8R8_422_UNORM:                                                      return "VK_FORMAT_G8B8G8R8_422_UNORM";
+               case VK_FORMAT_B8G8R8G8_422_UNORM:                                                      return "VK_FORMAT_B8G8R8G8_422_UNORM";
+               case VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM:                                       return "VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM";
+               case VK_FORMAT_G8_B8R8_2PLANE_420_UNORM:                                        return "VK_FORMAT_G8_B8R8_2PLANE_420_UNORM";
+               case VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM:                                       return "VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM";
+               case VK_FORMAT_G8_B8R8_2PLANE_422_UNORM:                                        return "VK_FORMAT_G8_B8R8_2PLANE_422_UNORM";
+               case VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM:                                       return "VK_FORMAT_G8_B8_R8_3PLANE_444_UNORM";
+               case VK_FORMAT_R10X6_UNORM_PACK16:                                                      return "VK_FORMAT_R10X6_UNORM_PACK16";
+               case VK_FORMAT_R10X6G10X6_UNORM_2PACK16:                                        return "VK_FORMAT_R10X6G10X6_UNORM_2PACK16";
+               case VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16:                      return "VK_FORMAT_R10X6G10X6B10X6A10X6_UNORM_4PACK16";
+               case VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16:          return "VK_FORMAT_G10X6B10X6G10X6R10X6_422_UNORM_4PACK16";
+               case VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16:          return "VK_FORMAT_B10X6G10X6R10X6G10X6_422_UNORM_4PACK16";
+               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16:      return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16";
+               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16:       return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16";
+               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16:      return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16";
+               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16:       return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16";
+               case VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16:      return "VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_444_UNORM_3PACK16";
+               case VK_FORMAT_R12X4_UNORM_PACK16:                                                      return "VK_FORMAT_R12X4_UNORM_PACK16";
+               case VK_FORMAT_R12X4G12X4_UNORM_2PACK16:                                        return "VK_FORMAT_R12X4G12X4_UNORM_2PACK16";
+               case VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16:                      return "VK_FORMAT_R12X4G12X4B12X4A12X4_UNORM_4PACK16";
+               case VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16:          return "VK_FORMAT_G12X4B12X4G12X4R12X4_422_UNORM_4PACK16";
+               case VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16:          return "VK_FORMAT_B12X4G12X4R12X4G12X4_422_UNORM_4PACK16";
+               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16:      return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16";
+               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16:       return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16";
+               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16:      return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_422_UNORM_3PACK16";
+               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16:       return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_422_UNORM_3PACK16";
+               case VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16:      return "VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_444_UNORM_3PACK16";
+               case VK_FORMAT_G16B16G16R16_422_UNORM:                                          return "VK_FORMAT_G16B16G16R16_422_UNORM";
+               case VK_FORMAT_B16G16R16G16_422_UNORM:                                          return "VK_FORMAT_B16G16R16G16_422_UNORM";
+               case VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM:                            return "VK_FORMAT_G16_B16_R16_3PLANE_420_UNORM";
+               case VK_FORMAT_G16_B16R16_2PLANE_420_UNORM:                                     return "VK_FORMAT_G16_B16R16_2PLANE_420_UNORM";
+               case VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM:                            return "VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM";
+               case VK_FORMAT_G16_B16R16_2PLANE_422_UNORM:                                     return "VK_FORMAT_G16_B16R16_2PLANE_422_UNORM";
+               case VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM:                            return "VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM";
+               case VK_FORMAT_G8_B8R8_2PLANE_444_UNORM:                                        return "VK_FORMAT_G8_B8R8_2PLANE_444_UNORM";
+               case VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16:       return "VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16";
+               case VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16:       return "VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16";
+               case VK_FORMAT_G16_B16R16_2PLANE_444_UNORM:                                     return "VK_FORMAT_G16_B16R16_2PLANE_444_UNORM";
+               case VK_FORMAT_A4R4G4B4_UNORM_PACK16:                                           return "VK_FORMAT_A4R4G4B4_UNORM_PACK16";
+               case VK_FORMAT_A4B4G4R4_UNORM_PACK16:                                           return "VK_FORMAT_A4B4G4R4_UNORM_PACK16";
+               case VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK:                                           return "VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK:                                          return "VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK:                                          return "VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK:                                          return "VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK:                                         return "VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK:                                         return "VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK";
+               case VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK:                                         return "VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK";
+               case VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG:                                     return "VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG";
+               case VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG:                                     return "VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG";
+               case VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG:                                     return "VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG";
+               case VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG:                                     return "VK_FORMAT_PVRTC2_4BPP_UNORM_BLOCK_IMG";
+               case VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG:                                      return "VK_FORMAT_PVRTC1_2BPP_SRGB_BLOCK_IMG";
+               case VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG:                                      return "VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG";
+               case VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG:                                      return "VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG";
+               case VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG:                                      return "VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG";
+               case VK_FORMAT_MAX_ENUM:                                                                        return "VK_FORMAT_MAX_ENUM";
+               default:                                                                                                        return DE_NULL;
        }
 }
 
@@ -1327,6 +1333,21 @@ const char* getDynamicStateName (VkDynamicState value)
                case VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK:                                     return "VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK";
                case VK_DYNAMIC_STATE_STENCIL_WRITE_MASK:                                       return "VK_DYNAMIC_STATE_STENCIL_WRITE_MASK";
                case VK_DYNAMIC_STATE_STENCIL_REFERENCE:                                        return "VK_DYNAMIC_STATE_STENCIL_REFERENCE";
+               case VK_DYNAMIC_STATE_CULL_MODE:                                                        return "VK_DYNAMIC_STATE_CULL_MODE";
+               case VK_DYNAMIC_STATE_FRONT_FACE:                                                       return "VK_DYNAMIC_STATE_FRONT_FACE";
+               case VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY:                                       return "VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY";
+               case VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT:                                      return "VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT";
+               case VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT:                                       return "VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT";
+               case VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE:                      return "VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE";
+               case VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE:                                        return "VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE";
+               case VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE:                                       return "VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE";
+               case VK_DYNAMIC_STATE_DEPTH_COMPARE_OP:                                         return "VK_DYNAMIC_STATE_DEPTH_COMPARE_OP";
+               case VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE:                         return "VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE";
+               case VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE:                                      return "VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE";
+               case VK_DYNAMIC_STATE_STENCIL_OP:                                                       return "VK_DYNAMIC_STATE_STENCIL_OP";
+               case VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE:                        return "VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE";
+               case VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE:                                        return "VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE";
+               case VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE:                         return "VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE";
                case VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV:                            return "VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV";
                case VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT:                            return "VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT";
                case VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT:                                     return "VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT";
@@ -1336,24 +1357,9 @@ const char* getDynamicStateName (VkDynamicState value)
                case VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV:                                     return "VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV";
                case VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR:                        return "VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR";
                case VK_DYNAMIC_STATE_LINE_STIPPLE_EXT:                                         return "VK_DYNAMIC_STATE_LINE_STIPPLE_EXT";
-               case VK_DYNAMIC_STATE_CULL_MODE_EXT:                                            return "VK_DYNAMIC_STATE_CULL_MODE_EXT";
-               case VK_DYNAMIC_STATE_FRONT_FACE_EXT:                                           return "VK_DYNAMIC_STATE_FRONT_FACE_EXT";
-               case VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT:                           return "VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT";
-               case VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT:                          return "VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT";
-               case VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT:                           return "VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT";
-               case VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT:          return "VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT";
-               case VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT:                            return "VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT";
-               case VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT:                           return "VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT";
-               case VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT:                                     return "VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT";
-               case VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT:                     return "VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT";
-               case VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT:                          return "VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT";
-               case VK_DYNAMIC_STATE_STENCIL_OP_EXT:                                           return "VK_DYNAMIC_STATE_STENCIL_OP_EXT";
                case VK_DYNAMIC_STATE_VERTEX_INPUT_EXT:                                         return "VK_DYNAMIC_STATE_VERTEX_INPUT_EXT";
                case VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT:                         return "VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT";
-               case VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT:            return "VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT";
-               case VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT:                            return "VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT";
                case VK_DYNAMIC_STATE_LOGIC_OP_EXT:                                                     return "VK_DYNAMIC_STATE_LOGIC_OP_EXT";
-               case VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT:                     return "VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT";
                case VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT:                           return "VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT";
                case VK_DYNAMIC_STATE_MAX_ENUM:                                                         return "VK_DYNAMIC_STATE_MAX_ENUM";
                default:                                                                                                        return DE_NULL;
@@ -1526,7 +1532,7 @@ const char* getDescriptorTypeName (VkDescriptorType value)
                case VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC:         return "VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC";
                case VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC:         return "VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC";
                case VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT:                       return "VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT";
-               case VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT:       return "VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT";
+               case VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK:           return "VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK";
                case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR:     return "VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR";
                case VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV:      return "VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV";
                case VK_DESCRIPTOR_TYPE_MUTABLE_VALVE:                          return "VK_DESCRIPTOR_TYPE_MUTABLE_VALVE";
@@ -1554,7 +1560,7 @@ const char* getAttachmentStoreOpName (VkAttachmentStoreOp value)
        {
                case VK_ATTACHMENT_STORE_OP_STORE:              return "VK_ATTACHMENT_STORE_OP_STORE";
                case VK_ATTACHMENT_STORE_OP_DONT_CARE:  return "VK_ATTACHMENT_STORE_OP_DONT_CARE";
-               case VK_ATTACHMENT_STORE_OP_NONE_EXT:   return "VK_ATTACHMENT_STORE_OP_NONE_EXT";
+               case VK_ATTACHMENT_STORE_OP_NONE:               return "VK_ATTACHMENT_STORE_OP_NONE";
                case VK_ATTACHMENT_STORE_OP_MAX_ENUM:   return "VK_ATTACHMENT_STORE_OP_MAX_ENUM";
                default:                                                                return DE_NULL;
        }
@@ -2741,6 +2747,7 @@ tcu::Format::Bitfield<32> getAccessFlagsStr (VkAccessFlags value)
                tcu::Format::BitDesc(VK_ACCESS_HOST_WRITE_BIT,                                                                  "VK_ACCESS_HOST_WRITE_BIT"),
                tcu::Format::BitDesc(VK_ACCESS_MEMORY_READ_BIT,                                                                 "VK_ACCESS_MEMORY_READ_BIT"),
                tcu::Format::BitDesc(VK_ACCESS_MEMORY_WRITE_BIT,                                                                "VK_ACCESS_MEMORY_WRITE_BIT"),
+               tcu::Format::BitDesc(VK_ACCESS_NONE,                                                                                    "VK_ACCESS_NONE"),
                tcu::Format::BitDesc(VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT,                                "VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT"),
                tcu::Format::BitDesc(VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT,                 "VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT"),
                tcu::Format::BitDesc(VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT,                "VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT"),
@@ -2752,10 +2759,10 @@ tcu::Format::Bitfield<32> getAccessFlagsStr (VkAccessFlags value)
                tcu::Format::BitDesc(VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR,   "VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR"),
                tcu::Format::BitDesc(VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV,                                  "VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV"),
                tcu::Format::BitDesc(VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV,                                 "VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV"),
-               tcu::Format::BitDesc(VK_ACCESS_NONE_KHR,                                                                                "VK_ACCESS_NONE_KHR"),
                tcu::Format::BitDesc(VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV,                                  "VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV"),
                tcu::Format::BitDesc(VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV,                              "VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV"),
                tcu::Format::BitDesc(VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV,                             "VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV"),
+               tcu::Format::BitDesc(VK_ACCESS_NONE_KHR,                                                                                "VK_ACCESS_NONE_KHR"),
                tcu::Format::BitDesc(VK_ACCESS_FLAG_BITS_MAX_ENUM,                                                              "VK_ACCESS_FLAG_BITS_MAX_ENUM"),
        };
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
@@ -2985,6 +2992,7 @@ tcu::Format::Bitfield<32> getPipelineStageFlagsStr (VkPipelineStageFlags value)
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_HOST_BIT,                                                                        "VK_PIPELINE_STAGE_HOST_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT,                                                        "VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_ALL_COMMANDS_BIT,                                                        "VK_PIPELINE_STAGE_ALL_COMMANDS_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_STAGE_NONE,                                                                            "VK_PIPELINE_STAGE_NONE"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT,                                      "VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT,                           "VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR,            "VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR"),
@@ -2994,10 +3002,10 @@ tcu::Format::Bitfield<32> getPipelineStageFlagsStr (VkPipelineStageFlags value)
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT,                        "VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR,        "VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV,                                       "VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV"),
-               tcu::Format::BitDesc(VK_PIPELINE_STAGE_NONE_KHR,                                                                        "VK_PIPELINE_STAGE_NONE_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV,                                       "VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV,                                       "VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV,                     "VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV"),
+               tcu::Format::BitDesc(VK_PIPELINE_STAGE_NONE_KHR,                                                                        "VK_PIPELINE_STAGE_NONE_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM,                                                      "VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM"),
        };
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
@@ -3039,6 +3047,7 @@ tcu::Format::Bitfield<32> getEventCreateFlagsStr (VkEventCreateFlags value)
 {
        static const tcu::Format::BitDesc s_desc[] =
        {
+               tcu::Format::BitDesc(VK_EVENT_CREATE_DEVICE_ONLY_BIT,           "VK_EVENT_CREATE_DEVICE_ONLY_BIT"),
                tcu::Format::BitDesc(VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR,       "VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR"),
                tcu::Format::BitDesc(VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM,        "VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM"),
        };
@@ -3138,19 +3147,11 @@ tcu::Format::Bitfield<32> getImageViewCreateFlagsStr (VkImageViewCreateFlags val
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getShaderModuleCreateFlagsStr (VkShaderModuleCreateFlags value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_SHADER_MODULE_CREATE_FLAG_BITS_MAX_ENUM,        "VK_SHADER_MODULE_CREATE_FLAG_BITS_MAX_ENUM"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getPipelineCacheCreateFlagsStr (VkPipelineCacheCreateFlags value)
 {
        static const tcu::Format::BitDesc s_desc[] =
        {
+               tcu::Format::BitDesc(VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT,              "VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT,  "VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM,                               "VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM"),
        };
@@ -3179,6 +3180,8 @@ tcu::Format::Bitfield<32> getPipelineCreateFlagsStr (VkPipelineCreateFlags value
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_DERIVATIVE_BIT,                                                                                                 "VK_PIPELINE_CREATE_DERIVATIVE_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT,                                                               "VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_DISPATCH_BASE_BIT,                                                                                              "VK_PIPELINE_CREATE_DISPATCH_BASE_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT,                                                  "VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT,                                                                    "VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR,   "VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT,    "VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR,                                    "VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR"),
@@ -3193,12 +3196,12 @@ tcu::Format::Bitfield<32> getPipelineCreateFlagsStr (VkPipelineCreateFlags value
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR,                                               "VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV,                                                                               "VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_LIBRARY_BIT_KHR,                                                                                                "VK_PIPELINE_CREATE_LIBRARY_BIT_KHR"),
-               tcu::Format::BitDesc(VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT,                                              "VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT"),
-               tcu::Format::BitDesc(VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT,                                                                "VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV,                                                                "VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_DISPATCH_BASE,                                                                                                  "VK_PIPELINE_CREATE_DISPATCH_BASE"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR,                                                   "VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_DISPATCH_BASE_KHR,                                                                                              "VK_PIPELINE_CREATE_DISPATCH_BASE_KHR"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT,                                              "VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT,                                                                "VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM,                                                                                             "VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM"),
        };
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
@@ -3208,6 +3211,8 @@ tcu::Format::Bitfield<32> getPipelineShaderStageCreateFlagsStr (VkPipelineShader
 {
        static const tcu::Format::BitDesc s_desc[] =
        {
+               tcu::Format::BitDesc(VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT,           "VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT,                        "VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT"),
                tcu::Format::BitDesc(VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT,       "VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT,            "VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT"),
                tcu::Format::BitDesc(VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM,                                        "VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM"),
@@ -3649,6 +3654,77 @@ tcu::Format::Bitfield<32> getSemaphoreWaitFlagsStr (VkSemaphoreWaitFlags value)
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
+tcu::Format::Bitfield<32> getPipelineCreationFeedbackFlagsStr (VkPipelineCreationFeedbackFlags value)
+{
+       static const tcu::Format::BitDesc s_desc[] =
+       {
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT,                                                           "VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT,          "VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT,                      "VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT,                                                       "VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT,      "VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT,          "VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT"),
+               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM,                                          "VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM"),
+       };
+       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
+}
+
+tcu::Format::Bitfield<32> getToolPurposeFlagsStr (VkToolPurposeFlags value)
+{
+       static const tcu::Format::BitDesc s_desc[] =
+       {
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_VALIDATION_BIT,                            "VK_TOOL_PURPOSE_VALIDATION_BIT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_PROFILING_BIT,                                     "VK_TOOL_PURPOSE_PROFILING_BIT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_TRACING_BIT,                                       "VK_TOOL_PURPOSE_TRACING_BIT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT,           "VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT,            "VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT,           "VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT,                     "VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_VALIDATION_BIT_EXT,                        "VK_TOOL_PURPOSE_VALIDATION_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_PROFILING_BIT_EXT,                         "VK_TOOL_PURPOSE_PROFILING_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_TRACING_BIT_EXT,                           "VK_TOOL_PURPOSE_TRACING_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT,       "VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT,        "VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT"),
+               tcu::Format::BitDesc(VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM,                        "VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM"),
+       };
+       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
+}
+
+tcu::Format::Bitfield<32> getPrivateDataSlotCreateFlagsStr (VkPrivateDataSlotCreateFlags value)
+{
+       static const tcu::Format::BitDesc s_desc[] =
+       {
+               tcu::Format::BitDesc(VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM,    "VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM"),
+       };
+       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
+}
+
+tcu::Format::Bitfield<32> getSubmitFlagsStr (VkSubmitFlags value)
+{
+       static const tcu::Format::BitDesc s_desc[] =
+       {
+               tcu::Format::BitDesc(VK_SUBMIT_PROTECTED_BIT,           "VK_SUBMIT_PROTECTED_BIT"),
+               tcu::Format::BitDesc(VK_SUBMIT_PROTECTED_BIT_KHR,       "VK_SUBMIT_PROTECTED_BIT_KHR"),
+               tcu::Format::BitDesc(VK_SUBMIT_FLAG_BITS_MAX_ENUM,      "VK_SUBMIT_FLAG_BITS_MAX_ENUM"),
+       };
+       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
+}
+
+tcu::Format::Bitfield<32> getRenderingFlagsStr (VkRenderingFlags value)
+{
+       static const tcu::Format::BitDesc s_desc[] =
+       {
+               tcu::Format::BitDesc(VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT,               "VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT"),
+               tcu::Format::BitDesc(VK_RENDERING_SUSPENDING_BIT,                                                               "VK_RENDERING_SUSPENDING_BIT"),
+               tcu::Format::BitDesc(VK_RENDERING_RESUMING_BIT,                                                                 "VK_RENDERING_RESUMING_BIT"),
+               tcu::Format::BitDesc(VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,   "VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR"),
+               tcu::Format::BitDesc(VK_RENDERING_SUSPENDING_BIT_KHR,                                                   "VK_RENDERING_SUSPENDING_BIT_KHR"),
+               tcu::Format::BitDesc(VK_RENDERING_RESUMING_BIT_KHR,                                                             "VK_RENDERING_RESUMING_BIT_KHR"),
+               tcu::Format::BitDesc(VK_RENDERING_FLAG_BITS_MAX_ENUM,                                                   "VK_RENDERING_FLAG_BITS_MAX_ENUM"),
+       };
+       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
+}
+
 tcu::Format::Bitfield<32> getSurfaceTransformFlagsKHRStr (VkSurfaceTransformFlagsKHR value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -3718,18 +3794,6 @@ tcu::Format::Bitfield<32> getDisplayPlaneAlphaFlagsKHRStr (VkDisplayPlaneAlphaFl
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getRenderingFlagsKHRStr (VkRenderingFlagsKHR value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,   "VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR"),
-               tcu::Format::BitDesc(VK_RENDERING_SUSPENDING_BIT_KHR,                                                   "VK_RENDERING_SUSPENDING_BIT_KHR"),
-               tcu::Format::BitDesc(VK_RENDERING_RESUMING_BIT_KHR,                                                             "VK_RENDERING_RESUMING_BIT_KHR"),
-               tcu::Format::BitDesc(VK_RENDERING_FLAG_BITS_MAX_ENUM_KHR,                                               "VK_RENDERING_FLAG_BITS_MAX_ENUM_KHR"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getPerformanceCounterDescriptionFlagsKHRStr (VkPerformanceCounterDescriptionFlagsKHR value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -3752,16 +3816,6 @@ tcu::Format::Bitfield<32> getAcquireProfilingLockFlagsKHRStr (VkAcquireProfiling
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getSubmitFlagsKHRStr (VkSubmitFlagsKHR value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_SUBMIT_PROTECTED_BIT_KHR,               "VK_SUBMIT_PROTECTED_BIT_KHR"),
-               tcu::Format::BitDesc(VK_SUBMIT_FLAG_BITS_MAX_ENUM_KHR,  "VK_SUBMIT_FLAG_BITS_MAX_ENUM_KHR"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getDebugReportFlagsEXTStr (VkDebugReportFlagsEXT value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -3907,18 +3961,6 @@ tcu::Format::Bitfield<32> getPipelineCompilerControlFlagsAMDStr (VkPipelineCompi
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getPipelineCreationFeedbackFlagsEXTStr (VkPipelineCreationFeedbackFlagsEXT value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT,                                                       "VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT"),
-               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT,      "VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT"),
-               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT,          "VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT"),
-               tcu::Format::BitDesc(VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM_EXT,                                      "VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM_EXT"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getShaderCorePropertiesFlagsAMDStr (VkShaderCorePropertiesFlagsAMD value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -3928,22 +3970,6 @@ tcu::Format::Bitfield<32> getShaderCorePropertiesFlagsAMDStr (VkShaderCoreProper
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getToolPurposeFlagsEXTStr (VkToolPurposeFlagsEXT value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_VALIDATION_BIT_EXT,                        "VK_TOOL_PURPOSE_VALIDATION_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_PROFILING_BIT_EXT,                         "VK_TOOL_PURPOSE_PROFILING_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_TRACING_BIT_EXT,                           "VK_TOOL_PURPOSE_TRACING_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT,       "VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT,        "VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT,           "VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT,                     "VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT"),
-               tcu::Format::BitDesc(VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM_EXT,            "VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM_EXT"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getIndirectStateFlagsNVStr (VkIndirectStateFlagsNV value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -3966,15 +3992,6 @@ tcu::Format::Bitfield<32> getIndirectCommandsLayoutUsageFlagsNVStr (VkIndirectCo
        return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
 }
 
-tcu::Format::Bitfield<32> getPrivateDataSlotCreateFlagsEXTStr (VkPrivateDataSlotCreateFlagsEXT value)
-{
-       static const tcu::Format::BitDesc s_desc[] =
-       {
-               tcu::Format::BitDesc(VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM_EXT,        "VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM_EXT"),
-       };
-       return tcu::Format::Bitfield<32>(value, DE_ARRAY_BEGIN(s_desc), DE_ARRAY_END(s_desc));
-}
-
 tcu::Format::Bitfield<32> getDeviceDiagnosticsConfigFlagsNVStr (VkDeviceDiagnosticsConfigFlagsNV value)
 {
        static const tcu::Format::BitDesc s_desc[] =
@@ -4226,6 +4243,11 @@ tcu::Format::Bitfield<32> getBufferViewCreateFlagsStr (VkBufferViewCreateFlags v
        return tcu::Format::Bitfield<32>(value, DE_NULL, DE_NULL);
 }
 
+tcu::Format::Bitfield<32> getShaderModuleCreateFlagsStr (VkShaderModuleCreateFlags value)
+{
+       return tcu::Format::Bitfield<32>(value, DE_NULL, DE_NULL);
+}
+
 tcu::Format::Bitfield<32> getPipelineVertexInputStateCreateFlagsStr (VkPipelineVertexInputStateCreateFlags value)
 {
        return tcu::Format::Bitfield<32>(value, DE_NULL, DE_NULL);
@@ -7521,1308 +7543,1584 @@ std::ostream& operator<< (std::ostream& s, const VkDeviceMemoryOpaqueCaptureAddr
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSurfaceCapabilitiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceVulkan13Features& value)
 {
-       s << "VkSurfaceCapabilitiesKHR = {\n";
-       s << "\tminImageCount = " << value.minImageCount << '\n';
-       s << "\tmaxImageCount = " << value.maxImageCount << '\n';
-       s << "\tcurrentExtent = " << value.currentExtent << '\n';
-       s << "\tminImageExtent = " << value.minImageExtent << '\n';
-       s << "\tmaxImageExtent = " << value.maxImageExtent << '\n';
-       s << "\tmaxImageArrayLayers = " << value.maxImageArrayLayers << '\n';
-       s << "\tsupportedTransforms = " << getSurfaceTransformFlagsKHRStr(value.supportedTransforms) << '\n';
-       s << "\tcurrentTransform = " << value.currentTransform << '\n';
-       s << "\tsupportedCompositeAlpha = " << getCompositeAlphaFlagsKHRStr(value.supportedCompositeAlpha) << '\n';
-       s << "\tsupportedUsageFlags = " << getImageUsageFlagsStr(value.supportedUsageFlags) << '\n';
+       s << "VkPhysicalDeviceVulkan13Features = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\trobustImageAccess = " << value.robustImageAccess << '\n';
+       s << "\tinlineUniformBlock = " << value.inlineUniformBlock << '\n';
+       s << "\tdescriptorBindingInlineUniformBlockUpdateAfterBind = " << value.descriptorBindingInlineUniformBlockUpdateAfterBind << '\n';
+       s << "\tpipelineCreationCacheControl = " << value.pipelineCreationCacheControl << '\n';
+       s << "\tprivateData = " << value.privateData << '\n';
+       s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
+       s << "\tshaderTerminateInvocation = " << value.shaderTerminateInvocation << '\n';
+       s << "\tsubgroupSizeControl = " << value.subgroupSizeControl << '\n';
+       s << "\tcomputeFullSubgroups = " << value.computeFullSubgroups << '\n';
+       s << "\tsynchronization2 = " << value.synchronization2 << '\n';
+       s << "\ttextureCompressionASTC_HDR = " << value.textureCompressionASTC_HDR << '\n';
+       s << "\tshaderZeroInitializeWorkgroupMemory = " << value.shaderZeroInitializeWorkgroupMemory << '\n';
+       s << "\tdynamicRendering = " << value.dynamicRendering << '\n';
+       s << "\tshaderIntegerDotProduct = " << value.shaderIntegerDotProduct << '\n';
+       s << "\tmaintenance4 = " << value.maintenance4 << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSurfaceFormatKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceVulkan13Properties& value)
 {
-       s << "VkSurfaceFormatKHR = {\n";
-       s << "\tformat = " << value.format << '\n';
-       s << "\tcolorSpace = " << value.colorSpace << '\n';
+       s << "VkPhysicalDeviceVulkan13Properties = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tminSubgroupSize = " << value.minSubgroupSize << '\n';
+       s << "\tmaxSubgroupSize = " << value.maxSubgroupSize << '\n';
+       s << "\tmaxComputeWorkgroupSubgroups = " << value.maxComputeWorkgroupSubgroups << '\n';
+       s << "\trequiredSubgroupSizeStages = " << getShaderStageFlagsStr(value.requiredSubgroupSizeStages) << '\n';
+       s << "\tmaxInlineUniformBlockSize = " << value.maxInlineUniformBlockSize << '\n';
+       s << "\tmaxPerStageDescriptorInlineUniformBlocks = " << value.maxPerStageDescriptorInlineUniformBlocks << '\n';
+       s << "\tmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = " << value.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks << '\n';
+       s << "\tmaxDescriptorSetInlineUniformBlocks = " << value.maxDescriptorSetInlineUniformBlocks << '\n';
+       s << "\tmaxDescriptorSetUpdateAfterBindInlineUniformBlocks = " << value.maxDescriptorSetUpdateAfterBindInlineUniformBlocks << '\n';
+       s << "\tmaxInlineUniformTotalSize = " << value.maxInlineUniformTotalSize << '\n';
+       s << "\tintegerDotProduct8BitUnsignedAccelerated = " << value.integerDotProduct8BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct8BitSignedAccelerated = " << value.integerDotProduct8BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct8BitMixedSignednessAccelerated = " << value.integerDotProduct8BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedUnsignedAccelerated = " << value.integerDotProduct4x8BitPackedUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedSignedAccelerated = " << value.integerDotProduct4x8BitPackedSignedAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProduct4x8BitPackedMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct16BitUnsignedAccelerated = " << value.integerDotProduct16BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct16BitSignedAccelerated = " << value.integerDotProduct16BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct16BitMixedSignednessAccelerated = " << value.integerDotProduct16BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct32BitUnsignedAccelerated = " << value.integerDotProduct32BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct32BitSignedAccelerated = " << value.integerDotProduct32BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct32BitMixedSignednessAccelerated = " << value.integerDotProduct32BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct64BitUnsignedAccelerated = " << value.integerDotProduct64BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct64BitSignedAccelerated = " << value.integerDotProduct64BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct64BitMixedSignednessAccelerated = " << value.integerDotProduct64BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated << '\n';
+       s << "\tstorageTexelBufferOffsetAlignmentBytes = " << value.storageTexelBufferOffsetAlignmentBytes << '\n';
+       s << "\tstorageTexelBufferOffsetSingleTexelAlignment = " << value.storageTexelBufferOffsetSingleTexelAlignment << '\n';
+       s << "\tuniformTexelBufferOffsetAlignmentBytes = " << value.uniformTexelBufferOffsetAlignmentBytes << '\n';
+       s << "\tuniformTexelBufferOffsetSingleTexelAlignment = " << value.uniformTexelBufferOffsetSingleTexelAlignment << '\n';
+       s << "\tmaxBufferSize = " << value.maxBufferSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSwapchainCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineCreationFeedback& value)
 {
-       s << "VkSwapchainCreateInfoKHR = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getSwapchainCreateFlagsKHRStr(value.flags) << '\n';
-       s << "\tsurface = " << value.surface << '\n';
-       s << "\tminImageCount = " << value.minImageCount << '\n';
-       s << "\timageFormat = " << value.imageFormat << '\n';
-       s << "\timageColorSpace = " << value.imageColorSpace << '\n';
-       s << "\timageExtent = " << value.imageExtent << '\n';
-       s << "\timageArrayLayers = " << value.imageArrayLayers << '\n';
-       s << "\timageUsage = " << getImageUsageFlagsStr(value.imageUsage) << '\n';
-       s << "\timageSharingMode = " << value.imageSharingMode << '\n';
-       s << "\tqueueFamilyIndexCount = " << value.queueFamilyIndexCount << '\n';
-       s << "\tpQueueFamilyIndices = " << value.pQueueFamilyIndices << '\n';
-       s << "\tpreTransform = " << value.preTransform << '\n';
-       s << "\tcompositeAlpha = " << value.compositeAlpha << '\n';
-       s << "\tpresentMode = " << value.presentMode << '\n';
-       s << "\tclipped = " << value.clipped << '\n';
-       s << "\toldSwapchain = " << value.oldSwapchain << '\n';
+       s << "VkPipelineCreationFeedback = {\n";
+       s << "\tflags = " << getPipelineCreationFeedbackFlagsStr(value.flags) << '\n';
+       s << "\tduration = " << value.duration << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPresentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineCreationFeedbackCreateInfo& value)
 {
-       s << "VkPresentInfoKHR = {\n";
+       s << "VkPipelineCreationFeedbackCreateInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\twaitSemaphoreCount = " << value.waitSemaphoreCount << '\n';
-       s << "\tpWaitSemaphores = " << value.pWaitSemaphores << '\n';
-       s << "\tswapchainCount = " << value.swapchainCount << '\n';
-       s << "\tpSwapchains = " << value.pSwapchains << '\n';
-       s << "\tpImageIndices = " << value.pImageIndices << '\n';
-       s << "\tpResults = " << value.pResults << '\n';
+       s << "\tpPipelineCreationFeedback = " << value.pPipelineCreationFeedback << '\n';
+       s << "\tpipelineStageCreationFeedbackCount = " << value.pipelineStageCreationFeedbackCount << '\n';
+       s << "\tpPipelineStageCreationFeedbacks = " << value.pPipelineStageCreationFeedbacks << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImageSwapchainCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderTerminateInvocationFeatures& value)
 {
-       s << "VkImageSwapchainCreateInfoKHR = {\n";
+       s << "VkPhysicalDeviceShaderTerminateInvocationFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchain = " << value.swapchain << '\n';
+       s << "\tshaderTerminateInvocation = " << value.shaderTerminateInvocation << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkBindImageMemorySwapchainInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceToolProperties& value)
 {
-       s << "VkBindImageMemorySwapchainInfoKHR = {\n";
+       s << "VkPhysicalDeviceToolProperties = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchain = " << value.swapchain << '\n';
-       s << "\timageIndex = " << value.imageIndex << '\n';
+       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
+       s << "\tversion = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.version)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.version))) << '\n';
+       s << "\tpurposes = " << getToolPurposeFlagsStr(value.purposes) << '\n';
+       s << "\tdescription = " << (const char*)value.description << '\n';
+       s << "\tlayer = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.layer)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.layer))) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkAcquireNextImageInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures& value)
 {
-       s << "VkAcquireNextImageInfoKHR = {\n";
+       s << "VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchain = " << value.swapchain << '\n';
-       s << "\ttimeout = " << value.timeout << '\n';
-       s << "\tsemaphore = " << value.semaphore << '\n';
-       s << "\tfence = " << value.fence << '\n';
-       s << "\tdeviceMask = " << value.deviceMask << '\n';
+       s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDeviceGroupPresentCapabilitiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePrivateDataFeatures& value)
 {
-       s << "VkDeviceGroupPresentCapabilitiesKHR = {\n";
+       s << "VkPhysicalDevicePrivateDataFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpresentMask = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.presentMask), DE_ARRAY_END(value.presentMask)) << '\n';
-       s << "\tmodes = " << getDeviceGroupPresentModeFlagsKHRStr(value.modes) << '\n';
+       s << "\tprivateData = " << value.privateData << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDeviceGroupPresentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDevicePrivateDataCreateInfo& value)
 {
-       s << "VkDeviceGroupPresentInfoKHR = {\n";
+       s << "VkDevicePrivateDataCreateInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchainCount = " << value.swapchainCount << '\n';
-       s << "\tpDeviceMasks = " << value.pDeviceMasks << '\n';
-       s << "\tmode = " << value.mode << '\n';
+       s << "\tprivateDataSlotRequestCount = " << value.privateDataSlotRequestCount << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDeviceGroupSwapchainCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPrivateDataSlotCreateInfo& value)
 {
-       s << "VkDeviceGroupSwapchainCreateInfoKHR = {\n";
+       s << "VkPrivateDataSlotCreateInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmodes = " << getDeviceGroupPresentModeFlagsKHRStr(value.modes) << '\n';
+       s << "\tflags = " << getPrivateDataSlotCreateFlagsStr(value.flags) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayModeParametersKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePipelineCreationCacheControlFeatures& value)
 {
-       s << "VkDisplayModeParametersKHR = {\n";
-       s << "\tvisibleRegion = " << value.visibleRegion << '\n';
-       s << "\trefreshRate = " << value.refreshRate << '\n';
+       s << "VkPhysicalDevicePipelineCreationCacheControlFeatures = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tpipelineCreationCacheControl = " << value.pipelineCreationCacheControl << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayModeCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkMemoryBarrier2& value)
 {
-       s << "VkDisplayModeCreateInfoKHR = {\n";
+       s << "VkMemoryBarrier2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getDisplayModeCreateFlagsKHRStr(value.flags) << '\n';
-       s << "\tparameters = " << value.parameters << '\n';
+       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
+       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
+       s << "\tdstStageMask = " << value.dstStageMask << '\n';
+       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayModePropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkBufferMemoryBarrier2& value)
 {
-       s << "VkDisplayModePropertiesKHR = {\n";
-       s << "\tdisplayMode = " << value.displayMode << '\n';
-       s << "\tparameters = " << value.parameters << '\n';
+       s << "VkBufferMemoryBarrier2 = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
+       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
+       s << "\tdstStageMask = " << value.dstStageMask << '\n';
+       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
+       s << "\tsrcQueueFamilyIndex = " << value.srcQueueFamilyIndex << '\n';
+       s << "\tdstQueueFamilyIndex = " << value.dstQueueFamilyIndex << '\n';
+       s << "\tbuffer = " << value.buffer << '\n';
+       s << "\toffset = " << value.offset << '\n';
+       s << "\tsize = " << value.size << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneCapabilitiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImageMemoryBarrier2& value)
 {
-       s << "VkDisplayPlaneCapabilitiesKHR = {\n";
-       s << "\tsupportedAlpha = " << getDisplayPlaneAlphaFlagsKHRStr(value.supportedAlpha) << '\n';
-       s << "\tminSrcPosition = " << value.minSrcPosition << '\n';
-       s << "\tmaxSrcPosition = " << value.maxSrcPosition << '\n';
-       s << "\tminSrcExtent = " << value.minSrcExtent << '\n';
-       s << "\tmaxSrcExtent = " << value.maxSrcExtent << '\n';
-       s << "\tminDstPosition = " << value.minDstPosition << '\n';
-       s << "\tmaxDstPosition = " << value.maxDstPosition << '\n';
-       s << "\tminDstExtent = " << value.minDstExtent << '\n';
-       s << "\tmaxDstExtent = " << value.maxDstExtent << '\n';
+       s << "VkImageMemoryBarrier2 = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
+       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
+       s << "\tdstStageMask = " << value.dstStageMask << '\n';
+       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
+       s << "\toldLayout = " << value.oldLayout << '\n';
+       s << "\tnewLayout = " << value.newLayout << '\n';
+       s << "\tsrcQueueFamilyIndex = " << value.srcQueueFamilyIndex << '\n';
+       s << "\tdstQueueFamilyIndex = " << value.dstQueueFamilyIndex << '\n';
+       s << "\timage = " << value.image << '\n';
+       s << "\tsubresourceRange = " << value.subresourceRange << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPlanePropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDependencyInfo& value)
 {
-       s << "VkDisplayPlanePropertiesKHR = {\n";
-       s << "\tcurrentDisplay = " << value.currentDisplay << '\n';
-       s << "\tcurrentStackIndex = " << value.currentStackIndex << '\n';
+       s << "VkDependencyInfo = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tdependencyFlags = " << getDependencyFlagsStr(value.dependencyFlags) << '\n';
+       s << "\tmemoryBarrierCount = " << value.memoryBarrierCount << '\n';
+       s << "\tpMemoryBarriers = " << value.pMemoryBarriers << '\n';
+       s << "\tbufferMemoryBarrierCount = " << value.bufferMemoryBarrierCount << '\n';
+       s << "\tpBufferMemoryBarriers = " << value.pBufferMemoryBarriers << '\n';
+       s << "\timageMemoryBarrierCount = " << value.imageMemoryBarrierCount << '\n';
+       s << "\tpImageMemoryBarriers = " << value.pImageMemoryBarriers << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSemaphoreSubmitInfo& value)
 {
-       s << "VkDisplayPropertiesKHR = {\n";
-       s << "\tdisplay = " << value.display << '\n';
-       s << "\tdisplayName = " << getCharPtrStr(value.displayName) << '\n';
-       s << "\tphysicalDimensions = " << value.physicalDimensions << '\n';
-       s << "\tphysicalResolution = " << value.physicalResolution << '\n';
-       s << "\tsupportedTransforms = " << getSurfaceTransformFlagsKHRStr(value.supportedTransforms) << '\n';
-       s << "\tplaneReorderPossible = " << value.planeReorderPossible << '\n';
-       s << "\tpersistentContent = " << value.persistentContent << '\n';
+       s << "VkSemaphoreSubmitInfo = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsemaphore = " << value.semaphore << '\n';
+       s << "\tvalue = " << value.value << '\n';
+       s << "\tstageMask = " << value.stageMask << '\n';
+       s << "\tdeviceIndex = " << value.deviceIndex << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplaySurfaceCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkCommandBufferSubmitInfo& value)
 {
-       s << "VkDisplaySurfaceCreateInfoKHR = {\n";
+       s << "VkCommandBufferSubmitInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getDisplaySurfaceCreateFlagsKHRStr(value.flags) << '\n';
-       s << "\tdisplayMode = " << value.displayMode << '\n';
-       s << "\tplaneIndex = " << value.planeIndex << '\n';
-       s << "\tplaneStackIndex = " << value.planeStackIndex << '\n';
-       s << "\ttransform = " << value.transform << '\n';
-       s << "\tglobalAlpha = " << value.globalAlpha << '\n';
-       s << "\talphaMode = " << value.alphaMode << '\n';
-       s << "\timageExtent = " << value.imageExtent << '\n';
+       s << "\tcommandBuffer = " << value.commandBuffer << '\n';
+       s << "\tdeviceMask = " << value.deviceMask << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPresentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSubmitInfo2& value)
 {
-       s << "VkDisplayPresentInfoKHR = {\n";
+       s << "VkSubmitInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcRect = " << value.srcRect << '\n';
-       s << "\tdstRect = " << value.dstRect << '\n';
-       s << "\tpersistent = " << value.persistent << '\n';
+       s << "\tflags = " << getSubmitFlagsStr(value.flags) << '\n';
+       s << "\twaitSemaphoreInfoCount = " << value.waitSemaphoreInfoCount << '\n';
+       s << "\tpWaitSemaphoreInfos = " << value.pWaitSemaphoreInfos << '\n';
+       s << "\tcommandBufferInfoCount = " << value.commandBufferInfoCount << '\n';
+       s << "\tpCommandBufferInfos = " << value.pCommandBufferInfos << '\n';
+       s << "\tsignalSemaphoreInfoCount = " << value.signalSemaphoreInfoCount << '\n';
+       s << "\tpSignalSemaphoreInfos = " << value.pSignalSemaphoreInfos << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkRenderingAttachmentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSynchronization2Features& value)
 {
-       s << "VkRenderingAttachmentInfoKHR = {\n";
+       s << "VkPhysicalDeviceSynchronization2Features = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\timageView = " << value.imageView << '\n';
-       s << "\timageLayout = " << value.imageLayout << '\n';
-       s << "\tresolveMode = " << value.resolveMode << '\n';
-       s << "\tresolveImageView = " << value.resolveImageView << '\n';
-       s << "\tresolveImageLayout = " << value.resolveImageLayout << '\n';
-       s << "\tloadOp = " << value.loadOp << '\n';
-       s << "\tstoreOp = " << value.storeOp << '\n';
-       s << "\tclearValue = " << value.clearValue << '\n';
+       s << "\tsynchronization2 = " << value.synchronization2 << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkRenderingInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures& value)
 {
-       s << "VkRenderingInfoKHR = {\n";
+       s << "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getRenderingFlagsKHRStr(value.flags) << '\n';
-       s << "\trenderArea = " << value.renderArea << '\n';
-       s << "\tlayerCount = " << value.layerCount << '\n';
-       s << "\tviewMask = " << value.viewMask << '\n';
-       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
-       s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
-       s << "\tpDepthAttachment = " << value.pDepthAttachment << '\n';
-       s << "\tpStencilAttachment = " << value.pStencilAttachment << '\n';
+       s << "\tshaderZeroInitializeWorkgroupMemory = " << value.shaderZeroInitializeWorkgroupMemory << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineRenderingCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceImageRobustnessFeatures& value)
 {
-       s << "VkPipelineRenderingCreateInfoKHR = {\n";
+       s << "VkPhysicalDeviceImageRobustnessFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tviewMask = " << value.viewMask << '\n';
-       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
-       s << "\tpColorAttachmentFormats = " << value.pColorAttachmentFormats << '\n';
-       s << "\tdepthStencilAttachmentFormat = " << value.depthStencilAttachmentFormat << '\n';
+       s << "\trobustImageAccess = " << value.robustImageAccess << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceDynamicRenderingFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkBufferCopy2& value)
 {
-       s << "VkPhysicalDeviceDynamicRenderingFeaturesKHR = {\n";
+       s << "VkBufferCopy2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdynamicRendering = " << value.dynamicRendering << '\n';
+       s << "\tsrcOffset = " << value.srcOffset << '\n';
+       s << "\tdstOffset = " << value.dstOffset << '\n';
+       s << "\tsize = " << value.size << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCommandBufferInheritanceRenderingInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkCopyBufferInfo2& value)
 {
-       s << "VkCommandBufferInheritanceRenderingInfoKHR = {\n";
+       s << "VkCopyBufferInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getRenderingFlagsKHRStr(value.flags) << '\n';
-       s << "\tviewMask = " << value.viewMask << '\n';
-       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
-       s << "\tpColorAttachmentFormats = " << value.pColorAttachmentFormats << '\n';
-       s << "\tdepthStencilAttachmentFormat = " << value.depthStencilAttachmentFormat << '\n';
-       s << "\trasterizationSamples = " << value.rasterizationSamples << '\n';
+       s << "\tsrcBuffer = " << value.srcBuffer << '\n';
+       s << "\tdstBuffer = " << value.dstBuffer << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkRenderingFragmentShadingRateAttachmentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImageCopy2& value)
 {
-       s << "VkRenderingFragmentShadingRateAttachmentInfoKHR = {\n";
+       s << "VkImageCopy2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\timageView = " << value.imageView << '\n';
-       s << "\timageLayout = " << value.imageLayout << '\n';
-       s << "\tshadingRateAttachmentTexelSize = " << value.shadingRateAttachmentTexelSize << '\n';
+       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
+       s << "\tsrcOffset = " << value.srcOffset << '\n';
+       s << "\tdstSubresource = " << value.dstSubresource << '\n';
+       s << "\tdstOffset = " << value.dstOffset << '\n';
+       s << "\textent = " << value.extent << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkRenderingFragmentDensityMapAttachmentInfoEXT& value)
+std::ostream& operator<< (std::ostream& s, const VkCopyImageInfo2& value)
 {
-       s << "VkRenderingFragmentDensityMapAttachmentInfoEXT = {\n";
+       s << "VkCopyImageInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\timageView = " << value.imageView << '\n';
-       s << "\timageLayout = " << value.imageLayout << '\n';
+       s << "\tsrcImage = " << value.srcImage << '\n';
+       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
+       s << "\tdstImage = " << value.dstImage << '\n';
+       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkAttachmentSampleCountInfoAMD& value)
+std::ostream& operator<< (std::ostream& s, const VkBufferImageCopy2& value)
 {
-       s << "VkAttachmentSampleCountInfoAMD = {\n";
+       s << "VkBufferImageCopy2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
-       s << "\tpColorAttachmentSamples = " << value.pColorAttachmentSamples << '\n';
-       s << "\tdepthStencilAttachmentSamples = " << value.depthStencilAttachmentSamples << '\n';
+       s << "\tbufferOffset = " << value.bufferOffset << '\n';
+       s << "\tbufferRowLength = " << value.bufferRowLength << '\n';
+       s << "\tbufferImageHeight = " << value.bufferImageHeight << '\n';
+       s << "\timageSubresource = " << value.imageSubresource << '\n';
+       s << "\timageOffset = " << value.imageOffset << '\n';
+       s << "\timageExtent = " << value.imageExtent << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkMultiviewPerViewAttributesInfoNVX& value)
+std::ostream& operator<< (std::ostream& s, const VkCopyBufferToImageInfo2& value)
 {
-       s << "VkMultiviewPerViewAttributesInfoNVX = {\n";
+       s << "VkCopyBufferToImageInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tperViewAttributes = " << value.perViewAttributes << '\n';
-       s << "\tperViewAttributesPositionXOnly = " << value.perViewAttributesPositionXOnly << '\n';
+       s << "\tsrcBuffer = " << value.srcBuffer << '\n';
+       s << "\tdstImage = " << value.dstImage << '\n';
+       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImportMemoryFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkCopyImageToBufferInfo2& value)
 {
-       s << "VkImportMemoryFdInfoKHR = {\n";
+       s << "VkCopyImageToBufferInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
-       s << "\tfd = " << value.fd << '\n';
+       s << "\tsrcImage = " << value.srcImage << '\n';
+       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
+       s << "\tdstBuffer = " << value.dstBuffer << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkMemoryFdPropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImageBlit2& value)
 {
-       s << "VkMemoryFdPropertiesKHR = {\n";
+       s << "VkImageBlit2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmemoryTypeBits = " << value.memoryTypeBits << '\n';
+       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
+       s << "\tsrcOffsets = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.srcOffsets), DE_ARRAY_END(value.srcOffsets)) << '\n';
+       s << "\tdstSubresource = " << value.dstSubresource << '\n';
+       s << "\tdstOffsets = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.dstOffsets), DE_ARRAY_END(value.dstOffsets)) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkMemoryGetFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkBlitImageInfo2& value)
 {
-       s << "VkMemoryGetFdInfoKHR = {\n";
+       s << "VkBlitImageInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmemory = " << value.memory << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tsrcImage = " << value.srcImage << '\n';
+       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
+       s << "\tdstImage = " << value.dstImage << '\n';
+       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tfilter = " << value.filter << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImportSemaphoreFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImageResolve2& value)
 {
-       s << "VkImportSemaphoreFdInfoKHR = {\n";
+       s << "VkImageResolve2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsemaphore = " << value.semaphore << '\n';
-       s << "\tflags = " << getSemaphoreImportFlagsStr(value.flags) << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
-       s << "\tfd = " << value.fd << '\n';
+       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
+       s << "\tsrcOffset = " << value.srcOffset << '\n';
+       s << "\tdstSubresource = " << value.dstSubresource << '\n';
+       s << "\tdstOffset = " << value.dstOffset << '\n';
+       s << "\textent = " << value.extent << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSemaphoreGetFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkResolveImageInfo2& value)
 {
-       s << "VkSemaphoreGetFdInfoKHR = {\n";
+       s << "VkResolveImageInfo2 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsemaphore = " << value.semaphore << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tsrcImage = " << value.srcImage << '\n';
+       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
+       s << "\tdstImage = " << value.dstImage << '\n';
+       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
+       s << "\tregionCount = " << value.regionCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePushDescriptorPropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlFeatures& value)
 {
-       s << "VkPhysicalDevicePushDescriptorPropertiesKHR = {\n";
+       s << "VkPhysicalDeviceSubgroupSizeControlFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n';
+       s << "\tsubgroupSizeControl = " << value.subgroupSizeControl << '\n';
+       s << "\tcomputeFullSubgroups = " << value.computeFullSubgroups << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkRectLayerKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlProperties& value)
 {
-       s << "VkRectLayerKHR = {\n";
-       s << "\toffset = " << value.offset << '\n';
-       s << "\textent = " << value.extent << '\n';
-       s << "\tlayer = " << value.layer << '\n';
+       s << "VkPhysicalDeviceSubgroupSizeControlProperties = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tminSubgroupSize = " << value.minSubgroupSize << '\n';
+       s << "\tmaxSubgroupSize = " << value.maxSubgroupSize << '\n';
+       s << "\tmaxComputeWorkgroupSubgroups = " << value.maxComputeWorkgroupSubgroups << '\n';
+       s << "\trequiredSubgroupSizeStages = " << getShaderStageFlagsStr(value.requiredSubgroupSizeStages) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPresentRegionKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineShaderStageRequiredSubgroupSizeCreateInfo& value)
 {
-       s << "VkPresentRegionKHR = {\n";
-       s << "\trectangleCount = " << value.rectangleCount << '\n';
-       s << "\tpRectangles = " << value.pRectangles << '\n';
-       s << '}';
+       s << "VkPipelineShaderStageRequiredSubgroupSizeCreateInfo = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\trequiredSubgroupSize = " << value.requiredSubgroupSize << '\n';
+       s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPresentRegionsKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockFeatures& value)
 {
-       s << "VkPresentRegionsKHR = {\n";
+       s << "VkPhysicalDeviceInlineUniformBlockFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchainCount = " << value.swapchainCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tinlineUniformBlock = " << value.inlineUniformBlock << '\n';
+       s << "\tdescriptorBindingInlineUniformBlockUpdateAfterBind = " << value.descriptorBindingInlineUniformBlockUpdateAfterBind << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSharedPresentSurfaceCapabilitiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockProperties& value)
 {
-       s << "VkSharedPresentSurfaceCapabilitiesKHR = {\n";
+       s << "VkPhysicalDeviceInlineUniformBlockProperties = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsharedPresentSupportedUsageFlags = " << getImageUsageFlagsStr(value.sharedPresentSupportedUsageFlags) << '\n';
+       s << "\tmaxInlineUniformBlockSize = " << value.maxInlineUniformBlockSize << '\n';
+       s << "\tmaxPerStageDescriptorInlineUniformBlocks = " << value.maxPerStageDescriptorInlineUniformBlocks << '\n';
+       s << "\tmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = " << value.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks << '\n';
+       s << "\tmaxDescriptorSetInlineUniformBlocks = " << value.maxDescriptorSetInlineUniformBlocks << '\n';
+       s << "\tmaxDescriptorSetUpdateAfterBindInlineUniformBlocks = " << value.maxDescriptorSetUpdateAfterBindInlineUniformBlocks << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImportFenceFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkWriteDescriptorSetInlineUniformBlock& value)
 {
-       s << "VkImportFenceFdInfoKHR = {\n";
+       s << "VkWriteDescriptorSetInlineUniformBlock = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tfence = " << value.fence << '\n';
-       s << "\tflags = " << getFenceImportFlagsStr(value.flags) << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
-       s << "\tfd = " << value.fd << '\n';
+       s << "\tdataSize = " << value.dataSize << '\n';
+       s << "\tpData = " << value.pData << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkFenceGetFdInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDescriptorPoolInlineUniformBlockCreateInfo& value)
 {
-       s << "VkFenceGetFdInfoKHR = {\n";
+       s << "VkDescriptorPoolInlineUniformBlockCreateInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tfence = " << value.fence << '\n';
-       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tmaxInlineUniformBlockBindings = " << value.maxInlineUniformBlockBindings << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePerformanceQueryFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceTextureCompressionASTCHDRFeatures& value)
 {
-       s << "VkPhysicalDevicePerformanceQueryFeaturesKHR = {\n";
+       s << "VkPhysicalDeviceTextureCompressionASTCHDRFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tperformanceCounterQueryPools = " << value.performanceCounterQueryPools << '\n';
-       s << "\tperformanceCounterMultipleQueryPools = " << value.performanceCounterMultipleQueryPools << '\n';
+       s << "\ttextureCompressionASTC_HDR = " << value.textureCompressionASTC_HDR << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePerformanceQueryPropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkRenderingAttachmentInfo& value)
 {
-       s << "VkPhysicalDevicePerformanceQueryPropertiesKHR = {\n";
+       s << "VkRenderingAttachmentInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tallowCommandBufferQueryCopies = " << value.allowCommandBufferQueryCopies << '\n';
+       s << "\timageView = " << value.imageView << '\n';
+       s << "\timageLayout = " << value.imageLayout << '\n';
+       s << "\tresolveMode = " << value.resolveMode << '\n';
+       s << "\tresolveImageView = " << value.resolveImageView << '\n';
+       s << "\tresolveImageLayout = " << value.resolveImageLayout << '\n';
+       s << "\tloadOp = " << value.loadOp << '\n';
+       s << "\tstoreOp = " << value.storeOp << '\n';
+       s << "\tclearValue = " << value.clearValue << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkRenderingInfo& value)
 {
-       s << "VkPerformanceCounterKHR = {\n";
+       s << "VkRenderingInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tunit = " << value.unit << '\n';
-       s << "\tscope = " << value.scope << '\n';
-       s << "\tstorage = " << value.storage << '\n';
-       s << "\tuuid = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<uint8_t>(DE_ARRAY_BEGIN(value.uuid)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END(value.uuid))) << '\n';
+       s << "\tflags = " << getRenderingFlagsStr(value.flags) << '\n';
+       s << "\trenderArea = " << value.renderArea << '\n';
+       s << "\tlayerCount = " << value.layerCount << '\n';
+       s << "\tviewMask = " << value.viewMask << '\n';
+       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
+       s << "\tpColorAttachments = " << value.pColorAttachments << '\n';
+       s << "\tpDepthAttachment = " << value.pDepthAttachment << '\n';
+       s << "\tpStencilAttachment = " << value.pStencilAttachment << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterDescriptionKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineRenderingCreateInfo& value)
 {
-       s << "VkPerformanceCounterDescriptionKHR = {\n";
+       s << "VkPipelineRenderingCreateInfo = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getPerformanceCounterDescriptionFlagsKHRStr(value.flags) << '\n';
-       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
-       s << "\tcategory = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.category)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.category))) << '\n';
-       s << "\tdescription = " << (const char*)value.description << '\n';
+       s << "\tviewMask = " << value.viewMask << '\n';
+       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
+       s << "\tpColorAttachmentFormats = " << value.pColorAttachmentFormats << '\n';
+       s << "\tdepthStencilAttachmentFormat = " << value.depthStencilAttachmentFormat << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkQueryPoolPerformanceCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceDynamicRenderingFeatures& value)
 {
-       s << "VkQueryPoolPerformanceCreateInfoKHR = {\n";
+       s << "VkPhysicalDeviceDynamicRenderingFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tqueueFamilyIndex = " << value.queueFamilyIndex << '\n';
-       s << "\tcounterIndexCount = " << value.counterIndexCount << '\n';
-       s << "\tpCounterIndices = " << value.pCounterIndices << '\n';
+       s << "\tdynamicRendering = " << value.dynamicRendering << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkCommandBufferInheritanceRenderingInfo& value)
 {
-       s << "VkPerformanceCounterResultKHR = {\n";
-       s << "\tint32 = " << value.int32 << '\n';
-       s << "\tint64 = " << value.int64 << '\n';
-       s << "\tuint32 = " << value.uint32 << '\n';
-       s << "\tuint64 = " << value.uint64 << '\n';
-       s << "\tfloat32 = " << value.float32 << '\n';
-       s << "\tfloat64 = " << value.float64 << '\n';
+       s << "VkCommandBufferInheritanceRenderingInfo = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tflags = " << getRenderingFlagsStr(value.flags) << '\n';
+       s << "\tviewMask = " << value.viewMask << '\n';
+       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
+       s << "\tpColorAttachmentFormats = " << value.pColorAttachmentFormats << '\n';
+       s << "\tdepthStencilAttachmentFormat = " << value.depthStencilAttachmentFormat << '\n';
+       s << "\trasterizationSamples = " << value.rasterizationSamples << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkAcquireProfilingLockInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductFeatures& value)
 {
-       s << "VkAcquireProfilingLockInfoKHR = {\n";
+       s << "VkPhysicalDeviceShaderIntegerDotProductFeatures = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getAcquireProfilingLockFlagsKHRStr(value.flags) << '\n';
-       s << "\ttimeout = " << value.timeout << '\n';
+       s << "\tshaderIntegerDotProduct = " << value.shaderIntegerDotProduct << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPerformanceQuerySubmitInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductProperties& value)
 {
-       s << "VkPerformanceQuerySubmitInfoKHR = {\n";
+       s << "VkPhysicalDeviceShaderIntegerDotProductProperties = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tcounterPassIndex = " << value.counterPassIndex << '\n';
+       s << "\tintegerDotProduct8BitUnsignedAccelerated = " << value.integerDotProduct8BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct8BitSignedAccelerated = " << value.integerDotProduct8BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct8BitMixedSignednessAccelerated = " << value.integerDotProduct8BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedUnsignedAccelerated = " << value.integerDotProduct4x8BitPackedUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedSignedAccelerated = " << value.integerDotProduct4x8BitPackedSignedAccelerated << '\n';
+       s << "\tintegerDotProduct4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProduct4x8BitPackedMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct16BitUnsignedAccelerated = " << value.integerDotProduct16BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct16BitSignedAccelerated = " << value.integerDotProduct16BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct16BitMixedSignednessAccelerated = " << value.integerDotProduct16BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct32BitUnsignedAccelerated = " << value.integerDotProduct32BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct32BitSignedAccelerated = " << value.integerDotProduct32BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct32BitMixedSignednessAccelerated = " << value.integerDotProduct32BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProduct64BitUnsignedAccelerated = " << value.integerDotProduct64BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProduct64BitSignedAccelerated = " << value.integerDotProduct64BitSignedAccelerated << '\n';
+       s << "\tintegerDotProduct64BitMixedSignednessAccelerated = " << value.integerDotProduct64BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitSignedAccelerated << '\n';
+       s << "\tintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSurfaceInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceTexelBufferAlignmentProperties& value)
 {
-       s << "VkPhysicalDeviceSurfaceInfo2KHR = {\n";
+       s << "VkPhysicalDeviceTexelBufferAlignmentProperties = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsurface = " << value.surface << '\n';
+       s << "\tstorageTexelBufferOffsetAlignmentBytes = " << value.storageTexelBufferOffsetAlignmentBytes << '\n';
+       s << "\tstorageTexelBufferOffsetSingleTexelAlignment = " << value.storageTexelBufferOffsetSingleTexelAlignment << '\n';
+       s << "\tuniformTexelBufferOffsetAlignmentBytes = " << value.uniformTexelBufferOffsetAlignmentBytes << '\n';
+       s << "\tuniformTexelBufferOffsetSingleTexelAlignment = " << value.uniformTexelBufferOffsetSingleTexelAlignment << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSurfaceCapabilities2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkFormatProperties3& value)
 {
-       s << "VkSurfaceCapabilities2KHR = {\n";
+       s << "VkFormatProperties3 = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsurfaceCapabilities = " << value.surfaceCapabilities << '\n';
+       s << "\tlinearTilingFeatures = " << value.linearTilingFeatures << '\n';
+       s << "\toptimalTilingFeatures = " << value.optimalTilingFeatures << '\n';
+       s << "\tbufferFeatures = " << value.bufferFeatures << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSurfaceFormat2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMaintenance4Features& value)
 {
-       s << "VkSurfaceFormat2KHR = {\n";
+       s << "VkPhysicalDeviceMaintenance4Features = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsurfaceFormat = " << value.surfaceFormat << '\n';
+       s << "\tmaintenance4 = " << value.maintenance4 << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayProperties2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMaintenance4Properties& value)
 {
-       s << "VkDisplayProperties2KHR = {\n";
+       s << "VkPhysicalDeviceMaintenance4Properties = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdisplayProperties = " << value.displayProperties << '\n';
+       s << "\tmaxBufferSize = " << value.maxBufferSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneProperties2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDeviceBufferMemoryRequirements& value)
 {
-       s << "VkDisplayPlaneProperties2KHR = {\n";
+       s << "VkDeviceBufferMemoryRequirements = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdisplayPlaneProperties = " << value.displayPlaneProperties << '\n';
+       s << "\tpCreateInfo = " << value.pCreateInfo << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayModeProperties2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDeviceImageMemoryRequirements& value)
 {
-       s << "VkDisplayModeProperties2KHR = {\n";
+       s << "VkDeviceImageMemoryRequirements = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdisplayModeProperties = " << value.displayModeProperties << '\n';
+       s << "\tpCreateInfo = " << value.pCreateInfo << '\n';
+       s << "\tplaneAspect = " << value.planeAspect << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSurfaceCapabilitiesKHR& value)
 {
-       s << "VkDisplayPlaneInfo2KHR = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmode = " << value.mode << '\n';
-       s << "\tplaneIndex = " << value.planeIndex << '\n';
+       s << "VkSurfaceCapabilitiesKHR = {\n";
+       s << "\tminImageCount = " << value.minImageCount << '\n';
+       s << "\tmaxImageCount = " << value.maxImageCount << '\n';
+       s << "\tcurrentExtent = " << value.currentExtent << '\n';
+       s << "\tminImageExtent = " << value.minImageExtent << '\n';
+       s << "\tmaxImageExtent = " << value.maxImageExtent << '\n';
+       s << "\tmaxImageArrayLayers = " << value.maxImageArrayLayers << '\n';
+       s << "\tsupportedTransforms = " << getSurfaceTransformFlagsKHRStr(value.supportedTransforms) << '\n';
+       s << "\tcurrentTransform = " << value.currentTransform << '\n';
+       s << "\tsupportedCompositeAlpha = " << getCompositeAlphaFlagsKHRStr(value.supportedCompositeAlpha) << '\n';
+       s << "\tsupportedUsageFlags = " << getImageUsageFlagsStr(value.supportedUsageFlags) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneCapabilities2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSurfaceFormatKHR& value)
 {
-       s << "VkDisplayPlaneCapabilities2KHR = {\n";
+       s << "VkSurfaceFormatKHR = {\n";
+       s << "\tformat = " << value.format << '\n';
+       s << "\tcolorSpace = " << value.colorSpace << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkSwapchainCreateInfoKHR& value)
+{
+       s << "VkSwapchainCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tcapabilities = " << value.capabilities << '\n';
+       s << "\tflags = " << getSwapchainCreateFlagsKHRStr(value.flags) << '\n';
+       s << "\tsurface = " << value.surface << '\n';
+       s << "\tminImageCount = " << value.minImageCount << '\n';
+       s << "\timageFormat = " << value.imageFormat << '\n';
+       s << "\timageColorSpace = " << value.imageColorSpace << '\n';
+       s << "\timageExtent = " << value.imageExtent << '\n';
+       s << "\timageArrayLayers = " << value.imageArrayLayers << '\n';
+       s << "\timageUsage = " << getImageUsageFlagsStr(value.imageUsage) << '\n';
+       s << "\timageSharingMode = " << value.imageSharingMode << '\n';
+       s << "\tqueueFamilyIndexCount = " << value.queueFamilyIndexCount << '\n';
+       s << "\tpQueueFamilyIndices = " << value.pQueueFamilyIndices << '\n';
+       s << "\tpreTransform = " << value.preTransform << '\n';
+       s << "\tcompositeAlpha = " << value.compositeAlpha << '\n';
+       s << "\tpresentMode = " << value.presentMode << '\n';
+       s << "\tclipped = " << value.clipped << '\n';
+       s << "\toldSwapchain = " << value.oldSwapchain << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderClockFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPresentInfoKHR& value)
 {
-       s << "VkPhysicalDeviceShaderClockFeaturesKHR = {\n";
+       s << "VkPresentInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderSubgroupClock = " << value.shaderSubgroupClock << '\n';
-       s << "\tshaderDeviceClock = " << value.shaderDeviceClock << '\n';
+       s << "\twaitSemaphoreCount = " << value.waitSemaphoreCount << '\n';
+       s << "\tpWaitSemaphores = " << value.pWaitSemaphores << '\n';
+       s << "\tswapchainCount = " << value.swapchainCount << '\n';
+       s << "\tpSwapchains = " << value.pSwapchains << '\n';
+       s << "\tpImageIndices = " << value.pImageIndices << '\n';
+       s << "\tpResults = " << value.pResults << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImageSwapchainCreateInfoKHR& value)
 {
-       s << "VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR = {\n";
+       s << "VkImageSwapchainCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderTerminateInvocation = " << value.shaderTerminateInvocation << '\n';
+       s << "\tswapchain = " << value.swapchain << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkFragmentShadingRateAttachmentInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkBindImageMemorySwapchainInfoKHR& value)
 {
-       s << "VkFragmentShadingRateAttachmentInfoKHR = {\n";
+       s << "VkBindImageMemorySwapchainInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpFragmentShadingRateAttachment = " << value.pFragmentShadingRateAttachment << '\n';
-       s << "\tshadingRateAttachmentTexelSize = " << value.shadingRateAttachmentTexelSize << '\n';
+       s << "\tswapchain = " << value.swapchain << '\n';
+       s << "\timageIndex = " << value.imageIndex << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineFragmentShadingRateStateCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkAcquireNextImageInfoKHR& value)
 {
-       s << "VkPipelineFragmentShadingRateStateCreateInfoKHR = {\n";
+       s << "VkAcquireNextImageInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tfragmentSize = " << value.fragmentSize << '\n';
-       s << "\tcombinerOps = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.combinerOps), DE_ARRAY_END(value.combinerOps)) << '\n';
+       s << "\tswapchain = " << value.swapchain << '\n';
+       s << "\ttimeout = " << value.timeout << '\n';
+       s << "\tsemaphore = " << value.semaphore << '\n';
+       s << "\tfence = " << value.fence << '\n';
+       s << "\tdeviceMask = " << value.deviceMask << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDeviceGroupPresentCapabilitiesKHR& value)
 {
-       s << "VkPhysicalDeviceFragmentShadingRateFeaturesKHR = {\n";
+       s << "VkDeviceGroupPresentCapabilitiesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpipelineFragmentShadingRate = " << value.pipelineFragmentShadingRate << '\n';
-       s << "\tprimitiveFragmentShadingRate = " << value.primitiveFragmentShadingRate << '\n';
-       s << "\tattachmentFragmentShadingRate = " << value.attachmentFragmentShadingRate << '\n';
+       s << "\tpresentMask = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.presentMask), DE_ARRAY_END(value.presentMask)) << '\n';
+       s << "\tmodes = " << getDeviceGroupPresentModeFlagsKHRStr(value.modes) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRatePropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDeviceGroupPresentInfoKHR& value)
 {
-       s << "VkPhysicalDeviceFragmentShadingRatePropertiesKHR = {\n";
+       s << "VkDeviceGroupPresentInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tminFragmentShadingRateAttachmentTexelSize = " << value.minFragmentShadingRateAttachmentTexelSize << '\n';
-       s << "\tmaxFragmentShadingRateAttachmentTexelSize = " << value.maxFragmentShadingRateAttachmentTexelSize << '\n';
-       s << "\tmaxFragmentShadingRateAttachmentTexelSizeAspectRatio = " << value.maxFragmentShadingRateAttachmentTexelSizeAspectRatio << '\n';
-       s << "\tprimitiveFragmentShadingRateWithMultipleViewports = " << value.primitiveFragmentShadingRateWithMultipleViewports << '\n';
-       s << "\tlayeredShadingRateAttachments = " << value.layeredShadingRateAttachments << '\n';
-       s << "\tfragmentShadingRateNonTrivialCombinerOps = " << value.fragmentShadingRateNonTrivialCombinerOps << '\n';
-       s << "\tmaxFragmentSize = " << value.maxFragmentSize << '\n';
-       s << "\tmaxFragmentSizeAspectRatio = " << value.maxFragmentSizeAspectRatio << '\n';
-       s << "\tmaxFragmentShadingRateCoverageSamples = " << value.maxFragmentShadingRateCoverageSamples << '\n';
-       s << "\tmaxFragmentShadingRateRasterizationSamples = " << value.maxFragmentShadingRateRasterizationSamples << '\n';
-       s << "\tfragmentShadingRateWithShaderDepthStencilWrites = " << value.fragmentShadingRateWithShaderDepthStencilWrites << '\n';
-       s << "\tfragmentShadingRateWithSampleMask = " << value.fragmentShadingRateWithSampleMask << '\n';
-       s << "\tfragmentShadingRateWithShaderSampleMask = " << value.fragmentShadingRateWithShaderSampleMask << '\n';
-       s << "\tfragmentShadingRateWithConservativeRasterization = " << value.fragmentShadingRateWithConservativeRasterization << '\n';
-       s << "\tfragmentShadingRateWithFragmentShaderInterlock = " << value.fragmentShadingRateWithFragmentShaderInterlock << '\n';
-       s << "\tfragmentShadingRateWithCustomSampleLocations = " << value.fragmentShadingRateWithCustomSampleLocations << '\n';
-       s << "\tfragmentShadingRateStrictMultiplyCombiner = " << value.fragmentShadingRateStrictMultiplyCombiner << '\n';
+       s << "\tswapchainCount = " << value.swapchainCount << '\n';
+       s << "\tpDeviceMasks = " << value.pDeviceMasks << '\n';
+       s << "\tmode = " << value.mode << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDeviceGroupSwapchainCreateInfoKHR& value)
 {
-       s << "VkPhysicalDeviceFragmentShadingRateKHR = {\n";
+       s << "VkDeviceGroupSwapchainCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsampleCounts = " << getSampleCountFlagsStr(value.sampleCounts) << '\n';
-       s << "\tfragmentSize = " << value.fragmentSize << '\n';
+       s << "\tmodes = " << getDeviceGroupPresentModeFlagsKHRStr(value.modes) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSurfaceProtectedCapabilitiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayModeParametersKHR& value)
 {
-       s << "VkSurfaceProtectedCapabilitiesKHR = {\n";
+       s << "VkDisplayModeParametersKHR = {\n";
+       s << "\tvisibleRegion = " << value.visibleRegion << '\n';
+       s << "\trefreshRate = " << value.refreshRate << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDisplayModeCreateInfoKHR& value)
+{
+       s << "VkDisplayModeCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsupportsProtected = " << value.supportsProtected << '\n';
+       s << "\tflags = " << getDisplayModeCreateFlagsKHRStr(value.flags) << '\n';
+       s << "\tparameters = " << value.parameters << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePresentWaitFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayModePropertiesKHR& value)
 {
-       s << "VkPhysicalDevicePresentWaitFeaturesKHR = {\n";
+       s << "VkDisplayModePropertiesKHR = {\n";
+       s << "\tdisplayMode = " << value.displayMode << '\n';
+       s << "\tparameters = " << value.parameters << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneCapabilitiesKHR& value)
+{
+       s << "VkDisplayPlaneCapabilitiesKHR = {\n";
+       s << "\tsupportedAlpha = " << getDisplayPlaneAlphaFlagsKHRStr(value.supportedAlpha) << '\n';
+       s << "\tminSrcPosition = " << value.minSrcPosition << '\n';
+       s << "\tmaxSrcPosition = " << value.maxSrcPosition << '\n';
+       s << "\tminSrcExtent = " << value.minSrcExtent << '\n';
+       s << "\tmaxSrcExtent = " << value.maxSrcExtent << '\n';
+       s << "\tminDstPosition = " << value.minDstPosition << '\n';
+       s << "\tmaxDstPosition = " << value.maxDstPosition << '\n';
+       s << "\tminDstExtent = " << value.minDstExtent << '\n';
+       s << "\tmaxDstExtent = " << value.maxDstExtent << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDisplayPlanePropertiesKHR& value)
+{
+       s << "VkDisplayPlanePropertiesKHR = {\n";
+       s << "\tcurrentDisplay = " << value.currentDisplay << '\n';
+       s << "\tcurrentStackIndex = " << value.currentStackIndex << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDisplayPropertiesKHR& value)
+{
+       s << "VkDisplayPropertiesKHR = {\n";
+       s << "\tdisplay = " << value.display << '\n';
+       s << "\tdisplayName = " << getCharPtrStr(value.displayName) << '\n';
+       s << "\tphysicalDimensions = " << value.physicalDimensions << '\n';
+       s << "\tphysicalResolution = " << value.physicalResolution << '\n';
+       s << "\tsupportedTransforms = " << getSurfaceTransformFlagsKHRStr(value.supportedTransforms) << '\n';
+       s << "\tplaneReorderPossible = " << value.planeReorderPossible << '\n';
+       s << "\tpersistentContent = " << value.persistentContent << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDisplaySurfaceCreateInfoKHR& value)
+{
+       s << "VkDisplaySurfaceCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpresentWait = " << value.presentWait << '\n';
+       s << "\tflags = " << getDisplaySurfaceCreateFlagsKHRStr(value.flags) << '\n';
+       s << "\tdisplayMode = " << value.displayMode << '\n';
+       s << "\tplaneIndex = " << value.planeIndex << '\n';
+       s << "\tplaneStackIndex = " << value.planeStackIndex << '\n';
+       s << "\ttransform = " << value.transform << '\n';
+       s << "\tglobalAlpha = " << value.globalAlpha << '\n';
+       s << "\talphaMode = " << value.alphaMode << '\n';
+       s << "\timageExtent = " << value.imageExtent << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayPresentInfoKHR& value)
 {
-       s << "VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR = {\n";
+       s << "VkDisplayPresentInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpipelineExecutableInfo = " << value.pipelineExecutableInfo << '\n';
+       s << "\tsrcRect = " << value.srcRect << '\n';
+       s << "\tdstRect = " << value.dstRect << '\n';
+       s << "\tpersistent = " << value.persistent << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkRenderingFragmentShadingRateAttachmentInfoKHR& value)
 {
-       s << "VkPipelineInfoKHR = {\n";
+       s << "VkRenderingFragmentShadingRateAttachmentInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpipeline = " << value.pipeline << '\n';
+       s << "\timageView = " << value.imageView << '\n';
+       s << "\timageLayout = " << value.imageLayout << '\n';
+       s << "\tshadingRateAttachmentTexelSize = " << value.shadingRateAttachmentTexelSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineExecutablePropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkRenderingFragmentDensityMapAttachmentInfoEXT& value)
 {
-       s << "VkPipelineExecutablePropertiesKHR = {\n";
+       s << "VkRenderingFragmentDensityMapAttachmentInfoEXT = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tstages = " << getShaderStageFlagsStr(value.stages) << '\n';
-       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
-       s << "\tdescription = " << (const char*)value.description << '\n';
-       s << "\tsubgroupSize = " << value.subgroupSize << '\n';
+       s << "\timageView = " << value.imageView << '\n';
+       s << "\timageLayout = " << value.imageLayout << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkAttachmentSampleCountInfoAMD& value)
 {
-       s << "VkPipelineExecutableInfoKHR = {\n";
+       s << "VkAttachmentSampleCountInfoAMD = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpipeline = " << value.pipeline << '\n';
-       s << "\texecutableIndex = " << value.executableIndex << '\n';
+       s << "\tcolorAttachmentCount = " << value.colorAttachmentCount << '\n';
+       s << "\tpColorAttachmentSamples = " << value.pColorAttachmentSamples << '\n';
+       s << "\tdepthStencilAttachmentSamples = " << value.depthStencilAttachmentSamples << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableStatisticValueKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkMultiviewPerViewAttributesInfoNVX& value)
 {
-       s << "VkPipelineExecutableStatisticValueKHR = {\n";
-       s << "\tb32 = " << value.b32 << '\n';
-       s << "\ti64 = " << value.i64 << '\n';
-       s << "\tu64 = " << value.u64 << '\n';
-       s << "\tf64 = " << value.f64 << '\n';
+       s << "VkMultiviewPerViewAttributesInfoNVX = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tperViewAttributes = " << value.perViewAttributes << '\n';
+       s << "\tperViewAttributesPositionXOnly = " << value.perViewAttributesPositionXOnly << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableStatisticKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkImportMemoryFdInfoKHR& value)
 {
-       s << "VkPipelineExecutableStatisticKHR = {\n";
+       s << "VkImportMemoryFdInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
-       s << "\tdescription = " << (const char*)value.description << '\n';
-       s << "\tformat = " << value.format << '\n';
-       s << "\tvalue = " << value.value << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tfd = " << value.fd << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableInternalRepresentationKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkMemoryFdPropertiesKHR& value)
 {
-       s << "VkPipelineExecutableInternalRepresentationKHR = {\n";
+       s << "VkMemoryFdPropertiesKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tmemoryTypeBits = " << value.memoryTypeBits << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkMemoryGetFdInfoKHR& value)
+{
+       s << "VkMemoryGetFdInfoKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tmemory = " << value.memory << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkImportSemaphoreFdInfoKHR& value)
+{
+       s << "VkImportSemaphoreFdInfoKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsemaphore = " << value.semaphore << '\n';
+       s << "\tflags = " << getSemaphoreImportFlagsStr(value.flags) << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tfd = " << value.fd << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkSemaphoreGetFdInfoKHR& value)
+{
+       s << "VkSemaphoreGetFdInfoKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsemaphore = " << value.semaphore << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePushDescriptorPropertiesKHR& value)
+{
+       s << "VkPhysicalDevicePushDescriptorPropertiesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
+       s << "\tmaxPushDescriptors = " << value.maxPushDescriptors << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkRectLayerKHR& value)
+{
+       s << "VkRectLayerKHR = {\n";
+       s << "\toffset = " << value.offset << '\n';
+       s << "\textent = " << value.extent << '\n';
+       s << "\tlayer = " << value.layer << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPresentRegionKHR& value)
+{
+       s << "VkPresentRegionKHR = {\n";
+       s << "\trectangleCount = " << value.rectangleCount << '\n';
+       s << "\tpRectangles = " << value.pRectangles << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPresentRegionsKHR& value)
+{
+       s << "VkPresentRegionsKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tswapchainCount = " << value.swapchainCount << '\n';
+       s << "\tpRegions = " << value.pRegions << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkSharedPresentSurfaceCapabilitiesKHR& value)
+{
+       s << "VkSharedPresentSurfaceCapabilitiesKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tsharedPresentSupportedUsageFlags = " << getImageUsageFlagsStr(value.sharedPresentSupportedUsageFlags) << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkImportFenceFdInfoKHR& value)
+{
+       s << "VkImportFenceFdInfoKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tfence = " << value.fence << '\n';
+       s << "\tflags = " << getFenceImportFlagsStr(value.flags) << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << "\tfd = " << value.fd << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkFenceGetFdInfoKHR& value)
+{
+       s << "VkFenceGetFdInfoKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tfence = " << value.fence << '\n';
+       s << "\thandleType = " << value.handleType << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePerformanceQueryFeaturesKHR& value)
+{
+       s << "VkPhysicalDevicePerformanceQueryFeaturesKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tperformanceCounterQueryPools = " << value.performanceCounterQueryPools << '\n';
+       s << "\tperformanceCounterMultipleQueryPools = " << value.performanceCounterMultipleQueryPools << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePerformanceQueryPropertiesKHR& value)
+{
+       s << "VkPhysicalDevicePerformanceQueryPropertiesKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tallowCommandBufferQueryCopies = " << value.allowCommandBufferQueryCopies << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterKHR& value)
+{
+       s << "VkPerformanceCounterKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tunit = " << value.unit << '\n';
+       s << "\tscope = " << value.scope << '\n';
+       s << "\tstorage = " << value.storage << '\n';
+       s << "\tuuid = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<uint8_t>(DE_ARRAY_BEGIN(value.uuid)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END(value.uuid))) << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterDescriptionKHR& value)
+{
+       s << "VkPerformanceCounterDescriptionKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tflags = " << getPerformanceCounterDescriptionFlagsKHRStr(value.flags) << '\n';
        s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
+       s << "\tcategory = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.category)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.category))) << '\n';
        s << "\tdescription = " << (const char*)value.description << '\n';
-       s << "\tisText = " << value.isText << '\n';
-       s << "\tdataSize = " << value.dataSize << '\n';
-       s << "\tpData = " << value.pData << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkQueryPoolPerformanceCreateInfoKHR& value)
 {
-       s << "VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR = {\n";
+       s << "VkQueryPoolPerformanceCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderIntegerDotProduct = " << value.shaderIntegerDotProduct << '\n';
+       s << "\tqueueFamilyIndex = " << value.queueFamilyIndex << '\n';
+       s << "\tcounterIndexCount = " << value.counterIndexCount << '\n';
+       s << "\tpCounterIndices = " << value.pCounterIndices << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPerformanceCounterResultKHR& value)
 {
-       s << "VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tintegerDotProduct8BitUnsignedAccelerated = " << value.integerDotProduct8BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProduct8BitSignedAccelerated = " << value.integerDotProduct8BitSignedAccelerated << '\n';
-       s << "\tintegerDotProduct8BitMixedSignednessAccelerated = " << value.integerDotProduct8BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProduct4x8BitPackedUnsignedAccelerated = " << value.integerDotProduct4x8BitPackedUnsignedAccelerated << '\n';
-       s << "\tintegerDotProduct4x8BitPackedSignedAccelerated = " << value.integerDotProduct4x8BitPackedSignedAccelerated << '\n';
-       s << "\tintegerDotProduct4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProduct4x8BitPackedMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProduct16BitUnsignedAccelerated = " << value.integerDotProduct16BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProduct16BitSignedAccelerated = " << value.integerDotProduct16BitSignedAccelerated << '\n';
-       s << "\tintegerDotProduct16BitMixedSignednessAccelerated = " << value.integerDotProduct16BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProduct32BitUnsignedAccelerated = " << value.integerDotProduct32BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProduct32BitSignedAccelerated = " << value.integerDotProduct32BitSignedAccelerated << '\n';
-       s << "\tintegerDotProduct32BitMixedSignednessAccelerated = " << value.integerDotProduct32BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProduct64BitUnsignedAccelerated = " << value.integerDotProduct64BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProduct64BitSignedAccelerated = " << value.integerDotProduct64BitSignedAccelerated << '\n';
-       s << "\tintegerDotProduct64BitMixedSignednessAccelerated = " << value.integerDotProduct64BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating8BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating8BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating8BitSignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating16BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating16BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating16BitSignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating32BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating32BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating32BitSignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating64BitUnsignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitUnsignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating64BitSignedAccelerated = " << value.integerDotProductAccumulatingSaturating64BitSignedAccelerated << '\n';
-       s << "\tintegerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = " << value.integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated << '\n';
+       s << "VkPerformanceCounterResultKHR = {\n";
+       s << "\tint32 = " << value.int32 << '\n';
+       s << "\tint64 = " << value.int64 << '\n';
+       s << "\tuint32 = " << value.uint32 << '\n';
+       s << "\tuint64 = " << value.uint64 << '\n';
+       s << "\tfloat32 = " << value.float32 << '\n';
+       s << "\tfloat64 = " << value.float64 << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineLibraryCreateInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkAcquireProfilingLockInfoKHR& value)
 {
-       s << "VkPipelineLibraryCreateInfoKHR = {\n";
+       s << "VkAcquireProfilingLockInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tlibraryCount = " << value.libraryCount << '\n';
-       s << "\tpLibraries = " << value.pLibraries << '\n';
+       s << "\tflags = " << getAcquireProfilingLockFlagsKHRStr(value.flags) << '\n';
+       s << "\ttimeout = " << value.timeout << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPresentIdKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPerformanceQuerySubmitInfoKHR& value)
 {
-       s << "VkPresentIdKHR = {\n";
+       s << "VkPerformanceQuerySubmitInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tswapchainCount = " << value.swapchainCount << '\n';
-       s << "\tpPresentIds = " << value.pPresentIds << '\n';
+       s << "\tcounterPassIndex = " << value.counterPassIndex << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePresentIdFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSurfaceInfo2KHR& value)
 {
-       s << "VkPhysicalDevicePresentIdFeaturesKHR = {\n";
+       s << "VkPhysicalDeviceSurfaceInfo2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpresentId = " << value.presentId << '\n';
+       s << "\tsurface = " << value.surface << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkMemoryBarrier2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSurfaceCapabilities2KHR& value)
 {
-       s << "VkMemoryBarrier2KHR = {\n";
+       s << "VkSurfaceCapabilities2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
-       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
-       s << "\tdstStageMask = " << value.dstStageMask << '\n';
-       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
+       s << "\tsurfaceCapabilities = " << value.surfaceCapabilities << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkBufferMemoryBarrier2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSurfaceFormat2KHR& value)
 {
-       s << "VkBufferMemoryBarrier2KHR = {\n";
+       s << "VkSurfaceFormat2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
-       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
-       s << "\tdstStageMask = " << value.dstStageMask << '\n';
-       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
-       s << "\tsrcQueueFamilyIndex = " << value.srcQueueFamilyIndex << '\n';
-       s << "\tdstQueueFamilyIndex = " << value.dstQueueFamilyIndex << '\n';
-       s << "\tbuffer = " << value.buffer << '\n';
-       s << "\toffset = " << value.offset << '\n';
-       s << "\tsize = " << value.size << '\n';
+       s << "\tsurfaceFormat = " << value.surfaceFormat << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImageMemoryBarrier2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayProperties2KHR& value)
 {
-       s << "VkImageMemoryBarrier2KHR = {\n";
+       s << "VkDisplayProperties2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcStageMask = " << value.srcStageMask << '\n';
-       s << "\tsrcAccessMask = " << value.srcAccessMask << '\n';
-       s << "\tdstStageMask = " << value.dstStageMask << '\n';
-       s << "\tdstAccessMask = " << value.dstAccessMask << '\n';
-       s << "\toldLayout = " << value.oldLayout << '\n';
-       s << "\tnewLayout = " << value.newLayout << '\n';
-       s << "\tsrcQueueFamilyIndex = " << value.srcQueueFamilyIndex << '\n';
-       s << "\tdstQueueFamilyIndex = " << value.dstQueueFamilyIndex << '\n';
-       s << "\timage = " << value.image << '\n';
-       s << "\tsubresourceRange = " << value.subresourceRange << '\n';
+       s << "\tdisplayProperties = " << value.displayProperties << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDependencyInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneProperties2KHR& value)
 {
-       s << "VkDependencyInfoKHR = {\n";
+       s << "VkDisplayPlaneProperties2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdependencyFlags = " << getDependencyFlagsStr(value.dependencyFlags) << '\n';
-       s << "\tmemoryBarrierCount = " << value.memoryBarrierCount << '\n';
-       s << "\tpMemoryBarriers = " << value.pMemoryBarriers << '\n';
-       s << "\tbufferMemoryBarrierCount = " << value.bufferMemoryBarrierCount << '\n';
-       s << "\tpBufferMemoryBarriers = " << value.pBufferMemoryBarriers << '\n';
-       s << "\timageMemoryBarrierCount = " << value.imageMemoryBarrierCount << '\n';
-       s << "\tpImageMemoryBarriers = " << value.pImageMemoryBarriers << '\n';
+       s << "\tdisplayPlaneProperties = " << value.displayPlaneProperties << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSemaphoreSubmitInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayModeProperties2KHR& value)
 {
-       s << "VkSemaphoreSubmitInfoKHR = {\n";
+       s << "VkDisplayModeProperties2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsemaphore = " << value.semaphore << '\n';
-       s << "\tvalue = " << value.value << '\n';
-       s << "\tstageMask = " << value.stageMask << '\n';
-       s << "\tdeviceIndex = " << value.deviceIndex << '\n';
+       s << "\tdisplayModeProperties = " << value.displayModeProperties << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCommandBufferSubmitInfoKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneInfo2KHR& value)
 {
-       s << "VkCommandBufferSubmitInfoKHR = {\n";
+       s << "VkDisplayPlaneInfo2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tcommandBuffer = " << value.commandBuffer << '\n';
-       s << "\tdeviceMask = " << value.deviceMask << '\n';
+       s << "\tmode = " << value.mode << '\n';
+       s << "\tplaneIndex = " << value.planeIndex << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkSubmitInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkDisplayPlaneCapabilities2KHR& value)
 {
-       s << "VkSubmitInfo2KHR = {\n";
+       s << "VkDisplayPlaneCapabilities2KHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getSubmitFlagsKHRStr(value.flags) << '\n';
-       s << "\twaitSemaphoreInfoCount = " << value.waitSemaphoreInfoCount << '\n';
-       s << "\tpWaitSemaphoreInfos = " << value.pWaitSemaphoreInfos << '\n';
-       s << "\tcommandBufferInfoCount = " << value.commandBufferInfoCount << '\n';
-       s << "\tpCommandBufferInfos = " << value.pCommandBufferInfos << '\n';
-       s << "\tsignalSemaphoreInfoCount = " << value.signalSemaphoreInfoCount << '\n';
-       s << "\tpSignalSemaphoreInfos = " << value.pSignalSemaphoreInfos << '\n';
+       s << "\tcapabilities = " << value.capabilities << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSynchronization2FeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderClockFeaturesKHR& value)
 {
-       s << "VkPhysicalDeviceSynchronization2FeaturesKHR = {\n";
+       s << "VkPhysicalDeviceShaderClockFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsynchronization2 = " << value.synchronization2 << '\n';
+       s << "\tshaderSubgroupClock = " << value.shaderSubgroupClock << '\n';
+       s << "\tshaderDeviceClock = " << value.shaderDeviceClock << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkQueueFamilyCheckpointProperties2NV& value)
+std::ostream& operator<< (std::ostream& s, const VkFragmentShadingRateAttachmentInfoKHR& value)
 {
-       s << "VkQueueFamilyCheckpointProperties2NV = {\n";
+       s << "VkFragmentShadingRateAttachmentInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tcheckpointExecutionStageMask = " << value.checkpointExecutionStageMask << '\n';
+       s << "\tpFragmentShadingRateAttachment = " << value.pFragmentShadingRateAttachment << '\n';
+       s << "\tshadingRateAttachmentTexelSize = " << value.shadingRateAttachmentTexelSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCheckpointData2NV& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineFragmentShadingRateStateCreateInfoKHR& value)
 {
-       s << "VkCheckpointData2NV = {\n";
+       s << "VkPipelineFragmentShadingRateStateCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tstage = " << value.stage << '\n';
-       s << "\tpCheckpointMarker = " << value.pCheckpointMarker << '\n';
+       s << "\tfragmentSize = " << value.fragmentSize << '\n';
+       s << "\tcombinerOps = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.combinerOps), DE_ARRAY_END(value.combinerOps)) << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateFeaturesKHR& value)
 {
-       s << "VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR = {\n";
+       s << "VkPhysicalDeviceFragmentShadingRateFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderSubgroupUniformControlFlow = " << value.shaderSubgroupUniformControlFlow << '\n';
+       s << "\tpipelineFragmentShadingRate = " << value.pipelineFragmentShadingRate << '\n';
+       s << "\tprimitiveFragmentShadingRate = " << value.primitiveFragmentShadingRate << '\n';
+       s << "\tattachmentFragmentShadingRate = " << value.attachmentFragmentShadingRate << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRatePropertiesKHR& value)
 {
-       s << "VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR = {\n";
+       s << "VkPhysicalDeviceFragmentShadingRatePropertiesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderZeroInitializeWorkgroupMemory = " << value.shaderZeroInitializeWorkgroupMemory << '\n';
+       s << "\tminFragmentShadingRateAttachmentTexelSize = " << value.minFragmentShadingRateAttachmentTexelSize << '\n';
+       s << "\tmaxFragmentShadingRateAttachmentTexelSize = " << value.maxFragmentShadingRateAttachmentTexelSize << '\n';
+       s << "\tmaxFragmentShadingRateAttachmentTexelSizeAspectRatio = " << value.maxFragmentShadingRateAttachmentTexelSizeAspectRatio << '\n';
+       s << "\tprimitiveFragmentShadingRateWithMultipleViewports = " << value.primitiveFragmentShadingRateWithMultipleViewports << '\n';
+       s << "\tlayeredShadingRateAttachments = " << value.layeredShadingRateAttachments << '\n';
+       s << "\tfragmentShadingRateNonTrivialCombinerOps = " << value.fragmentShadingRateNonTrivialCombinerOps << '\n';
+       s << "\tmaxFragmentSize = " << value.maxFragmentSize << '\n';
+       s << "\tmaxFragmentSizeAspectRatio = " << value.maxFragmentSizeAspectRatio << '\n';
+       s << "\tmaxFragmentShadingRateCoverageSamples = " << value.maxFragmentShadingRateCoverageSamples << '\n';
+       s << "\tmaxFragmentShadingRateRasterizationSamples = " << value.maxFragmentShadingRateRasterizationSamples << '\n';
+       s << "\tfragmentShadingRateWithShaderDepthStencilWrites = " << value.fragmentShadingRateWithShaderDepthStencilWrites << '\n';
+       s << "\tfragmentShadingRateWithSampleMask = " << value.fragmentShadingRateWithSampleMask << '\n';
+       s << "\tfragmentShadingRateWithShaderSampleMask = " << value.fragmentShadingRateWithShaderSampleMask << '\n';
+       s << "\tfragmentShadingRateWithConservativeRasterization = " << value.fragmentShadingRateWithConservativeRasterization << '\n';
+       s << "\tfragmentShadingRateWithFragmentShaderInterlock = " << value.fragmentShadingRateWithFragmentShaderInterlock << '\n';
+       s << "\tfragmentShadingRateWithCustomSampleLocations = " << value.fragmentShadingRateWithCustomSampleLocations << '\n';
+       s << "\tfragmentShadingRateStrictMultiplyCombiner = " << value.fragmentShadingRateStrictMultiplyCombiner << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceFragmentShadingRateKHR& value)
 {
-       s << "VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR = {\n";
+       s << "VkPhysicalDeviceFragmentShadingRateKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tworkgroupMemoryExplicitLayout = " << value.workgroupMemoryExplicitLayout << '\n';
-       s << "\tworkgroupMemoryExplicitLayoutScalarBlockLayout = " << value.workgroupMemoryExplicitLayoutScalarBlockLayout << '\n';
-       s << "\tworkgroupMemoryExplicitLayout8BitAccess = " << value.workgroupMemoryExplicitLayout8BitAccess << '\n';
-       s << "\tworkgroupMemoryExplicitLayout16BitAccess = " << value.workgroupMemoryExplicitLayout16BitAccess << '\n';
+       s << "\tsampleCounts = " << getSampleCountFlagsStr(value.sampleCounts) << '\n';
+       s << "\tfragmentSize = " << value.fragmentSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkBufferCopy2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkSurfaceProtectedCapabilitiesKHR& value)
 {
-       s << "VkBufferCopy2KHR = {\n";
+       s << "VkSurfaceProtectedCapabilitiesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcOffset = " << value.srcOffset << '\n';
-       s << "\tdstOffset = " << value.dstOffset << '\n';
-       s << "\tsize = " << value.size << '\n';
+       s << "\tsupportsProtected = " << value.supportsProtected << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCopyBufferInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePresentWaitFeaturesKHR& value)
 {
-       s << "VkCopyBufferInfo2KHR = {\n";
+       s << "VkPhysicalDevicePresentWaitFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcBuffer = " << value.srcBuffer << '\n';
-       s << "\tdstBuffer = " << value.dstBuffer << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tpresentWait = " << value.presentWait << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImageCopy2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR& value)
 {
-       s << "VkImageCopy2KHR = {\n";
+       s << "VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
-       s << "\tsrcOffset = " << value.srcOffset << '\n';
-       s << "\tdstSubresource = " << value.dstSubresource << '\n';
-       s << "\tdstOffset = " << value.dstOffset << '\n';
-       s << "\textent = " << value.extent << '\n';
+       s << "\tpipelineExecutableInfo = " << value.pipelineExecutableInfo << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCopyImageInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineInfoKHR& value)
 {
-       s << "VkCopyImageInfo2KHR = {\n";
+       s << "VkPipelineInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcImage = " << value.srcImage << '\n';
-       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
-       s << "\tdstImage = " << value.dstImage << '\n';
-       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tpipeline = " << value.pipeline << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkBufferImageCopy2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineExecutablePropertiesKHR& value)
 {
-       s << "VkBufferImageCopy2KHR = {\n";
+       s << "VkPipelineExecutablePropertiesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tbufferOffset = " << value.bufferOffset << '\n';
-       s << "\tbufferRowLength = " << value.bufferRowLength << '\n';
-       s << "\tbufferImageHeight = " << value.bufferImageHeight << '\n';
-       s << "\timageSubresource = " << value.imageSubresource << '\n';
-       s << "\timageOffset = " << value.imageOffset << '\n';
-       s << "\timageExtent = " << value.imageExtent << '\n';
+       s << "\tstages = " << getShaderStageFlagsStr(value.stages) << '\n';
+       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
+       s << "\tdescription = " << (const char*)value.description << '\n';
+       s << "\tsubgroupSize = " << value.subgroupSize << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCopyBufferToImageInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableInfoKHR& value)
 {
-       s << "VkCopyBufferToImageInfo2KHR = {\n";
+       s << "VkPipelineExecutableInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcBuffer = " << value.srcBuffer << '\n';
-       s << "\tdstImage = " << value.dstImage << '\n';
-       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tpipeline = " << value.pipeline << '\n';
+       s << "\texecutableIndex = " << value.executableIndex << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkCopyImageToBufferInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableStatisticValueKHR& value)
 {
-       s << "VkCopyImageToBufferInfo2KHR = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcImage = " << value.srcImage << '\n';
-       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
-       s << "\tdstBuffer = " << value.dstBuffer << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "VkPipelineExecutableStatisticValueKHR = {\n";
+       s << "\tb32 = " << value.b32 << '\n';
+       s << "\ti64 = " << value.i64 << '\n';
+       s << "\tu64 = " << value.u64 << '\n';
+       s << "\tf64 = " << value.f64 << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImageBlit2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableStatisticKHR& value)
 {
-       s << "VkImageBlit2KHR = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
-       s << "\tsrcOffsets = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.srcOffsets), DE_ARRAY_END(value.srcOffsets)) << '\n';
-       s << "\tdstSubresource = " << value.dstSubresource << '\n';
-       s << "\tdstOffsets = " << '\n' << tcu::formatArray(DE_ARRAY_BEGIN(value.dstOffsets), DE_ARRAY_END(value.dstOffsets)) << '\n';
+       s << "VkPipelineExecutableStatisticKHR = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
+       s << "\tdescription = " << (const char*)value.description << '\n';
+       s << "\tformat = " << value.format << '\n';
+       s << "\tvalue = " << value.value << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkBlitImageInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineExecutableInternalRepresentationKHR& value)
 {
-       s << "VkBlitImageInfo2KHR = {\n";
+       s << "VkPipelineExecutableInternalRepresentationKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcImage = " << value.srcImage << '\n';
-       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
-       s << "\tdstImage = " << value.dstImage << '\n';
-       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
-       s << "\tfilter = " << value.filter << '\n';
+       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
+       s << "\tdescription = " << (const char*)value.description << '\n';
+       s << "\tisText = " << value.isText << '\n';
+       s << "\tdataSize = " << value.dataSize << '\n';
+       s << "\tpData = " << value.pData << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkImageResolve2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPipelineLibraryCreateInfoKHR& value)
 {
-       s << "VkImageResolve2KHR = {\n";
+       s << "VkPipelineLibraryCreateInfoKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcSubresource = " << value.srcSubresource << '\n';
-       s << "\tsrcOffset = " << value.srcOffset << '\n';
-       s << "\tdstSubresource = " << value.dstSubresource << '\n';
-       s << "\tdstOffset = " << value.dstOffset << '\n';
-       s << "\textent = " << value.extent << '\n';
+       s << "\tlibraryCount = " << value.libraryCount << '\n';
+       s << "\tpLibraries = " << value.pLibraries << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkResolveImageInfo2KHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPresentIdKHR& value)
 {
-       s << "VkResolveImageInfo2KHR = {\n";
+       s << "VkPresentIdKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsrcImage = " << value.srcImage << '\n';
-       s << "\tsrcImageLayout = " << value.srcImageLayout << '\n';
-       s << "\tdstImage = " << value.dstImage << '\n';
-       s << "\tdstImageLayout = " << value.dstImageLayout << '\n';
-       s << "\tregionCount = " << value.regionCount << '\n';
-       s << "\tpRegions = " << value.pRegions << '\n';
+       s << "\tswapchainCount = " << value.swapchainCount << '\n';
+       s << "\tpPresentIds = " << value.pPresentIds << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkFormatPropertiesExtendedKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePresentIdFeaturesKHR& value)
 {
-       s << "VkFormatPropertiesExtendedKHR = {\n";
+       s << "VkPhysicalDevicePresentIdFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tlinearTilingFeatures = " << value.linearTilingFeatures << '\n';
-       s << "\toptimalTilingFeatures = " << value.optimalTilingFeatures << '\n';
-       s << "\tbufferFeatures = " << value.bufferFeatures << '\n';
+       s << "\tpresentId = " << value.presentId << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMaintenance4FeaturesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkQueueFamilyCheckpointProperties2NV& value)
 {
-       s << "VkPhysicalDeviceMaintenance4FeaturesKHR = {\n";
+       s << "VkQueueFamilyCheckpointProperties2NV = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmaintenance4 = " << value.maintenance4 << '\n';
+       s << "\tcheckpointExecutionStageMask = " << value.checkpointExecutionStageMask << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceMaintenance4PropertiesKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkCheckpointData2NV& value)
 {
-       s << "VkPhysicalDeviceMaintenance4PropertiesKHR = {\n";
+       s << "VkCheckpointData2NV = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmaxBufferSize = " << value.maxBufferSize << '\n';
+       s << "\tstage = " << value.stage << '\n';
+       s << "\tpCheckpointMarker = " << value.pCheckpointMarker << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDeviceBufferMemoryRequirementsKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR& value)
 {
-       s << "VkDeviceBufferMemoryRequirementsKHR = {\n";
+       s << "VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpCreateInfo = " << value.pCreateInfo << '\n';
+       s << "\tshaderSubgroupUniformControlFlow = " << value.shaderSubgroupUniformControlFlow << '\n';
        s << '}';
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkDeviceImageMemoryRequirementsKHR& value)
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR& value)
 {
-       s << "VkDeviceImageMemoryRequirementsKHR = {\n";
+       s << "VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR = {\n";
        s << "\tsType = " << value.sType << '\n';
        s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpCreateInfo = " << value.pCreateInfo << '\n';
-       s << "\tplaneAspect = " << value.planeAspect << '\n';
+       s << "\tworkgroupMemoryExplicitLayout = " << value.workgroupMemoryExplicitLayout << '\n';
+       s << "\tworkgroupMemoryExplicitLayoutScalarBlockLayout = " << value.workgroupMemoryExplicitLayoutScalarBlockLayout << '\n';
+       s << "\tworkgroupMemoryExplicitLayout8BitAccess = " << value.workgroupMemoryExplicitLayout8BitAccess << '\n';
+       s << "\tworkgroupMemoryExplicitLayout16BitAccess = " << value.workgroupMemoryExplicitLayout16BitAccess << '\n';
        s << '}';
        return s;
 }
@@ -9112,16 +9410,6 @@ std::ostream& operator<< (std::ostream& s, const VkValidationFlagsEXT& value)
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT& value)
-{
-       s << "VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\ttextureCompressionASTC_HDR = " << value.textureCompressionASTC_HDR << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkImageViewASTCDecodeModeEXT& value)
 {
        s << "VkImageViewASTCDecodeModeEXT = {\n";
@@ -9499,52 +9787,6 @@ std::ostream& operator<< (std::ostream& s, const VkDebugUtilsObjectTagInfoEXT& v
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockFeaturesEXT& value)
-{
-       s << "VkPhysicalDeviceInlineUniformBlockFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tinlineUniformBlock = " << value.inlineUniformBlock << '\n';
-       s << "\tdescriptorBindingInlineUniformBlockUpdateAfterBind = " << value.descriptorBindingInlineUniformBlockUpdateAfterBind << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceInlineUniformBlockPropertiesEXT& value)
-{
-       s << "VkPhysicalDeviceInlineUniformBlockPropertiesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmaxInlineUniformBlockSize = " << value.maxInlineUniformBlockSize << '\n';
-       s << "\tmaxPerStageDescriptorInlineUniformBlocks = " << value.maxPerStageDescriptorInlineUniformBlocks << '\n';
-       s << "\tmaxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = " << value.maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks << '\n';
-       s << "\tmaxDescriptorSetInlineUniformBlocks = " << value.maxDescriptorSetInlineUniformBlocks << '\n';
-       s << "\tmaxDescriptorSetUpdateAfterBindInlineUniformBlocks = " << value.maxDescriptorSetUpdateAfterBindInlineUniformBlocks << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkWriteDescriptorSetInlineUniformBlockEXT& value)
-{
-       s << "VkWriteDescriptorSetInlineUniformBlockEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tdataSize = " << value.dataSize << '\n';
-       s << "\tpData = " << value.pData << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkDescriptorPoolInlineUniformBlockCreateInfoEXT& value)
-{
-       s << "VkDescriptorPoolInlineUniformBlockCreateInfoEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tmaxInlineUniformBlockBindings = " << value.maxInlineUniformBlockBindings << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkSampleLocationEXT& value)
 {
        s << "VkSampleLocationEXT = {\n";
@@ -9784,6 +10026,27 @@ std::ostream& operator<< (std::ostream& s, const VkImageDrmFormatModifierPropert
        return s;
 }
 
+std::ostream& operator<< (std::ostream& s, const VkDrmFormatModifierProperties2EXT& value)
+{
+       s << "VkDrmFormatModifierProperties2EXT = {\n";
+       s << "\tdrmFormatModifier = " << value.drmFormatModifier << '\n';
+       s << "\tdrmFormatModifierPlaneCount = " << value.drmFormatModifierPlaneCount << '\n';
+       s << "\tdrmFormatModifierTilingFeatures = " << value.drmFormatModifierTilingFeatures << '\n';
+       s << '}';
+       return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkDrmFormatModifierPropertiesList2EXT& value)
+{
+       s << "VkDrmFormatModifierPropertiesList2EXT = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tdrmFormatModifierCount = " << value.drmFormatModifierCount << '\n';
+       s << "\tpDrmFormatModifierProperties = " << value.pDrmFormatModifierProperties << '\n';
+       s << '}';
+       return s;
+}
+
 std::ostream& operator<< (std::ostream& s, const VkValidationCacheCreateInfoEXT& value)
 {
        s << "VkValidationCacheCreateInfoEXT = {\n";
@@ -10257,27 +10520,6 @@ std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceVertexAttribute
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPipelineCreationFeedbackEXT& value)
-{
-       s << "VkPipelineCreationFeedbackEXT = {\n";
-       s << "\tflags = " << getPipelineCreationFeedbackFlagsEXTStr(value.flags) << '\n';
-       s << "\tduration = " << value.duration << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPipelineCreationFeedbackCreateInfoEXT& value)
-{
-       s << "VkPipelineCreationFeedbackCreateInfoEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpPipelineCreationFeedback = " << value.pPipelineCreationFeedback << '\n';
-       s << "\tpipelineStageCreationFeedbackCount = " << value.pipelineStageCreationFeedbackCount << '\n';
-       s << "\tpPipelineStageCreationFeedbacks = " << value.pPipelineStageCreationFeedbacks << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceComputeShaderDerivativesFeaturesNV& value)
 {
        s << "VkPhysicalDeviceComputeShaderDerivativesFeaturesNV = {\n";
@@ -10553,40 +10795,6 @@ std::ostream& operator<< (std::ostream& s, const VkRenderPassFragmentDensityMapC
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT& value)
-{
-       s << "VkPhysicalDeviceSubgroupSizeControlFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tsubgroupSizeControl = " << value.subgroupSizeControl << '\n';
-       s << "\tcomputeFullSubgroups = " << value.computeFullSubgroups << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& value)
-{
-       s << "VkPhysicalDeviceSubgroupSizeControlPropertiesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tminSubgroupSize = " << value.minSubgroupSize << '\n';
-       s << "\tmaxSubgroupSize = " << value.maxSubgroupSize << '\n';
-       s << "\tmaxComputeWorkgroupSubgroups = " << value.maxComputeWorkgroupSubgroups << '\n';
-       s << "\trequiredSubgroupSizeStages = " << getShaderStageFlagsStr(value.requiredSubgroupSizeStages) << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT& value)
-{
-       s << "VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\trequiredSubgroupSize = " << value.requiredSubgroupSize << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderCoreProperties2AMD& value)
 {
        s << "VkPhysicalDeviceShaderCoreProperties2AMD = {\n";
@@ -10682,20 +10890,6 @@ std::ostream& operator<< (std::ostream& s, const VkBufferDeviceAddressCreateInfo
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceToolPropertiesEXT& value)
-{
-       s << "VkPhysicalDeviceToolPropertiesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tname = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.name)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.name))) << '\n';
-       s << "\tversion = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.version)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.version))) << '\n';
-       s << "\tpurposes = " << getToolPurposeFlagsEXTStr(value.purposes) << '\n';
-       s << "\tdescription = " << (const char*)value.description << '\n';
-       s << "\tlayer = " << '\n' << tcu::formatArray(tcu::Format::HexIterator<char>(DE_ARRAY_BEGIN(value.layer)), tcu::Format::HexIterator<char>(DE_ARRAY_END(value.layer))) << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkValidationFeaturesEXT& value)
 {
        s << "VkValidationFeaturesEXT = {\n";
@@ -10945,16 +11139,6 @@ std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderAtomicFlo
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT& value)
-{
-       s << "VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tshaderDemoteToHelperInvocation = " << value.shaderDemoteToHelperInvocation << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV& value)
 {
        s << "VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV = {\n";
@@ -11158,19 +11342,6 @@ std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceTexelBufferAlig
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT& value)
-{
-       s << "VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tstorageTexelBufferOffsetAlignmentBytes = " << value.storageTexelBufferOffsetAlignmentBytes << '\n';
-       s << "\tstorageTexelBufferOffsetSingleTexelAlignment = " << value.storageTexelBufferOffsetSingleTexelAlignment << '\n';
-       s << "\tuniformTexelBufferOffsetAlignmentBytes = " << value.uniformTexelBufferOffsetAlignmentBytes << '\n';
-       s << "\tuniformTexelBufferOffsetSingleTexelAlignment = " << value.uniformTexelBufferOffsetSingleTexelAlignment << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkRenderPassTransformBeginInfoQCOM& value)
 {
        s << "VkRenderPassTransformBeginInfoQCOM = {\n";
@@ -11285,46 +11456,6 @@ std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceCustomBorderCol
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePrivateDataFeaturesEXT& value)
-{
-       s << "VkPhysicalDevicePrivateDataFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tprivateData = " << value.privateData << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkDevicePrivateDataCreateInfoEXT& value)
-{
-       s << "VkDevicePrivateDataCreateInfoEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tprivateDataSlotRequestCount = " << value.privateDataSlotRequestCount << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPrivateDataSlotCreateInfoEXT& value)
-{
-       s << "VkPrivateDataSlotCreateInfoEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tflags = " << getPrivateDataSlotCreateFlagsEXTStr(value.flags) << '\n';
-       s << '}';
-       return s;
-}
-
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT& value)
-{
-       s << "VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\tpipelineCreationCacheControl = " << value.pipelineCreationCacheControl << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceDiagnosticsConfigFeaturesNV& value)
 {
        s << "VkPhysicalDeviceDiagnosticsConfigFeaturesNV = {\n";
@@ -11534,16 +11665,6 @@ std::ostream& operator<< (std::ostream& s, const VkCopyCommandTransformInfoQCOM&
        return s;
 }
 
-std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceImageRobustnessFeaturesEXT& value)
-{
-       s << "VkPhysicalDeviceImageRobustnessFeaturesEXT = {\n";
-       s << "\tsType = " << value.sType << '\n';
-       s << "\tpNext = " << value.pNext << '\n';
-       s << "\trobustImageAccess = " << value.robustImageAccess << '\n';
-       s << '}';
-       return s;
-}
-
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDevice4444FormatsFeaturesEXT& value)
 {
        s << "VkPhysicalDevice4444FormatsFeaturesEXT = {\n";
@@ -11636,6 +11757,17 @@ std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceDrmPropertiesEX
        return s;
 }
 
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT& value)
+{
+       s << "VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tprimitiveTopologyListRestart = " << value.primitiveTopologyListRestart << '\n';
+       s << "\tprimitiveTopologyPatchListRestart = " << value.primitiveTopologyPatchListRestart << '\n';
+       s << '}';
+       return s;
+}
+
 std::ostream& operator<< (std::ostream& s, const VkSubpassShadingPipelineCreateInfoHUAWEI& value)
 {
        s << "VkSubpassShadingPipelineCreateInfoHUAWEI = {\n";
@@ -11791,6 +11923,16 @@ std::ostream& operator<< (std::ostream& s, const VkMultiDrawIndexedInfoEXT& valu
        return s;
 }
 
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT& value)
+{
+       s << "VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT = {\n";
+       s << "\tsType = " << value.sType << '\n';
+       s << "\tpNext = " << value.pNext << '\n';
+       s << "\tpageableDeviceLocalMemory = " << value.pageableDeviceLocalMemory << '\n';
+       s << '}';
+       return s;
+}
+
 std::ostream& operator<< (std::ostream& s, const VkDeviceOrHostAddressKHR& value)
 {
        s << "VkDeviceOrHostAddressKHR = {\n";
index e870fbd..2590b07 100644 (file)
@@ -2364,6 +2364,588 @@ struct VkDeviceMemoryOpaqueCaptureAddressInfo
        VkDeviceMemory  memory;
 };
 
+struct VkPhysicalDeviceVulkan13Features
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                robustImageAccess;
+       VkBool32                inlineUniformBlock;
+       VkBool32                descriptorBindingInlineUniformBlockUpdateAfterBind;
+       VkBool32                pipelineCreationCacheControl;
+       VkBool32                privateData;
+       VkBool32                shaderDemoteToHelperInvocation;
+       VkBool32                shaderTerminateInvocation;
+       VkBool32                subgroupSizeControl;
+       VkBool32                computeFullSubgroups;
+       VkBool32                synchronization2;
+       VkBool32                textureCompressionASTC_HDR;
+       VkBool32                shaderZeroInitializeWorkgroupMemory;
+       VkBool32                dynamicRendering;
+       VkBool32                shaderIntegerDotProduct;
+       VkBool32                maintenance4;
+};
+
+struct VkPhysicalDeviceVulkan13Properties
+{
+       VkStructureType         sType;
+       void*                           pNext;
+       uint32_t                        minSubgroupSize;
+       uint32_t                        maxSubgroupSize;
+       uint32_t                        maxComputeWorkgroupSubgroups;
+       VkShaderStageFlags      requiredSubgroupSizeStages;
+       uint32_t                        maxInlineUniformBlockSize;
+       uint32_t                        maxPerStageDescriptorInlineUniformBlocks;
+       uint32_t                        maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+       uint32_t                        maxDescriptorSetInlineUniformBlocks;
+       uint32_t                        maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+       uint32_t                        maxInlineUniformTotalSize;
+       VkBool32                        integerDotProduct8BitUnsignedAccelerated;
+       VkBool32                        integerDotProduct8BitSignedAccelerated;
+       VkBool32                        integerDotProduct8BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProduct4x8BitPackedUnsignedAccelerated;
+       VkBool32                        integerDotProduct4x8BitPackedSignedAccelerated;
+       VkBool32                        integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+       VkBool32                        integerDotProduct16BitUnsignedAccelerated;
+       VkBool32                        integerDotProduct16BitSignedAccelerated;
+       VkBool32                        integerDotProduct16BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProduct32BitUnsignedAccelerated;
+       VkBool32                        integerDotProduct32BitSignedAccelerated;
+       VkBool32                        integerDotProduct32BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProduct64BitUnsignedAccelerated;
+       VkBool32                        integerDotProduct64BitSignedAccelerated;
+       VkBool32                        integerDotProduct64BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+       VkBool32                        integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+       VkDeviceSize            storageTexelBufferOffsetAlignmentBytes;
+       VkBool32                        storageTexelBufferOffsetSingleTexelAlignment;
+       VkDeviceSize            uniformTexelBufferOffsetAlignmentBytes;
+       VkBool32                        uniformTexelBufferOffsetSingleTexelAlignment;
+       VkDeviceSize            maxBufferSize;
+};
+
+struct VkPipelineCreationFeedback
+{
+       VkPipelineCreationFeedbackFlags flags;
+       uint64_t                                                duration;
+};
+
+struct VkPipelineCreationFeedbackCreateInfo
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkPipelineCreationFeedback*     pPipelineCreationFeedback;
+       uint32_t                                        pipelineStageCreationFeedbackCount;
+       VkPipelineCreationFeedback*     pPipelineStageCreationFeedbacks;
+};
+
+struct VkPhysicalDeviceShaderTerminateInvocationFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                shaderTerminateInvocation;
+};
+
+struct VkPhysicalDeviceToolProperties
+{
+       VkStructureType         sType;
+       void*                           pNext;
+       char                            name[VK_MAX_EXTENSION_NAME_SIZE];
+       char                            version[VK_MAX_EXTENSION_NAME_SIZE];
+       VkToolPurposeFlags      purposes;
+       char                            description[VK_MAX_DESCRIPTION_SIZE];
+       char                            layer[VK_MAX_EXTENSION_NAME_SIZE];
+};
+
+struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                shaderDemoteToHelperInvocation;
+};
+
+struct VkPhysicalDevicePrivateDataFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                privateData;
+};
+
+struct VkDevicePrivateDataCreateInfo
+{
+       VkStructureType sType;
+       const void*             pNext;
+       uint32_t                privateDataSlotRequestCount;
+};
+
+struct VkPrivateDataSlotCreateInfo
+{
+       VkStructureType                                 sType;
+       const void*                                             pNext;
+       VkPrivateDataSlotCreateFlags    flags;
+};
+
+struct VkPhysicalDevicePipelineCreationCacheControlFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                pipelineCreationCacheControl;
+};
+
+struct VkMemoryBarrier2
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkPipelineStageFlags2   srcStageMask;
+       VkAccessFlags2                  srcAccessMask;
+       VkPipelineStageFlags2   dstStageMask;
+       VkAccessFlags2                  dstAccessMask;
+};
+
+struct VkBufferMemoryBarrier2
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkPipelineStageFlags2   srcStageMask;
+       VkAccessFlags2                  srcAccessMask;
+       VkPipelineStageFlags2   dstStageMask;
+       VkAccessFlags2                  dstAccessMask;
+       uint32_t                                srcQueueFamilyIndex;
+       uint32_t                                dstQueueFamilyIndex;
+       VkBuffer                                buffer;
+       VkDeviceSize                    offset;
+       VkDeviceSize                    size;
+};
+
+struct VkImageMemoryBarrier2
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkPipelineStageFlags2   srcStageMask;
+       VkAccessFlags2                  srcAccessMask;
+       VkPipelineStageFlags2   dstStageMask;
+       VkAccessFlags2                  dstAccessMask;
+       VkImageLayout                   oldLayout;
+       VkImageLayout                   newLayout;
+       uint32_t                                srcQueueFamilyIndex;
+       uint32_t                                dstQueueFamilyIndex;
+       VkImage                                 image;
+       VkImageSubresourceRange subresourceRange;
+};
+
+struct VkDependencyInfo
+{
+       VkStructureType                                 sType;
+       const void*                                             pNext;
+       VkDependencyFlags                               dependencyFlags;
+       uint32_t                                                memoryBarrierCount;
+       const VkMemoryBarrier2*                 pMemoryBarriers;
+       uint32_t                                                bufferMemoryBarrierCount;
+       const VkBufferMemoryBarrier2*   pBufferMemoryBarriers;
+       uint32_t                                                imageMemoryBarrierCount;
+       const VkImageMemoryBarrier2*    pImageMemoryBarriers;
+};
+
+struct VkSemaphoreSubmitInfo
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkSemaphore                             semaphore;
+       uint64_t                                value;
+       VkPipelineStageFlags2   stageMask;
+       uint32_t                                deviceIndex;
+};
+
+struct VkCommandBufferSubmitInfo
+{
+       VkStructureType sType;
+       const void*             pNext;
+       VkCommandBuffer commandBuffer;
+       uint32_t                deviceMask;
+};
+
+struct VkSubmitInfo2
+{
+       VkStructureType                                         sType;
+       const void*                                                     pNext;
+       VkSubmitFlags                                           flags;
+       uint32_t                                                        waitSemaphoreInfoCount;
+       const VkSemaphoreSubmitInfo*            pWaitSemaphoreInfos;
+       uint32_t                                                        commandBufferInfoCount;
+       const VkCommandBufferSubmitInfo*        pCommandBufferInfos;
+       uint32_t                                                        signalSemaphoreInfoCount;
+       const VkSemaphoreSubmitInfo*            pSignalSemaphoreInfos;
+};
+
+struct VkPhysicalDeviceSynchronization2Features
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                synchronization2;
+};
+
+struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                shaderZeroInitializeWorkgroupMemory;
+};
+
+struct VkPhysicalDeviceImageRobustnessFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                robustImageAccess;
+};
+
+struct VkBufferCopy2
+{
+       VkStructureType sType;
+       const void*             pNext;
+       VkDeviceSize    srcOffset;
+       VkDeviceSize    dstOffset;
+       VkDeviceSize    size;
+};
+
+struct VkCopyBufferInfo2
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkBuffer                                srcBuffer;
+       VkBuffer                                dstBuffer;
+       uint32_t                                regionCount;
+       const VkBufferCopy2*    pRegions;
+};
+
+struct VkImageCopy2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkImageSubresourceLayers        srcSubresource;
+       VkOffset3D                                      srcOffset;
+       VkImageSubresourceLayers        dstSubresource;
+       VkOffset3D                                      dstOffset;
+       VkExtent3D                                      extent;
+};
+
+struct VkCopyImageInfo2
+{
+       VkStructureType         sType;
+       const void*                     pNext;
+       VkImage                         srcImage;
+       VkImageLayout           srcImageLayout;
+       VkImage                         dstImage;
+       VkImageLayout           dstImageLayout;
+       uint32_t                        regionCount;
+       const VkImageCopy2*     pRegions;
+};
+
+struct VkBufferImageCopy2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkDeviceSize                            bufferOffset;
+       uint32_t                                        bufferRowLength;
+       uint32_t                                        bufferImageHeight;
+       VkImageSubresourceLayers        imageSubresource;
+       VkOffset3D                                      imageOffset;
+       VkExtent3D                                      imageExtent;
+};
+
+struct VkCopyBufferToImageInfo2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkBuffer                                        srcBuffer;
+       VkImage                                         dstImage;
+       VkImageLayout                           dstImageLayout;
+       uint32_t                                        regionCount;
+       const VkBufferImageCopy2*       pRegions;
+};
+
+struct VkCopyImageToBufferInfo2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkImage                                         srcImage;
+       VkImageLayout                           srcImageLayout;
+       VkBuffer                                        dstBuffer;
+       uint32_t                                        regionCount;
+       const VkBufferImageCopy2*       pRegions;
+};
+
+struct VkImageBlit2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkImageSubresourceLayers        srcSubresource;
+       VkOffset3D                                      srcOffsets[2];
+       VkImageSubresourceLayers        dstSubresource;
+       VkOffset3D                                      dstOffsets[2];
+};
+
+struct VkBlitImageInfo2
+{
+       VkStructureType         sType;
+       const void*                     pNext;
+       VkImage                         srcImage;
+       VkImageLayout           srcImageLayout;
+       VkImage                         dstImage;
+       VkImageLayout           dstImageLayout;
+       uint32_t                        regionCount;
+       const VkImageBlit2*     pRegions;
+       VkFilter                        filter;
+};
+
+struct VkImageResolve2
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       VkImageSubresourceLayers        srcSubresource;
+       VkOffset3D                                      srcOffset;
+       VkImageSubresourceLayers        dstSubresource;
+       VkOffset3D                                      dstOffset;
+       VkExtent3D                                      extent;
+};
+
+struct VkResolveImageInfo2
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkImage                                 srcImage;
+       VkImageLayout                   srcImageLayout;
+       VkImage                                 dstImage;
+       VkImageLayout                   dstImageLayout;
+       uint32_t                                regionCount;
+       const VkImageResolve2*  pRegions;
+};
+
+struct VkPhysicalDeviceSubgroupSizeControlFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                subgroupSizeControl;
+       VkBool32                computeFullSubgroups;
+};
+
+struct VkPhysicalDeviceSubgroupSizeControlProperties
+{
+       VkStructureType         sType;
+       void*                           pNext;
+       uint32_t                        minSubgroupSize;
+       uint32_t                        maxSubgroupSize;
+       uint32_t                        maxComputeWorkgroupSubgroups;
+       VkShaderStageFlags      requiredSubgroupSizeStages;
+};
+
+struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfo
+{
+       VkStructureType sType;
+       void*                   pNext;
+       uint32_t                requiredSubgroupSize;
+};
+
+struct VkPhysicalDeviceInlineUniformBlockFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                inlineUniformBlock;
+       VkBool32                descriptorBindingInlineUniformBlockUpdateAfterBind;
+};
+
+struct VkPhysicalDeviceInlineUniformBlockProperties
+{
+       VkStructureType sType;
+       void*                   pNext;
+       uint32_t                maxInlineUniformBlockSize;
+       uint32_t                maxPerStageDescriptorInlineUniformBlocks;
+       uint32_t                maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+       uint32_t                maxDescriptorSetInlineUniformBlocks;
+       uint32_t                maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+};
+
+struct VkWriteDescriptorSetInlineUniformBlock
+{
+       VkStructureType sType;
+       const void*             pNext;
+       uint32_t                dataSize;
+       const void*             pData;
+};
+
+struct VkDescriptorPoolInlineUniformBlockCreateInfo
+{
+       VkStructureType sType;
+       const void*             pNext;
+       uint32_t                maxInlineUniformBlockBindings;
+};
+
+struct VkPhysicalDeviceTextureCompressionASTCHDRFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                textureCompressionASTC_HDR;
+};
+
+struct VkRenderingAttachmentInfo
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkImageView                             imageView;
+       VkImageLayout                   imageLayout;
+       VkResolveModeFlagBits   resolveMode;
+       VkImageView                             resolveImageView;
+       VkImageLayout                   resolveImageLayout;
+       VkAttachmentLoadOp              loadOp;
+       VkAttachmentStoreOp             storeOp;
+       VkClearValue                    clearValue;
+};
+
+struct VkRenderingInfo
+{
+       VkStructureType                                         sType;
+       const void*                                                     pNext;
+       VkRenderingFlags                                        flags;
+       VkRect2D                                                        renderArea;
+       uint32_t                                                        layerCount;
+       uint32_t                                                        viewMask;
+       uint32_t                                                        colorAttachmentCount;
+       const VkRenderingAttachmentInfo*        pColorAttachments;
+       const VkRenderingAttachmentInfo*        pDepthAttachment;
+       const VkRenderingAttachmentInfo*        pStencilAttachment;
+};
+
+struct VkPipelineRenderingCreateInfo
+{
+       VkStructureType sType;
+       const void*             pNext;
+       uint32_t                viewMask;
+       uint32_t                colorAttachmentCount;
+       const VkFormat* pColorAttachmentFormats;
+       VkFormat                depthStencilAttachmentFormat;
+};
+
+struct VkPhysicalDeviceDynamicRenderingFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                dynamicRendering;
+};
+
+struct VkCommandBufferInheritanceRenderingInfo
+{
+       VkStructureType                 sType;
+       const void*                             pNext;
+       VkRenderingFlags                flags;
+       uint32_t                                viewMask;
+       uint32_t                                colorAttachmentCount;
+       const VkFormat*                 pColorAttachmentFormats;
+       VkFormat                                depthStencilAttachmentFormat;
+       VkSampleCountFlagBits   rasterizationSamples;
+};
+
+struct VkPhysicalDeviceShaderIntegerDotProductFeatures
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                shaderIntegerDotProduct;
+};
+
+struct VkPhysicalDeviceShaderIntegerDotProductProperties
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                integerDotProduct8BitUnsignedAccelerated;
+       VkBool32                integerDotProduct8BitSignedAccelerated;
+       VkBool32                integerDotProduct8BitMixedSignednessAccelerated;
+       VkBool32                integerDotProduct4x8BitPackedUnsignedAccelerated;
+       VkBool32                integerDotProduct4x8BitPackedSignedAccelerated;
+       VkBool32                integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+       VkBool32                integerDotProduct16BitUnsignedAccelerated;
+       VkBool32                integerDotProduct16BitSignedAccelerated;
+       VkBool32                integerDotProduct16BitMixedSignednessAccelerated;
+       VkBool32                integerDotProduct32BitUnsignedAccelerated;
+       VkBool32                integerDotProduct32BitSignedAccelerated;
+       VkBool32                integerDotProduct32BitMixedSignednessAccelerated;
+       VkBool32                integerDotProduct64BitUnsignedAccelerated;
+       VkBool32                integerDotProduct64BitSignedAccelerated;
+       VkBool32                integerDotProduct64BitMixedSignednessAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+       VkBool32                integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+};
+
+struct VkPhysicalDeviceTexelBufferAlignmentProperties
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkDeviceSize    storageTexelBufferOffsetAlignmentBytes;
+       VkBool32                storageTexelBufferOffsetSingleTexelAlignment;
+       VkDeviceSize    uniformTexelBufferOffsetAlignmentBytes;
+       VkBool32                uniformTexelBufferOffsetSingleTexelAlignment;
+};
+
+struct VkFormatProperties3
+{
+       VkStructureType                 sType;
+       void*                                   pNext;
+       VkFormatFeatureFlags2   linearTilingFeatures;
+       VkFormatFeatureFlags2   optimalTilingFeatures;
+       VkFormatFeatureFlags2   bufferFeatures;
+};
+
+struct VkPhysicalDeviceMaintenance4Features
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                maintenance4;
+};
+
+struct VkPhysicalDeviceMaintenance4Properties
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkDeviceSize    maxBufferSize;
+};
+
+struct VkDeviceBufferMemoryRequirements
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       const VkBufferCreateInfo*       pCreateInfo;
+};
+
+struct VkDeviceImageMemoryRequirements
+{
+       VkStructureType                         sType;
+       const void*                                     pNext;
+       const VkImageCreateInfo*        pCreateInfo;
+       VkImageAspectFlagBits           planeAspect;
+};
+
 struct VkSurfaceCapabilitiesKHR
 {
        uint32_t                                                minImageCount;
@@ -2507,95 +3089,38 @@ struct VkDisplayPlanePropertiesKHR
        uint32_t                currentStackIndex;
 };
 
-struct VkDisplayPropertiesKHR
-{
-       VkDisplayKHR                            display;
-       const char*                                     displayName;
-       VkExtent2D                                      physicalDimensions;
-       VkExtent2D                                      physicalResolution;
-       VkSurfaceTransformFlagsKHR      supportedTransforms;
-       VkBool32                                        planeReorderPossible;
-       VkBool32                                        persistentContent;
-};
-
-struct VkDisplaySurfaceCreateInfoKHR
-{
-       VkStructureType                                 sType;
-       const void*                                             pNext;
-       VkDisplaySurfaceCreateFlagsKHR  flags;
-       VkDisplayModeKHR                                displayMode;
-       uint32_t                                                planeIndex;
-       uint32_t                                                planeStackIndex;
-       VkSurfaceTransformFlagBitsKHR   transform;
-       float                                                   globalAlpha;
-       VkDisplayPlaneAlphaFlagBitsKHR  alphaMode;
-       VkExtent2D                                              imageExtent;
-};
-
-struct VkDisplayPresentInfoKHR
-{
-       VkStructureType sType;
-       const void*             pNext;
-       VkRect2D                srcRect;
-       VkRect2D                dstRect;
-       VkBool32                persistent;
-};
-
-struct VkRenderingAttachmentInfoKHR
-{
-       VkStructureType                 sType;
-       const void*                             pNext;
-       VkImageView                             imageView;
-       VkImageLayout                   imageLayout;
-       VkResolveModeFlagBits   resolveMode;
-       VkImageView                             resolveImageView;
-       VkImageLayout                   resolveImageLayout;
-       VkAttachmentLoadOp              loadOp;
-       VkAttachmentStoreOp             storeOp;
-       VkClearValue                    clearValue;
-};
-
-struct VkRenderingInfoKHR
-{
-       VkStructureType                                         sType;
-       const void*                                                     pNext;
-       VkRenderingFlagsKHR                                     flags;
-       VkRect2D                                                        renderArea;
-       uint32_t                                                        layerCount;
-       uint32_t                                                        viewMask;
-       uint32_t                                                        colorAttachmentCount;
-       const VkRenderingAttachmentInfoKHR*     pColorAttachments;
-       const VkRenderingAttachmentInfoKHR*     pDepthAttachment;
-       const VkRenderingAttachmentInfoKHR*     pStencilAttachment;
-};
-
-struct VkPipelineRenderingCreateInfoKHR
+struct VkDisplayPropertiesKHR
 {
-       VkStructureType sType;
-       const void*             pNext;
-       uint32_t                viewMask;
-       uint32_t                colorAttachmentCount;
-       const VkFormat* pColorAttachmentFormats;
-       VkFormat                depthStencilAttachmentFormat;
+       VkDisplayKHR                            display;
+       const char*                                     displayName;
+       VkExtent2D                                      physicalDimensions;
+       VkExtent2D                                      physicalResolution;
+       VkSurfaceTransformFlagsKHR      supportedTransforms;
+       VkBool32                                        planeReorderPossible;
+       VkBool32                                        persistentContent;
 };
 
-struct VkPhysicalDeviceDynamicRenderingFeaturesKHR
+struct VkDisplaySurfaceCreateInfoKHR
 {
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                dynamicRendering;
+       VkStructureType                                 sType;
+       const void*                                             pNext;
+       VkDisplaySurfaceCreateFlagsKHR  flags;
+       VkDisplayModeKHR                                displayMode;
+       uint32_t                                                planeIndex;
+       uint32_t                                                planeStackIndex;
+       VkSurfaceTransformFlagBitsKHR   transform;
+       float                                                   globalAlpha;
+       VkDisplayPlaneAlphaFlagBitsKHR  alphaMode;
+       VkExtent2D                                              imageExtent;
 };
 
-struct VkCommandBufferInheritanceRenderingInfoKHR
+struct VkDisplayPresentInfoKHR
 {
-       VkStructureType                 sType;
-       const void*                             pNext;
-       VkRenderingFlagsKHR             flags;
-       uint32_t                                viewMask;
-       uint32_t                                colorAttachmentCount;
-       const VkFormat*                 pColorAttachmentFormats;
-       VkFormat                                depthStencilAttachmentFormat;
-       VkSampleCountFlagBits   rasterizationSamples;
+       VkStructureType sType;
+       const void*             pNext;
+       VkRect2D                srcRect;
+       VkRect2D                dstRect;
+       VkBool32                persistent;
 };
 
 struct VkRenderingFragmentShadingRateAttachmentInfoKHR
@@ -2860,13 +3385,6 @@ struct VkPhysicalDeviceShaderClockFeaturesKHR
        VkBool32                shaderDeviceClock;
 };
 
-struct VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                shaderTerminateInvocation;
-};
-
 struct VkFragmentShadingRateAttachmentInfoKHR
 {
        VkStructureType                                 sType;
@@ -2995,364 +3513,62 @@ struct VkPipelineExecutableInternalRepresentationKHR
        char                    description[VK_MAX_DESCRIPTION_SIZE];
        VkBool32                isText;
        size_t                  dataSize;
-       void*                   pData;
-};
-
-struct VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                shaderIntegerDotProduct;
-};
-
-struct VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                integerDotProduct8BitUnsignedAccelerated;
-       VkBool32                integerDotProduct8BitSignedAccelerated;
-       VkBool32                integerDotProduct8BitMixedSignednessAccelerated;
-       VkBool32                integerDotProduct4x8BitPackedUnsignedAccelerated;
-       VkBool32                integerDotProduct4x8BitPackedSignedAccelerated;
-       VkBool32                integerDotProduct4x8BitPackedMixedSignednessAccelerated;
-       VkBool32                integerDotProduct16BitUnsignedAccelerated;
-       VkBool32                integerDotProduct16BitSignedAccelerated;
-       VkBool32                integerDotProduct16BitMixedSignednessAccelerated;
-       VkBool32                integerDotProduct32BitUnsignedAccelerated;
-       VkBool32                integerDotProduct32BitSignedAccelerated;
-       VkBool32                integerDotProduct32BitMixedSignednessAccelerated;
-       VkBool32                integerDotProduct64BitUnsignedAccelerated;
-       VkBool32                integerDotProduct64BitSignedAccelerated;
-       VkBool32                integerDotProduct64BitMixedSignednessAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating8BitSignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating16BitSignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating32BitSignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating64BitSignedAccelerated;
-       VkBool32                integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
-};
-
-struct VkPipelineLibraryCreateInfoKHR
-{
-       VkStructureType         sType;
-       const void*                     pNext;
-       uint32_t                        libraryCount;
-       const VkPipeline*       pLibraries;
-};
-
-struct VkPresentIdKHR
-{
-       VkStructureType sType;
-       const void*             pNext;
-       uint32_t                swapchainCount;
-       const uint64_t* pPresentIds;
-};
-
-struct VkPhysicalDevicePresentIdFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                presentId;
-};
-
-struct VkMemoryBarrier2KHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkPipelineStageFlags2KHR        srcStageMask;
-       VkAccessFlags2KHR                       srcAccessMask;
-       VkPipelineStageFlags2KHR        dstStageMask;
-       VkAccessFlags2KHR                       dstAccessMask;
-};
-
-struct VkBufferMemoryBarrier2KHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkPipelineStageFlags2KHR        srcStageMask;
-       VkAccessFlags2KHR                       srcAccessMask;
-       VkPipelineStageFlags2KHR        dstStageMask;
-       VkAccessFlags2KHR                       dstAccessMask;
-       uint32_t                                        srcQueueFamilyIndex;
-       uint32_t                                        dstQueueFamilyIndex;
-       VkBuffer                                        buffer;
-       VkDeviceSize                            offset;
-       VkDeviceSize                            size;
-};
-
-struct VkImageMemoryBarrier2KHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkPipelineStageFlags2KHR        srcStageMask;
-       VkAccessFlags2KHR                       srcAccessMask;
-       VkPipelineStageFlags2KHR        dstStageMask;
-       VkAccessFlags2KHR                       dstAccessMask;
-       VkImageLayout                           oldLayout;
-       VkImageLayout                           newLayout;
-       uint32_t                                        srcQueueFamilyIndex;
-       uint32_t                                        dstQueueFamilyIndex;
-       VkImage                                         image;
-       VkImageSubresourceRange         subresourceRange;
-};
-
-struct VkDependencyInfoKHR
-{
-       VkStructureType                                         sType;
-       const void*                                                     pNext;
-       VkDependencyFlags                                       dependencyFlags;
-       uint32_t                                                        memoryBarrierCount;
-       const VkMemoryBarrier2KHR*                      pMemoryBarriers;
-       uint32_t                                                        bufferMemoryBarrierCount;
-       const VkBufferMemoryBarrier2KHR*        pBufferMemoryBarriers;
-       uint32_t                                                        imageMemoryBarrierCount;
-       const VkImageMemoryBarrier2KHR*         pImageMemoryBarriers;
-};
-
-struct VkSemaphoreSubmitInfoKHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkSemaphore                                     semaphore;
-       uint64_t                                        value;
-       VkPipelineStageFlags2KHR        stageMask;
-       uint32_t                                        deviceIndex;
-};
-
-struct VkCommandBufferSubmitInfoKHR
-{
-       VkStructureType sType;
-       const void*             pNext;
-       VkCommandBuffer commandBuffer;
-       uint32_t                deviceMask;
-};
-
-struct VkSubmitInfo2KHR
-{
-       VkStructureType                                         sType;
-       const void*                                                     pNext;
-       VkSubmitFlagsKHR                                        flags;
-       uint32_t                                                        waitSemaphoreInfoCount;
-       const VkSemaphoreSubmitInfoKHR*         pWaitSemaphoreInfos;
-       uint32_t                                                        commandBufferInfoCount;
-       const VkCommandBufferSubmitInfoKHR*     pCommandBufferInfos;
-       uint32_t                                                        signalSemaphoreInfoCount;
-       const VkSemaphoreSubmitInfoKHR*         pSignalSemaphoreInfos;
-};
-
-struct VkPhysicalDeviceSynchronization2FeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                synchronization2;
-};
-
-struct VkQueueFamilyCheckpointProperties2NV
-{
-       VkStructureType                         sType;
-       void*                                           pNext;
-       VkPipelineStageFlags2KHR        checkpointExecutionStageMask;
-};
-
-struct VkCheckpointData2NV
-{
-       VkStructureType                         sType;
-       void*                                           pNext;
-       VkPipelineStageFlags2KHR        stage;
-       void*                                           pCheckpointMarker;
-};
-
-struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                shaderSubgroupUniformControlFlow;
-};
-
-struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                shaderZeroInitializeWorkgroupMemory;
-};
-
-struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                workgroupMemoryExplicitLayout;
-       VkBool32                workgroupMemoryExplicitLayoutScalarBlockLayout;
-       VkBool32                workgroupMemoryExplicitLayout8BitAccess;
-       VkBool32                workgroupMemoryExplicitLayout16BitAccess;
-};
-
-struct VkBufferCopy2KHR
-{
-       VkStructureType sType;
-       const void*             pNext;
-       VkDeviceSize    srcOffset;
-       VkDeviceSize    dstOffset;
-       VkDeviceSize    size;
-};
-
-struct VkCopyBufferInfo2KHR
-{
-       VkStructureType                 sType;
-       const void*                             pNext;
-       VkBuffer                                srcBuffer;
-       VkBuffer                                dstBuffer;
-       uint32_t                                regionCount;
-       const VkBufferCopy2KHR* pRegions;
-};
-
-struct VkImageCopy2KHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkImageSubresourceLayers        srcSubresource;
-       VkOffset3D                                      srcOffset;
-       VkImageSubresourceLayers        dstSubresource;
-       VkOffset3D                                      dstOffset;
-       VkExtent3D                                      extent;
-};
-
-struct VkCopyImageInfo2KHR
-{
-       VkStructureType                 sType;
-       const void*                             pNext;
-       VkImage                                 srcImage;
-       VkImageLayout                   srcImageLayout;
-       VkImage                                 dstImage;
-       VkImageLayout                   dstImageLayout;
-       uint32_t                                regionCount;
-       const VkImageCopy2KHR*  pRegions;
-};
-
-struct VkBufferImageCopy2KHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkDeviceSize                            bufferOffset;
-       uint32_t                                        bufferRowLength;
-       uint32_t                                        bufferImageHeight;
-       VkImageSubresourceLayers        imageSubresource;
-       VkOffset3D                                      imageOffset;
-       VkExtent3D                                      imageExtent;
-};
-
-struct VkCopyBufferToImageInfo2KHR
-{
-       VkStructureType                                 sType;
-       const void*                                             pNext;
-       VkBuffer                                                srcBuffer;
-       VkImage                                                 dstImage;
-       VkImageLayout                                   dstImageLayout;
-       uint32_t                                                regionCount;
-       const VkBufferImageCopy2KHR*    pRegions;
-};
-
-struct VkCopyImageToBufferInfo2KHR
-{
-       VkStructureType                                 sType;
-       const void*                                             pNext;
-       VkImage                                                 srcImage;
-       VkImageLayout                                   srcImageLayout;
-       VkBuffer                                                dstBuffer;
-       uint32_t                                                regionCount;
-       const VkBufferImageCopy2KHR*    pRegions;
+       void*                   pData;
 };
 
-struct VkImageBlit2KHR
+struct VkPipelineLibraryCreateInfoKHR
 {
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkImageSubresourceLayers        srcSubresource;
-       VkOffset3D                                      srcOffsets[2];
-       VkImageSubresourceLayers        dstSubresource;
-       VkOffset3D                                      dstOffsets[2];
+       VkStructureType         sType;
+       const void*                     pNext;
+       uint32_t                        libraryCount;
+       const VkPipeline*       pLibraries;
 };
 
-struct VkBlitImageInfo2KHR
+struct VkPresentIdKHR
 {
-       VkStructureType                 sType;
-       const void*                             pNext;
-       VkImage                                 srcImage;
-       VkImageLayout                   srcImageLayout;
-       VkImage                                 dstImage;
-       VkImageLayout                   dstImageLayout;
-       uint32_t                                regionCount;
-       const VkImageBlit2KHR*  pRegions;
-       VkFilter                                filter;
+       VkStructureType sType;
+       const void*             pNext;
+       uint32_t                swapchainCount;
+       const uint64_t* pPresentIds;
 };
 
-struct VkImageResolve2KHR
+struct VkPhysicalDevicePresentIdFeaturesKHR
 {
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       VkImageSubresourceLayers        srcSubresource;
-       VkOffset3D                                      srcOffset;
-       VkImageSubresourceLayers        dstSubresource;
-       VkOffset3D                                      dstOffset;
-       VkExtent3D                                      extent;
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                presentId;
 };
 
-struct VkResolveImageInfo2KHR
+struct VkQueueFamilyCheckpointProperties2NV
 {
        VkStructureType                         sType;
-       const void*                                     pNext;
-       VkImage                                         srcImage;
-       VkImageLayout                           srcImageLayout;
-       VkImage                                         dstImage;
-       VkImageLayout                           dstImageLayout;
-       uint32_t                                        regionCount;
-       const VkImageResolve2KHR*       pRegions;
+       void*                                           pNext;
+       VkPipelineStageFlags2KHR        checkpointExecutionStageMask;
 };
 
-struct VkFormatPropertiesExtendedKHR
+struct VkCheckpointData2NV
 {
        VkStructureType                         sType;
        void*                                           pNext;
-       VkFormatFeatureFlags2KHR        linearTilingFeatures;
-       VkFormatFeatureFlags2KHR        optimalTilingFeatures;
-       VkFormatFeatureFlags2KHR        bufferFeatures;
+       VkPipelineStageFlags2KHR        stage;
+       void*                                           pCheckpointMarker;
 };
 
-struct VkPhysicalDeviceMaintenance4FeaturesKHR
+struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR
 {
        VkStructureType sType;
        void*                   pNext;
-       VkBool32                maintenance4;
+       VkBool32                shaderSubgroupUniformControlFlow;
 };
 
-struct VkPhysicalDeviceMaintenance4PropertiesKHR
+struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR
 {
        VkStructureType sType;
        void*                   pNext;
-       VkDeviceSize    maxBufferSize;
-};
-
-struct VkDeviceBufferMemoryRequirementsKHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       const VkBufferCreateInfo*       pCreateInfo;
-};
-
-struct VkDeviceImageMemoryRequirementsKHR
-{
-       VkStructureType                         sType;
-       const void*                                     pNext;
-       const VkImageCreateInfo*        pCreateInfo;
-       VkImageAspectFlagBits           planeAspect;
+       VkBool32                workgroupMemoryExplicitLayout;
+       VkBool32                workgroupMemoryExplicitLayoutScalarBlockLayout;
+       VkBool32                workgroupMemoryExplicitLayout8BitAccess;
+       VkBool32                workgroupMemoryExplicitLayout16BitAccess;
 };
 
 struct VkDebugReportCallbackCreateInfoEXT
@@ -3568,13 +3784,6 @@ struct VkValidationFlagsEXT
        const VkValidationCheckEXT*     pDisabledValidationChecks;
 };
 
-struct VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                textureCompressionASTC_HDR;
-};
-
 struct VkImageViewASTCDecodeModeEXT
 {
        VkStructureType sType;
@@ -3856,40 +4065,6 @@ struct VkDebugUtilsObjectTagInfoEXT
        const void*             pTag;
 };
 
-struct VkPhysicalDeviceInlineUniformBlockFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                inlineUniformBlock;
-       VkBool32                descriptorBindingInlineUniformBlockUpdateAfterBind;
-};
-
-struct VkPhysicalDeviceInlineUniformBlockPropertiesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       uint32_t                maxInlineUniformBlockSize;
-       uint32_t                maxPerStageDescriptorInlineUniformBlocks;
-       uint32_t                maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
-       uint32_t                maxDescriptorSetInlineUniformBlocks;
-       uint32_t                maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
-};
-
-struct VkWriteDescriptorSetInlineUniformBlockEXT
-{
-       VkStructureType sType;
-       const void*             pNext;
-       uint32_t                dataSize;
-       const void*             pData;
-};
-
-struct VkDescriptorPoolInlineUniformBlockCreateInfoEXT
-{
-       VkStructureType sType;
-       const void*             pNext;
-       uint32_t                maxInlineUniformBlockBindings;
-};
-
 struct VkSampleLocationEXT
 {
        float   x;
@@ -4066,6 +4241,21 @@ struct VkImageDrmFormatModifierPropertiesEXT
        uint64_t                drmFormatModifier;
 };
 
+struct VkDrmFormatModifierProperties2EXT
+{
+       uint64_t                                        drmFormatModifier;
+       uint32_t                                        drmFormatModifierPlaneCount;
+       VkFormatFeatureFlags2KHR        drmFormatModifierTilingFeatures;
+};
+
+struct VkDrmFormatModifierPropertiesList2EXT
+{
+       VkStructureType                                         sType;
+       void*                                                           pNext;
+       uint32_t                                                        drmFormatModifierCount;
+       VkDrmFormatModifierProperties2EXT*      pDrmFormatModifierProperties;
+};
+
 struct VkValidationCacheCreateInfoEXT
 {
        VkStructureType                                 sType;
@@ -4419,21 +4609,6 @@ struct VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT
        VkBool32                vertexAttributeInstanceRateZeroDivisor;
 };
 
-struct VkPipelineCreationFeedbackEXT
-{
-       VkPipelineCreationFeedbackFlagsEXT      flags;
-       uint64_t                                                        duration;
-};
-
-struct VkPipelineCreationFeedbackCreateInfoEXT
-{
-       VkStructureType                                 sType;
-       const void*                                             pNext;
-       VkPipelineCreationFeedbackEXT*  pPipelineCreationFeedback;
-       uint32_t                                                pipelineStageCreationFeedbackCount;
-       VkPipelineCreationFeedbackEXT*  pPipelineStageCreationFeedbacks;
-};
-
 struct VkPhysicalDeviceComputeShaderDerivativesFeaturesNV
 {
        VkStructureType sType;
@@ -4634,31 +4809,6 @@ struct VkRenderPassFragmentDensityMapCreateInfoEXT
        VkAttachmentReference   fragmentDensityMapAttachment;
 };
 
-struct VkPhysicalDeviceSubgroupSizeControlFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                subgroupSizeControl;
-       VkBool32                computeFullSubgroups;
-};
-
-struct VkPhysicalDeviceSubgroupSizeControlPropertiesEXT
-{
-       VkStructureType         sType;
-       void*                           pNext;
-       uint32_t                        minSubgroupSize;
-       uint32_t                        maxSubgroupSize;
-       uint32_t                        maxComputeWorkgroupSubgroups;
-       VkShaderStageFlags      requiredSubgroupSizeStages;
-};
-
-struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       uint32_t                requiredSubgroupSize;
-};
-
 struct VkPhysicalDeviceShaderCoreProperties2AMD
 {
        VkStructureType                                 sType;
@@ -4727,17 +4877,6 @@ struct VkBufferDeviceAddressCreateInfoEXT
        VkDeviceAddress deviceAddress;
 };
 
-struct VkPhysicalDeviceToolPropertiesEXT
-{
-       VkStructureType                 sType;
-       void*                                   pNext;
-       char                                    name[VK_MAX_EXTENSION_NAME_SIZE];
-       char                                    version[VK_MAX_EXTENSION_NAME_SIZE];
-       VkToolPurposeFlagsEXT   purposes;
-       char                                    description[VK_MAX_DESCRIPTION_SIZE];
-       char                                    layer[VK_MAX_EXTENSION_NAME_SIZE];
-};
-
 struct VkValidationFeaturesEXT
 {
        VkStructureType                                                 sType;
@@ -4927,13 +5066,6 @@ struct VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT
        VkBool32                sparseImageFloat32AtomicMinMax;
 };
 
-struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                shaderDemoteToHelperInvocation;
-};
-
 struct VkPhysicalDeviceDeviceGeneratedCommandsPropertiesNV
 {
        VkStructureType sType;
@@ -5089,16 +5221,6 @@ struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT
        VkBool32                texelBufferAlignment;
 };
 
-struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkDeviceSize    storageTexelBufferOffsetAlignmentBytes;
-       VkBool32                storageTexelBufferOffsetSingleTexelAlignment;
-       VkDeviceSize    uniformTexelBufferOffsetAlignmentBytes;
-       VkBool32                uniformTexelBufferOffsetSingleTexelAlignment;
-};
-
 struct VkRenderPassTransformBeginInfoQCOM
 {
        VkStructureType                                 sType;
@@ -5183,34 +5305,6 @@ struct VkPhysicalDeviceCustomBorderColorFeaturesEXT
        VkBool32                customBorderColorWithoutFormat;
 };
 
-struct VkPhysicalDevicePrivateDataFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                privateData;
-};
-
-struct VkDevicePrivateDataCreateInfoEXT
-{
-       VkStructureType sType;
-       const void*             pNext;
-       uint32_t                privateDataSlotRequestCount;
-};
-
-struct VkPrivateDataSlotCreateInfoEXT
-{
-       VkStructureType                                 sType;
-       const void*                                             pNext;
-       VkPrivateDataSlotCreateFlagsEXT flags;
-};
-
-struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                pipelineCreationCacheControl;
-};
-
 struct VkPhysicalDeviceDiagnosticsConfigFeaturesNV
 {
        VkStructureType sType;
@@ -5366,13 +5460,6 @@ struct VkCopyCommandTransformInfoQCOM
        VkSurfaceTransformFlagBitsKHR   transform;
 };
 
-struct VkPhysicalDeviceImageRobustnessFeaturesEXT
-{
-       VkStructureType sType;
-       void*                   pNext;
-       VkBool32                robustImageAccess;
-};
-
 struct VkPhysicalDevice4444FormatsFeaturesEXT
 {
        VkStructureType sType;
@@ -5441,6 +5528,14 @@ struct VkPhysicalDeviceDrmPropertiesEXT
        int64_t                 renderMinor;
 };
 
+struct VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                primitiveTopologyListRestart;
+       VkBool32                primitiveTopologyPatchListRestart;
+};
+
 struct VkSubpassShadingPipelineCreateInfoHUAWEI
 {
        VkStructureType sType;
@@ -5551,6 +5646,13 @@ struct VkMultiDrawIndexedInfoEXT
        int32_t         vertexOffset;
 };
 
+struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
+{
+       VkStructureType sType;
+       void*                   pNext;
+       VkBool32                pageableDeviceLocalMemory;
+};
+
 union VkDeviceOrHostAddressKHR
 {
        VkDeviceAddress deviceAddress;
@@ -7393,6 +7495,108 @@ typedef VkMemoryOpaqueCaptureAddressAllocateInfo VkMemoryOpaqueCaptureAddressAll
 
 typedef VkDeviceMemoryOpaqueCaptureAddressInfo VkDeviceMemoryOpaqueCaptureAddressInfoKHR;
 
+typedef VkPipelineCreationFeedback VkPipelineCreationFeedbackEXT;
+
+typedef VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackCreateInfoEXT;
+
+typedef VkPhysicalDeviceShaderTerminateInvocationFeatures VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR;
+
+typedef VkPhysicalDeviceToolProperties VkPhysicalDeviceToolPropertiesEXT;
+
+typedef VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT;
+
+typedef VkPhysicalDevicePrivateDataFeatures VkPhysicalDevicePrivateDataFeaturesEXT;
+
+typedef VkDevicePrivateDataCreateInfo VkDevicePrivateDataCreateInfoEXT;
+
+typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT;
+
+typedef VkPhysicalDevicePipelineCreationCacheControlFeatures VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT;
+
+typedef VkMemoryBarrier2 VkMemoryBarrier2KHR;
+
+typedef VkBufferMemoryBarrier2 VkBufferMemoryBarrier2KHR;
+
+typedef VkImageMemoryBarrier2 VkImageMemoryBarrier2KHR;
+
+typedef VkDependencyInfo VkDependencyInfoKHR;
+
+typedef VkSemaphoreSubmitInfo VkSemaphoreSubmitInfoKHR;
+
+typedef VkCommandBufferSubmitInfo VkCommandBufferSubmitInfoKHR;
+
+typedef VkSubmitInfo2 VkSubmitInfo2KHR;
+
+typedef VkPhysicalDeviceSynchronization2Features VkPhysicalDeviceSynchronization2FeaturesKHR;
+
+typedef VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR;
+
+typedef VkPhysicalDeviceImageRobustnessFeatures VkPhysicalDeviceImageRobustnessFeaturesEXT;
+
+typedef VkBufferCopy2 VkBufferCopy2KHR;
+
+typedef VkCopyBufferInfo2 VkCopyBufferInfo2KHR;
+
+typedef VkImageCopy2 VkImageCopy2KHR;
+
+typedef VkCopyImageInfo2 VkCopyImageInfo2KHR;
+
+typedef VkBufferImageCopy2 VkBufferImageCopy2KHR;
+
+typedef VkCopyBufferToImageInfo2 VkCopyBufferToImageInfo2KHR;
+
+typedef VkCopyImageToBufferInfo2 VkCopyImageToBufferInfo2KHR;
+
+typedef VkImageBlit2 VkImageBlit2KHR;
+
+typedef VkBlitImageInfo2 VkBlitImageInfo2KHR;
+
+typedef VkImageResolve2 VkImageResolve2KHR;
+
+typedef VkResolveImageInfo2 VkResolveImageInfo2KHR;
+
+typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
+
+typedef VkPhysicalDeviceSubgroupSizeControlProperties VkPhysicalDeviceSubgroupSizeControlPropertiesEXT;
+
+typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
+
+typedef VkPhysicalDeviceInlineUniformBlockFeatures VkPhysicalDeviceInlineUniformBlockFeaturesEXT;
+
+typedef VkPhysicalDeviceInlineUniformBlockProperties VkPhysicalDeviceInlineUniformBlockPropertiesEXT;
+
+typedef VkWriteDescriptorSetInlineUniformBlock VkWriteDescriptorSetInlineUniformBlockEXT;
+
+typedef VkDescriptorPoolInlineUniformBlockCreateInfo VkDescriptorPoolInlineUniformBlockCreateInfoEXT;
+
+typedef VkPhysicalDeviceTextureCompressionASTCHDRFeatures VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT;
+
+typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;
+
+typedef VkRenderingInfo VkRenderingInfoKHR;
+
+typedef VkPipelineRenderingCreateInfo VkPipelineRenderingCreateInfoKHR;
+
+typedef VkPhysicalDeviceDynamicRenderingFeatures VkPhysicalDeviceDynamicRenderingFeaturesKHR;
+
+typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR;
+
+typedef VkPhysicalDeviceShaderIntegerDotProductFeatures VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR;
+
+typedef VkPhysicalDeviceShaderIntegerDotProductProperties VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR;
+
+typedef VkPhysicalDeviceTexelBufferAlignmentProperties VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT;
+
+typedef VkFormatProperties3 VkFormatProperties3KHR;
+
+typedef VkPhysicalDeviceMaintenance4Features VkPhysicalDeviceMaintenance4FeaturesKHR;
+
+typedef VkPhysicalDeviceMaintenance4Properties VkPhysicalDeviceMaintenance4PropertiesKHR;
+
+typedef VkDeviceBufferMemoryRequirements VkDeviceBufferMemoryRequirementsKHR;
+
+typedef VkDeviceImageMemoryRequirements VkDeviceImageMemoryRequirementsKHR;
+
 typedef VkAttachmentSampleCountInfoAMD VkAttachmentSampleCountInfoNV;
 
 typedef VkTransformMatrixKHR VkTransformMatrixNV;
index ed5a8a2..f6f31dc 100644 (file)
@@ -31,6 +31,31 @@ void getCoreDeviceExtensionsImpl (uint32_t coreVersion, ::std::vector<const char
                dst.push_back("VK_EXT_separate_stencil_usage");
                dst.push_back("VK_EXT_host_query_reset");
        }
+       if (coreVersion >= VK_API_VERSION_1_3)
+       {
+               dst.push_back("VK_KHR_dynamic_rendering");
+               dst.push_back("VK_KHR_shader_terminate_invocation");
+               dst.push_back("VK_KHR_shader_integer_dot_product");
+               dst.push_back("VK_KHR_shader_non_semantic_info");
+               dst.push_back("VK_KHR_synchronization2");
+               dst.push_back("VK_KHR_zero_initialize_workgroup_memory");
+               dst.push_back("VK_KHR_copy_commands2");
+               dst.push_back("VK_KHR_format_feature_flags2");
+               dst.push_back("VK_KHR_maintenance4");
+               dst.push_back("VK_EXT_texture_compression_astc_hdr");
+               dst.push_back("VK_EXT_inline_uniform_block");
+               dst.push_back("VK_EXT_pipeline_creation_feedback");
+               dst.push_back("VK_EXT_subgroup_size_control");
+               dst.push_back("VK_EXT_tooling_info");
+               dst.push_back("VK_EXT_extended_dynamic_state");
+               dst.push_back("VK_EXT_shader_demote_to_helper_invocation");
+               dst.push_back("VK_EXT_texel_buffer_alignment");
+               dst.push_back("VK_EXT_private_data");
+               dst.push_back("VK_EXT_pipeline_creation_cache_control");
+               dst.push_back("VK_EXT_ycbcr_2plane_444_formats");
+               dst.push_back("VK_EXT_image_robustness");
+               dst.push_back("VK_EXT_4444_formats");
+       }
        if (coreVersion >= VK_API_VERSION_1_1)
        {
                dst.push_back("VK_KHR_multiview");
index acae025..f7fe3f2 100644 (file)
@@ -408,6 +408,14 @@ inline VkConformanceVersion makeConformanceVersion (uint8_t major, uint8_t minor
        return res;
 }
 
+inline VkPipelineCreationFeedback makePipelineCreationFeedback (VkPipelineCreationFeedbackFlags flags, uint64_t duration)
+{
+       VkPipelineCreationFeedback res;
+       res.flags               = flags;
+       res.duration    = duration;
+       return res;
+}
+
 inline VkSurfaceFormatKHR makeSurfaceFormatKHR (VkFormat format, VkColorSpaceKHR colorSpace)
 {
        VkSurfaceFormatKHR res;
@@ -512,6 +520,15 @@ inline VkDrmFormatModifierPropertiesEXT makeDrmFormatModifierPropertiesEXT (uint
        return res;
 }
 
+inline VkDrmFormatModifierProperties2EXT makeDrmFormatModifierProperties2EXT (uint64_t drmFormatModifier, uint32_t drmFormatModifierPlaneCount, VkFormatFeatureFlags2KHR drmFormatModifierTilingFeatures)
+{
+       VkDrmFormatModifierProperties2EXT res;
+       res.drmFormatModifier                           = drmFormatModifier;
+       res.drmFormatModifierPlaneCount         = drmFormatModifierPlaneCount;
+       res.drmFormatModifierTilingFeatures     = drmFormatModifierTilingFeatures;
+       return res;
+}
+
 inline VkShadingRatePaletteNV makeShadingRatePaletteNV (uint32_t shadingRatePaletteEntryCount, const VkShadingRatePaletteEntryNV* pShadingRatePaletteEntries)
 {
        VkShadingRatePaletteNV res;
@@ -559,14 +576,6 @@ inline VkVertexInputBindingDivisorDescriptionEXT makeVertexInputBindingDivisorDe
        return res;
 }
 
-inline VkPipelineCreationFeedbackEXT makePipelineCreationFeedbackEXT (VkPipelineCreationFeedbackFlagsEXT flags, uint64_t duration)
-{
-       VkPipelineCreationFeedbackEXT res;
-       res.flags               = flags;
-       res.duration    = duration;
-       return res;
-}
-
 inline VkDrawMeshTasksIndirectCommandNV makeDrawMeshTasksIndirectCommandNV (uint32_t taskCount, uint32_t firstTask)
 {
        VkDrawMeshTasksIndirectCommandNV res;
index d04bc54..a948e4a 100644 (file)
@@ -151,6 +151,42 @@ virtual VkResult                   signalSemaphore                                                                 (VkDevice device, const VkSemaphoreSi
 virtual VkDeviceAddress                getBufferDeviceAddress                                                  (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const = 0;
 virtual uint64_t                       getBufferOpaqueCaptureAddress                                   (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const = 0;
 virtual uint64_t                       getDeviceMemoryOpaqueCaptureAddress                             (VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressInfo* pInfo) const = 0;
+virtual VkResult                       createPrivateDataSlot                                                   (VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot) const = 0;
+virtual void                           destroyPrivateDataSlot                                                  (VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator) const = 0;
+virtual VkResult                       setPrivateData                                                                  (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data) const = 0;
+virtual void                           getPrivateData                                                                  (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData) const = 0;
+virtual void                           cmdSetEvent2                                                                    (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const = 0;
+virtual void                           cmdResetEvent2                                                                  (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask) const = 0;
+virtual void                           cmdWaitEvents2                                                                  (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfos) const = 0;
+virtual void                           cmdPipelineBarrier2                                                             (VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) const = 0;
+virtual void                           cmdWriteTimestamp2                                                              (VkCommandBuffer commandBuffer, VkPipelineStageFlags2 stage, VkQueryPool queryPool, uint32_t query) const = 0;
+virtual VkResult                       queueSubmit2                                                                    (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2* pSubmits, VkFence fence) const = 0;
+virtual void                           cmdCopyBuffer2                                                                  (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo) const = 0;
+virtual void                           cmdCopyImage2                                                                   (VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo) const = 0;
+virtual void                           cmdCopyBufferToImage2                                                   (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo) const = 0;
+virtual void                           cmdCopyImageToBuffer2                                                   (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo) const = 0;
+virtual void                           cmdBlitImage2                                                                   (VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo) const = 0;
+virtual void                           cmdResolveImage2                                                                (VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo) const = 0;
+virtual void                           cmdBeginRendering                                                               (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const = 0;
+virtual void                           cmdEndRendering                                                                 (VkCommandBuffer commandBuffer) const = 0;
+virtual void                           cmdSetCullMode                                                                  (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const = 0;
+virtual void                           cmdSetFrontFace                                                                 (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const = 0;
+virtual void                           cmdSetPrimitiveTopology                                                 (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const = 0;
+virtual void                           cmdSetViewportWithCount                                                 (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const = 0;
+virtual void                           cmdSetScissorWithCount                                                  (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const = 0;
+virtual void                           cmdBindVertexBuffers2                                                   (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const = 0;
+virtual void                           cmdSetDepthTestEnable                                                   (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const = 0;
+virtual void                           cmdSetDepthWriteEnable                                                  (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const = 0;
+virtual void                           cmdSetDepthCompareOp                                                    (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const = 0;
+virtual void                           cmdSetDepthBoundsTestEnable                                             (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const = 0;
+virtual void                           cmdSetStencilTestEnable                                                 (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const = 0;
+virtual void                           cmdSetStencilOp                                                                 (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const = 0;
+virtual void                           cmdSetRasterizerDiscardEnable                                   (VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable) const = 0;
+virtual void                           cmdSetDepthBiasEnable                                                   (VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable) const = 0;
+virtual void                           cmdSetPrimitiveRestartEnable                                    (VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable) const = 0;
+virtual void                           getDeviceBufferMemoryRequirements                               (VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const = 0;
+virtual void                           getDeviceImageMemoryRequirements                                (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements) const = 0;
+virtual void                           getDeviceImageSparseMemoryRequirements                  (VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const = 0;
 virtual VkResult                       createSwapchainKHR                                                              (VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchain) const = 0;
 virtual void                           destroySwapchainKHR                                                             (VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pAllocator) const = 0;
 virtual VkResult                       getSwapchainImagesKHR                                                   (VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCount, VkImage* pSwapchainImages) const = 0;
@@ -160,8 +196,6 @@ virtual VkResult                    getDeviceGroupPresentCapabilitiesKHR                    (VkDevice device, VkDe
 virtual VkResult                       getDeviceGroupSurfacePresentModesKHR                    (VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPresentModeFlagsKHR* pModes) const = 0;
 virtual VkResult                       acquireNextImage2KHR                                                    (VkDevice device, const VkAcquireNextImageInfoKHR* pAcquireInfo, uint32_t* pImageIndex) const = 0;
 virtual VkResult                       createSharedSwapchainsKHR                                               (VkDevice device, uint32_t swapchainCount, const VkSwapchainCreateInfoKHR* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkSwapchainKHR* pSwapchains) const = 0;
-virtual void                           cmdBeginRenderingKHR                                                    (VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo) const = 0;
-virtual void                           cmdEndRenderingKHR                                                              (VkCommandBuffer commandBuffer) const = 0;
 virtual VkResult                       getMemoryFdKHR                                                                  (VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) const = 0;
 virtual VkResult                       getMemoryFdPropertiesKHR                                                (VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int fd, VkMemoryFdPropertiesKHR* pMemoryFdProperties) const = 0;
 virtual VkResult                       importSemaphoreFdKHR                                                    (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const = 0;
@@ -183,23 +217,8 @@ virtual VkResult                   deferredOperationJoinKHR                                                (VkDevice device, VkDeferredOpe
 virtual VkResult                       getPipelineExecutablePropertiesKHR                              (VkDevice device, const VkPipelineInfoKHR* pPipelineInfo, uint32_t* pExecutableCount, VkPipelineExecutablePropertiesKHR* pProperties) const = 0;
 virtual VkResult                       getPipelineExecutableStatisticsKHR                              (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pStatisticCount, VkPipelineExecutableStatisticKHR* pStatistics) const = 0;
 virtual VkResult                       getPipelineExecutableInternalRepresentationsKHR (VkDevice device, const VkPipelineExecutableInfoKHR* pExecutableInfo, uint32_t* pInternalRepresentationCount, VkPipelineExecutableInternalRepresentationKHR* pInternalRepresentations) const = 0;
-virtual void                           cmdSetEvent2KHR                                                                 (VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo) const = 0;
-virtual void                           cmdResetEvent2KHR                                                               (VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR stageMask) const = 0;
-virtual void                           cmdWaitEvents2KHR                                                               (VkCommandBuffer commandBuffer, uint32_t eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfos) const = 0;
-virtual void                           cmdPipelineBarrier2KHR                                                  (VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo) const = 0;
-virtual void                           cmdWriteTimestamp2KHR                                                   (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkQueryPool queryPool, uint32_t query) const = 0;
-virtual VkResult                       queueSubmit2KHR                                                                 (VkQueue queue, uint32_t submitCount, const VkSubmitInfo2KHR* pSubmits, VkFence fence) const = 0;
 virtual void                           cmdWriteBufferMarker2AMD                                                (VkCommandBuffer commandBuffer, VkPipelineStageFlags2KHR stage, VkBuffer dstBuffer, VkDeviceSize dstOffset, uint32_t marker) const = 0;
 virtual void                           getQueueCheckpointData2NV                                               (VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData) const = 0;
-virtual void                           cmdCopyBuffer2KHR                                                               (VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo) const = 0;
-virtual void                           cmdCopyImage2KHR                                                                (VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo) const = 0;
-virtual void                           cmdCopyBufferToImage2KHR                                                (VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo) const = 0;
-virtual void                           cmdCopyImageToBuffer2KHR                                                (VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo) const = 0;
-virtual void                           cmdBlitImage2KHR                                                                (VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo) const = 0;
-virtual void                           cmdResolveImage2KHR                                                             (VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo) const = 0;
-virtual void                           getDeviceBufferMemoryRequirementsKHR                    (VkDevice device, const VkDeviceBufferMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const = 0;
-virtual void                           getDeviceImageMemoryRequirementsKHR                             (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, VkMemoryRequirements2* pMemoryRequirements) const = 0;
-virtual void                           getDeviceImageSparseMemoryRequirementsKHR               (VkDevice device, const VkDeviceImageMemoryRequirementsKHR* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements) const = 0;
 virtual VkResult                       debugMarkerSetObjectTagEXT                                              (VkDevice device, const VkDebugMarkerObjectTagInfoEXT* pTagInfo) const = 0;
 virtual VkResult                       debugMarkerSetObjectNameEXT                                             (VkDevice device, const VkDebugMarkerObjectNameInfoEXT* pNameInfo) const = 0;
 virtual void                           cmdDebugMarkerBeginEXT                                                  (VkCommandBuffer commandBuffer, const VkDebugMarkerMarkerInfoEXT* pMarkerInfo) const = 0;
@@ -283,28 +302,12 @@ virtual VkResult                  getPerformanceParameterINTEL                                    (VkDevice device, VkPerforma
 virtual void                           setLocalDimmingAMD                                                              (VkDevice device, VkSwapchainKHR swapChain, VkBool32 localDimmingEnable) const = 0;
 virtual VkDeviceAddress                getBufferDeviceAddressEXT                                               (VkDevice device, const VkBufferDeviceAddressInfo* pInfo) const = 0;
 virtual void                           cmdSetLineStippleEXT                                                    (VkCommandBuffer commandBuffer, uint32_t lineStippleFactor, uint16_t lineStipplePattern) const = 0;
-virtual void                           cmdSetCullModeEXT                                                               (VkCommandBuffer commandBuffer, VkCullModeFlags cullMode) const = 0;
-virtual void                           cmdSetFrontFaceEXT                                                              (VkCommandBuffer commandBuffer, VkFrontFace frontFace) const = 0;
-virtual void                           cmdSetPrimitiveTopologyEXT                                              (VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology) const = 0;
-virtual void                           cmdSetViewportWithCountEXT                                              (VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports) const = 0;
-virtual void                           cmdSetScissorWithCountEXT                                               (VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors) const = 0;
-virtual void                           cmdBindVertexBuffers2EXT                                                (VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides) const = 0;
-virtual void                           cmdSetDepthTestEnableEXT                                                (VkCommandBuffer commandBuffer, VkBool32 depthTestEnable) const = 0;
-virtual void                           cmdSetDepthWriteEnableEXT                                               (VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable) const = 0;
-virtual void                           cmdSetDepthCompareOpEXT                                                 (VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp) const = 0;
-virtual void                           cmdSetDepthBoundsTestEnableEXT                                  (VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable) const = 0;
-virtual void                           cmdSetStencilTestEnableEXT                                              (VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable) const = 0;
-virtual void                           cmdSetStencilOpEXT                                                              (VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp) const = 0;
 virtual void                           getGeneratedCommandsMemoryRequirementsNV                (VkDevice device, const VkGeneratedCommandsMemoryRequirementsInfoNV* pInfo, VkMemoryRequirements2* pMemoryRequirements) const = 0;
 virtual void                           cmdPreprocessGeneratedCommandsNV                                (VkCommandBuffer commandBuffer, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo) const = 0;
 virtual void                           cmdExecuteGeneratedCommandsNV                                   (VkCommandBuffer commandBuffer, VkBool32 isPreprocessed, const VkGeneratedCommandsInfoNV* pGeneratedCommandsInfo) const = 0;
 virtual void                           cmdBindPipelineShaderGroupNV                                    (VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPipeline pipeline, uint32_t groupIndex) const = 0;
 virtual VkResult                       createIndirectCommandsLayoutNV                                  (VkDevice device, const VkIndirectCommandsLayoutCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkIndirectCommandsLayoutNV* pIndirectCommandsLayout) const = 0;
 virtual void                           destroyIndirectCommandsLayoutNV                                 (VkDevice device, VkIndirectCommandsLayoutNV indirectCommandsLayout, const VkAllocationCallbacks* pAllocator) const = 0;
-virtual VkResult                       createPrivateDataSlotEXT                                                (VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot) const = 0;
-virtual void                           destroyPrivateDataSlotEXT                                               (VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator) const = 0;
-virtual VkResult                       setPrivateDataEXT                                                               (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data) const = 0;
-virtual void                           getPrivateDataEXT                                                               (VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData) const = 0;
 virtual void                           cmdSetFragmentShadingRateEnumNV                                 (VkCommandBuffer commandBuffer, VkFragmentShadingRateNV shadingRate, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]) const = 0;
 virtual void                           cmdSetVertexInputEXT                                                    (VkCommandBuffer commandBuffer, uint32_t vertexBindingDescriptionCount, const VkVertexInputBindingDescription2EXT* pVertexBindingDescriptions, uint32_t vertexAttributeDescriptionCount, const VkVertexInputAttributeDescription2EXT* pVertexAttributeDescriptions) const = 0;
 virtual VkResult                       getDeviceSubpassShadingMaxWorkgroupSizeHUAWEI   (VkDevice device, VkRenderPass renderpass, VkExtent2D* pMaxWorkgroupSize) const = 0;
@@ -319,6 +322,7 @@ virtual void                                cmdSetPrimitiveRestartEnableEXT                                 (VkCommandBuffer commandBuff
 virtual void                           cmdSetColorWriteEnableEXT                                               (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const VkBool32* pColorWriteEnables) const = 0;
 virtual void                           cmdDrawMultiEXT                                                                 (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawInfoEXT* pVertexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride) const = 0;
 virtual void                           cmdDrawMultiIndexedEXT                                                  (VkCommandBuffer commandBuffer, uint32_t drawCount, const VkMultiDrawIndexedInfoEXT* pIndexInfo, uint32_t instanceCount, uint32_t firstInstance, uint32_t stride, const int32_t* pVertexOffset) const = 0;
+virtual void                           setDeviceMemoryPriorityEXT                                              (VkDevice device, VkDeviceMemory memory, float priority) const = 0;
 virtual VkResult                       createAccelerationStructureKHR                                  (VkDevice device, const VkAccelerationStructureCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkAccelerationStructureKHR* pAccelerationStructure) const = 0;
 virtual void                           destroyAccelerationStructureKHR                                 (VkDevice device, VkAccelerationStructureKHR accelerationStructure, const VkAllocationCallbacks* pAllocator) const = 0;
 virtual void                           cmdBuildAccelerationStructuresKHR                               (VkCommandBuffer commandBuffer, uint32_t infoCount, const VkAccelerationStructureBuildGeometryInfoKHR* pInfos, const VkAccelerationStructureBuildRangeInfoKHR* const* ppBuildRangeInfos) const = 0;
index 4082b60..5ecfa5f 100644 (file)
@@ -24,6 +24,7 @@ virtual void          getPhysicalDeviceSparseImageFormatProperties2                                   (VkPhysicalDevic
 virtual void           getPhysicalDeviceExternalBufferProperties                                               (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalBufferInfo* pExternalBufferInfo, VkExternalBufferProperties* pExternalBufferProperties) const = 0;
 virtual void           getPhysicalDeviceExternalFenceProperties                                                (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo* pExternalFenceInfo, VkExternalFenceProperties* pExternalFenceProperties) const = 0;
 virtual void           getPhysicalDeviceExternalSemaphoreProperties                                    (VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalSemaphoreInfo* pExternalSemaphoreInfo, VkExternalSemaphoreProperties* pExternalSemaphoreProperties) const = 0;
+virtual VkResult       getPhysicalDeviceToolProperties                                                                 (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties) const = 0;
 virtual void           destroySurfaceKHR                                                                                               (VkInstance instance, VkSurfaceKHR surface, const VkAllocationCallbacks* pAllocator) const = 0;
 virtual VkResult       getPhysicalDeviceSurfaceSupportKHR                                                              (VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const = 0;
 virtual VkResult       getPhysicalDeviceSurfaceCapabilitiesKHR                                                 (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, VkSurfaceCapabilitiesKHR* pSurfaceCapabilities) const = 0;
@@ -57,7 +58,6 @@ virtual void          destroyDebugUtilsMessengerEXT                                                                   (VkInstance instance, VkDebu
 virtual void           submitDebugUtilsMessageEXT                                                                              (VkInstance instance, VkDebugUtilsMessageSeverityFlagBitsEXT messageSeverity, VkDebugUtilsMessageTypeFlagsEXT messageTypes, const VkDebugUtilsMessengerCallbackDataEXT* pCallbackData) const = 0;
 virtual void           getPhysicalDeviceMultisamplePropertiesEXT                                               (VkPhysicalDevice physicalDevice, VkSampleCountFlagBits samples, VkMultisamplePropertiesEXT* pMultisampleProperties) const = 0;
 virtual VkResult       getPhysicalDeviceCalibrateableTimeDomainsEXT                                    (VkPhysicalDevice physicalDevice, uint32_t* pTimeDomainCount, VkTimeDomainEXT* pTimeDomains) const = 0;
-virtual VkResult       getPhysicalDeviceToolPropertiesEXT                                                              (VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties) const = 0;
 virtual VkResult       getPhysicalDeviceCooperativeMatrixPropertiesNV                                  (VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkCooperativeMatrixPropertiesNV* pProperties) const = 0;
 virtual VkResult       getPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV (VkPhysicalDevice physicalDevice, uint32_t* pCombinationCount, VkFramebufferMixedSamplesCombinationNV* pCombinations) const = 0;
 virtual VkResult       createHeadlessSurfaceEXT                                                                                (VkInstance instance, const VkHeadlessSurfaceCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSurfaceKHR* pSurface) const = 0;
index 9ae06bc..2949bf2 100644 (file)
@@ -976,7 +976,7 @@ extern "C" {
 #define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0
 
 // Version of this file
-#define VK_HEADER_VERSION 189
+#define VK_HEADER_VERSION 191
 
 // Complete version of this file
 #define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 2, VK_HEADER_VERSION)
@@ -1064,6 +1064,7 @@ typedef enum VkResult {
     VK_ERROR_INVALID_EXTERNAL_HANDLE = -1000072003,
     VK_ERROR_FRAGMENTATION = -1000161000,
     VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS = -1000257000,
+    VK_PIPELINE_COMPILE_REQUIRED = 1000297000,
     VK_ERROR_SURFACE_LOST_KHR = -1000000000,
     VK_ERROR_NATIVE_WINDOW_IN_USE_KHR = -1000000001,
     VK_SUBOPTIMAL_KHR = 1000001003,
@@ -1078,13 +1079,13 @@ typedef enum VkResult {
     VK_THREAD_DONE_KHR = 1000268001,
     VK_OPERATION_DEFERRED_KHR = 1000268002,
     VK_OPERATION_NOT_DEFERRED_KHR = 1000268003,
-    VK_PIPELINE_COMPILE_REQUIRED_EXT = 1000297000,
     VK_ERROR_OUT_OF_POOL_MEMORY_KHR = VK_ERROR_OUT_OF_POOL_MEMORY,
     VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR = VK_ERROR_INVALID_EXTERNAL_HANDLE,
     VK_ERROR_FRAGMENTATION_EXT = VK_ERROR_FRAGMENTATION,
     VK_ERROR_INVALID_DEVICE_ADDRESS_EXT = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
     VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
-    VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED_EXT,
+    VK_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
+    VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
     VK_RESULT_MAX_ENUM = 0x7FFFFFFF
 } VkResult;
 
@@ -1253,6 +1254,58 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO = 1000257002,
     VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO = 1000257003,
     VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO = 1000257004,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES = 53,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES = 54,
+    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO = 1000192000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES = 1000215000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES = 1000245000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES = 1000276000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES = 1000295000,
+    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO = 1000295001,
+    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO = 1000295002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES = 1000297000,
+    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2 = 1000314000,
+    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2 = 1000314001,
+    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2 = 1000314002,
+    VK_STRUCTURE_TYPE_DEPENDENCY_INFO = 1000314003,
+    VK_STRUCTURE_TYPE_SUBMIT_INFO_2 = 1000314004,
+    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO = 1000314005,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO = 1000314006,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES = 1000314007,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES = 1000325000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES = 1000335000,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2 = 1000337000,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2 = 1000337001,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2 = 1000337002,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2 = 1000337003,
+    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2 = 1000337004,
+    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2 = 1000337005,
+    VK_STRUCTURE_TYPE_BUFFER_COPY_2 = 1000337006,
+    VK_STRUCTURE_TYPE_IMAGE_COPY_2 = 1000337007,
+    VK_STRUCTURE_TYPE_IMAGE_BLIT_2 = 1000337008,
+    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2 = 1000337009,
+    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2 = 1000337010,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES = 1000225000,
+    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO = 1000225001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES = 1000225002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES = 1000138000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES = 1000138001,
+    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK = 1000138002,
+    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO = 1000138003,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES = 1000066000,
+    VK_STRUCTURE_TYPE_RENDERING_INFO = 1000044000,
+    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO = 1000044001,
+    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO = 1000044002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES = 1000044003,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO = 1000044004,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES = 1000280000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES = 1000280001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES = 1000281001,
+    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3 = 1000360000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES = 1000413000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES = 1000413001,
+    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS = 1000413002,
+    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS = 1000413003,
     VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR = 1000001000,
     VK_STRUCTURE_TYPE_PRESENT_INFO_KHR = 1000001001,
     VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR = 1000060007,
@@ -1388,11 +1441,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT = 1000040007,
 #endif
     VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD = 1000041000,
-    VK_STRUCTURE_TYPE_RENDERING_INFO_KHR = 1000044000,
-    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR = 1000044001,
-    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR = 1000044002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR = 1000044003,
-    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR = 1000044004,
     VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000044006,
     VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT = 1000044007,
     VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD = 1000044008,
@@ -1406,7 +1454,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV = 1000058000,
     VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT = 1000061000,
     VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN = 1000062000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT = 1000066000,
     VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT = 1000067000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT = 1000067001,
     VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073000,
@@ -1478,10 +1525,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129003,
     VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129004,
     VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID = 1000129005,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT = 1000138000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT = 1000138001,
-    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT = 1000138002,
-    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT = 1000138003,
+    VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID = 1000129006,
     VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT = 1000143000,
     VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT = 1000143001,
     VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT = 1000143002,
@@ -1520,6 +1564,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT = 1000158003,
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT = 1000158004,
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT = 1000158005,
+    VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT = 1000158006,
     VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160000,
     VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160001,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
@@ -1581,7 +1626,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT = 1000190001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT = 1000190002,
     VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP = 1000191000,
-    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT = 1000192000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV = 1000201000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV = 1000202000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV = 1000202001,
@@ -1602,14 +1646,10 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD = 1000213000,
     VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD = 1000213001,
     VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA = 1000214000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR = 1000215000,
     VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT = 1000217000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT = 1000218000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT = 1000218001,
     VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT = 1000218002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT = 1000225000,
-    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT = 1000225001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT = 1000225002,
     VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000226000,
     VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR = 1000226001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR = 1000226002,
@@ -1625,7 +1665,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV = 1000240000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT = 1000244000,
     VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT = 1000244002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT = 1000245000,
     VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT = 1000247000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR = 1000248000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV = 1000249000,
@@ -1656,7 +1695,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR = 1000269004,
     VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR = 1000269005,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT = 1000273000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT = 1000276000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV = 1000277000,
     VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV = 1000277001,
     VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV = 1000277002,
@@ -1667,10 +1705,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV = 1000277007,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV = 1000278000,
     VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV = 1000278001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR = 1000280000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR = 1000280001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT = 1000281000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT = 1000281001,
     VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM = 1000282000,
     VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM = 1000282001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT = 1000284000,
@@ -1684,10 +1719,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR = 1000290000,
     VK_STRUCTURE_TYPE_PRESENT_ID_KHR = 1000294000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR = 1000294001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT = 1000295000,
-    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT = 1000295001,
-    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT = 1000295002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT = 1000297000,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR = 1000299000,
 #endif
@@ -1696,18 +1727,9 @@ typedef enum VkStructureType {
 #endif
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV = 1000300000,
     VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV = 1000300001,
-    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR = 1000314000,
-    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR = 1000314001,
-    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR = 1000314002,
-    VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR = 1000314003,
-    VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR = 1000314004,
-    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR = 1000314005,
-    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR = 1000314006,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR = 1000314007,
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV = 1000314008,
     VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV = 1000314009,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR = 1000323000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR = 1000325000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV = 1000326000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV = 1000326001,
     VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV = 1000326002,
@@ -1718,19 +1740,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT = 1000332000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT = 1000332001,
     VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM = 1000333000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT = 1000335000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR = 1000336000,
-    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR = 1000337000,
-    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR = 1000337001,
-    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR = 1000337002,
-    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR = 1000337003,
-    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR = 1000337004,
-    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR = 1000337005,
-    VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR = 1000337006,
-    VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR = 1000337007,
-    VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR = 1000337008,
-    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR = 1000337009,
-    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR = 1000337010,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT = 1000340000,
     VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT = 1000346000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE = 1000351000,
@@ -1739,7 +1749,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT = 1000352001,
     VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT = 1000352002,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT = 1000353000,
-    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR = 1000360000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT = 1000356000,
     VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364000,
     VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA = 1000364001,
     VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364002,
@@ -1759,13 +1769,15 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT = 1000388001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = 1000413000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = 1000413001,
-    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR = 1000413002,
-    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR = 1000413003,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES,
     VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT,
+    VK_STRUCTURE_TYPE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_INFO,
+    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO,
+    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO,
     VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV = VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD,
     VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES,
@@ -1786,6 +1798,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO,
     VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO,
     VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES,
     VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO,
@@ -1828,6 +1841,10 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES,
     VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES,
+    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK,
+    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO,
     VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2,
     VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2,
     VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2,
@@ -1852,6 +1869,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES,
+    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES,
@@ -1864,12 +1882,17 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO,
     VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL = VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES,
+    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES,
     VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT,
     VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT,
     VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES,
     VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES,
@@ -1878,6 +1901,40 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO,
     VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES,
+    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES,
+    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR = VK_STRUCTURE_TYPE_DEPENDENCY_INFO,
+    VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR = VK_STRUCTURE_TYPE_SUBMIT_INFO_2,
+    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2,
+    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_IMAGE_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR = VK_STRUCTURE_TYPE_IMAGE_BLIT_2,
+    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR = VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2,
+    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES,
+    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS,
+    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS,
     VK_STRUCTURE_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkStructureType;
 
@@ -1897,6 +1954,8 @@ typedef enum VkImageLayout {
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL = 1000241001,
     VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL = 1000241002,
     VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL = 1000241003,
+    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL = 1000314000,
+    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL = 1000314001,
     VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR = 1000024000,
@@ -1919,8 +1978,6 @@ typedef enum VkImageLayout {
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR = 1000299002,
 #endif
-    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR = 1000314000,
-    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR = 1000314001,
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL,
     VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR,
@@ -1928,6 +1985,8 @@ typedef enum VkImageLayout {
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,
     VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL,
+    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL,
+    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_MAX_ENUM = 0x7FFFFFFF
 } VkImageLayout;
 
@@ -1960,6 +2019,7 @@ typedef enum VkObjectType {
     VK_OBJECT_TYPE_COMMAND_POOL = 25,
     VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION = 1000156000,
     VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE = 1000085000,
+    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT = 1000295000,
     VK_OBJECT_TYPE_SURFACE_KHR = 1000000000,
     VK_OBJECT_TYPE_SWAPCHAIN_KHR = 1000001000,
     VK_OBJECT_TYPE_DISPLAY_KHR = 1000002000,
@@ -1980,9 +2040,9 @@ typedef enum VkObjectType {
     VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL = 1000210000,
     VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR = 1000268000,
     VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV = 1000277000,
-    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT = 1000295000,
     VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR = VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE,
     VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR = VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION,
+    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT = VK_OBJECT_TYPE_PRIVATE_DATA_SLOT,
     VK_OBJECT_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkObjectType;
 
@@ -2235,6 +2295,26 @@ typedef enum VkFormat {
     VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM = 1000156031,
     VK_FORMAT_G16_B16R16_2PLANE_422_UNORM = 1000156032,
     VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM = 1000156033,
+    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM = 1000330000,
+    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 = 1000330001,
+    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 = 1000330002,
+    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM = 1000330003,
+    VK_FORMAT_A4R4G4B4_UNORM_PACK16 = 1000340000,
+    VK_FORMAT_A4B4G4R4_UNORM_PACK16 = 1000340001,
+    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK = 1000066000,
+    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK = 1000066001,
+    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK = 1000066002,
+    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK = 1000066003,
+    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK = 1000066004,
+    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK = 1000066005,
+    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK = 1000066006,
+    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK = 1000066007,
+    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK = 1000066008,
+    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK = 1000066009,
+    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK = 1000066010,
+    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK = 1000066011,
+    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK = 1000066012,
+    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK = 1000066013,
     VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG = 1000054000,
     VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG = 1000054001,
     VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG = 1000054002,
@@ -2243,26 +2323,20 @@ typedef enum VkFormat {
     VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG = 1000054005,
     VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG = 1000054006,
     VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG = 1000054007,
-    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT = 1000066000,
-    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT = 1000066001,
-    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT = 1000066002,
-    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT = 1000066003,
-    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT = 1000066004,
-    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT = 1000066005,
-    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT = 1000066006,
-    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT = 1000066007,
-    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT = 1000066008,
-    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT = 1000066009,
-    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT = 1000066010,
-    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT = 1000066011,
-    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT = 1000066012,
-    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT = 1000066013,
-    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT = 1000330000,
-    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT = 1000330001,
-    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT = 1000330002,
-    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT = 1000330003,
-    VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = 1000340000,
-    VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = 1000340001,
+    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK,
     VK_FORMAT_G8B8G8R8_422_UNORM_KHR = VK_FORMAT_G8B8G8R8_422_UNORM,
     VK_FORMAT_B8G8R8G8_422_UNORM_KHR = VK_FORMAT_B8G8R8G8_422_UNORM,
     VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM,
@@ -2297,6 +2371,12 @@ typedef enum VkFormat {
     VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM,
     VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16R16_2PLANE_422_UNORM,
     VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM,
+    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT = VK_FORMAT_G8_B8R8_2PLANE_444_UNORM,
+    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16,
+    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16,
+    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT = VK_FORMAT_G16_B16R16_2PLANE_444_UNORM,
+    VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = VK_FORMAT_A4R4G4B4_UNORM_PACK16,
+    VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = VK_FORMAT_A4B4G4R4_UNORM_PACK16,
     VK_FORMAT_MAX_ENUM = 0x7FFFFFFF
 } VkFormat;
 
@@ -2470,6 +2550,21 @@ typedef enum VkDynamicState {
     VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK = 6,
     VK_DYNAMIC_STATE_STENCIL_WRITE_MASK = 7,
     VK_DYNAMIC_STATE_STENCIL_REFERENCE = 8,
+    VK_DYNAMIC_STATE_CULL_MODE = 1000267000,
+    VK_DYNAMIC_STATE_FRONT_FACE = 1000267001,
+    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY = 1000267002,
+    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT = 1000267003,
+    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT = 1000267004,
+    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE = 1000267005,
+    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE = 1000267006,
+    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE = 1000267007,
+    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP = 1000267008,
+    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE = 1000267009,
+    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE = 1000267010,
+    VK_DYNAMIC_STATE_STENCIL_OP = 1000267011,
+    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE = 1000377001,
+    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE = 1000377002,
+    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE = 1000377004,
     VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV = 1000087000,
     VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT = 1000099000,
     VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000,
@@ -2479,25 +2574,25 @@ typedef enum VkDynamicState {
     VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV = 1000205001,
     VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR = 1000226000,
     VK_DYNAMIC_STATE_LINE_STIPPLE_EXT = 1000259000,
-    VK_DYNAMIC_STATE_CULL_MODE_EXT = 1000267000,
-    VK_DYNAMIC_STATE_FRONT_FACE_EXT = 1000267001,
-    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT = 1000267002,
-    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT = 1000267003,
-    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT = 1000267004,
-    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT = 1000267005,
-    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT = 1000267006,
-    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT = 1000267007,
-    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT = 1000267008,
-    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT = 1000267009,
-    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT = 1000267010,
-    VK_DYNAMIC_STATE_STENCIL_OP_EXT = 1000267011,
     VK_DYNAMIC_STATE_VERTEX_INPUT_EXT = 1000352000,
     VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT = 1000377000,
-    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT = 1000377001,
-    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT = 1000377002,
     VK_DYNAMIC_STATE_LOGIC_OP_EXT = 1000377003,
-    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT = 1000377004,
     VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT = 1000381000,
+    VK_DYNAMIC_STATE_CULL_MODE_EXT = VK_DYNAMIC_STATE_CULL_MODE,
+    VK_DYNAMIC_STATE_FRONT_FACE_EXT = VK_DYNAMIC_STATE_FRONT_FACE,
+    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT = VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY,
+    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT,
+    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT,
+    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE,
+    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP,
+    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE,
+    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE,
+    VK_DYNAMIC_STATE_STENCIL_OP_EXT = VK_DYNAMIC_STATE_STENCIL_OP,
+    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT = VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE,
+    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT = VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE,
     VK_DYNAMIC_STATE_MAX_ENUM = 0x7FFFFFFF
 } VkDynamicState;
 
@@ -2616,10 +2711,11 @@ typedef enum VkDescriptorType {
     VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC = 8,
     VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC = 9,
     VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT = 10,
-    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT = 1000138000,
+    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK = 1000138000,
     VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000,
     VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000,
     VK_DESCRIPTOR_TYPE_MUTABLE_VALVE = 1000351000,
+    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT = VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,
     VK_DESCRIPTOR_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkDescriptorType;
 
@@ -2634,8 +2730,10 @@ typedef enum VkAttachmentLoadOp {
 typedef enum VkAttachmentStoreOp {
     VK_ATTACHMENT_STORE_OP_STORE = 0,
     VK_ATTACHMENT_STORE_OP_DONT_CARE = 1,
-    VK_ATTACHMENT_STORE_OP_NONE_EXT = 1000301000,
-    VK_ATTACHMENT_STORE_OP_NONE_QCOM = VK_ATTACHMENT_STORE_OP_NONE_EXT,
+    VK_ATTACHMENT_STORE_OP_NONE = 1000301000,
+    VK_ATTACHMENT_STORE_OP_NONE_KHR = VK_ATTACHMENT_STORE_OP_NONE,
+    VK_ATTACHMENT_STORE_OP_NONE_QCOM = VK_ATTACHMENT_STORE_OP_NONE,
+    VK_ATTACHMENT_STORE_OP_NONE_EXT = VK_ATTACHMENT_STORE_OP_NONE,
     VK_ATTACHMENT_STORE_OP_MAX_ENUM = 0x7FFFFFFF
 } VkAttachmentStoreOp;
 
@@ -2687,6 +2785,7 @@ typedef enum VkAccessFlagBits {
     VK_ACCESS_HOST_WRITE_BIT = 0x00004000,
     VK_ACCESS_MEMORY_READ_BIT = 0x00008000,
     VK_ACCESS_MEMORY_WRITE_BIT = 0x00010000,
+    VK_ACCESS_NONE = 0,
     VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000,
     VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000,
     VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000,
@@ -2698,10 +2797,10 @@ typedef enum VkAccessFlagBits {
     VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000,
     VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000,
     VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000,
-    VK_ACCESS_NONE_KHR = 0,
     VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV = VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR,
     VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR,
     VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR,
+    VK_ACCESS_NONE_KHR = VK_ACCESS_NONE,
     VK_ACCESS_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkAccessFlagBits;
 typedef VkFlags VkAccessFlags;
@@ -2917,6 +3016,7 @@ typedef enum VkPipelineStageFlagBits {
     VK_PIPELINE_STAGE_HOST_BIT = 0x00004000,
     VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000,
     VK_PIPELINE_STAGE_ALL_COMMANDS_BIT = 0x00010000,
+    VK_PIPELINE_STAGE_NONE = 0,
     VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000,
     VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000,
     VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000,
@@ -2926,10 +3026,10 @@ typedef enum VkPipelineStageFlagBits {
     VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000,
     VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000,
     VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV = 0x00020000,
-    VK_PIPELINE_STAGE_NONE_KHR = 0,
     VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV = VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR,
     VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV = VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR,
     VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV = VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR,
+    VK_PIPELINE_STAGE_NONE_KHR = VK_PIPELINE_STAGE_NONE,
     VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineStageFlagBits;
 typedef VkFlags VkPipelineStageFlags;
@@ -2957,7 +3057,8 @@ typedef VkFlags VkFenceCreateFlags;
 typedef VkFlags VkSemaphoreCreateFlags;
 
 typedef enum VkEventCreateFlagBits {
-    VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR = 0x00000001,
+    VK_EVENT_CREATE_DEVICE_ONLY_BIT = 0x00000001,
+    VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR = VK_EVENT_CREATE_DEVICE_ONLY_BIT,
     VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkEventCreateFlagBits;
 typedef VkFlags VkEventCreateFlags;
@@ -3046,14 +3147,11 @@ typedef enum VkImageViewCreateFlagBits {
     VK_IMAGE_VIEW_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkImageViewCreateFlagBits;
 typedef VkFlags VkImageViewCreateFlags;
-
-typedef enum VkShaderModuleCreateFlagBits {
-    VK_SHADER_MODULE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
-} VkShaderModuleCreateFlagBits;
 typedef VkFlags VkShaderModuleCreateFlags;
 
 typedef enum VkPipelineCacheCreateFlagBits {
-    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT = 0x00000001,
+    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT = 0x00000001,
+    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT,
     VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineCacheCreateFlagBits;
 typedef VkFlags VkPipelineCacheCreateFlags;
@@ -3073,6 +3171,8 @@ typedef enum VkPipelineCreateFlagBits {
     VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004,
     VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT = 0x00000008,
     VK_PIPELINE_CREATE_DISPATCH_BASE_BIT = 0x00000010,
+    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT = 0x00000100,
+    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT = 0x00000200,
     VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00200000,
     VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = 0x00400000,
     VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR = 0x00004000,
@@ -3087,19 +3187,21 @@ typedef enum VkPipelineCreateFlagBits {
     VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR = 0x00000080,
     VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV = 0x00040000,
     VK_PIPELINE_CREATE_LIBRARY_BIT_KHR = 0x00000800,
-    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT = 0x00000100,
-    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT = 0x00000200,
     VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV = 0x00100000,
     VK_PIPELINE_CREATE_DISPATCH_BASE = VK_PIPELINE_CREATE_DISPATCH_BASE_BIT,
     VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR = VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT,
     VK_PIPELINE_CREATE_DISPATCH_BASE_KHR = VK_PIPELINE_CREATE_DISPATCH_BASE,
+    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT,
+    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT = VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT,
     VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineCreateFlagBits;
 typedef VkFlags VkPipelineCreateFlags;
 
 typedef enum VkPipelineShaderStageCreateFlagBits {
-    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = 0x00000001,
-    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = 0x00000002,
+    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT = 0x00000001,
+    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT = 0x00000002,
+    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT,
+    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT,
     VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineShaderStageCreateFlagBits;
 typedef VkFlags VkPipelineShaderStageCreateFlags;
@@ -6929,6 +7031,1040 @@ VKAPI_ATTR deUint64 VKAPI_CALL vkGetDeviceMemoryOpaqueCaptureAddress(
 #endif
 
 
+#define VK_VERSION_1_3 1
+// Vulkan 1.3 version number
+#define VK_API_VERSION_1_3 VK_MAKE_API_VERSION(0, 1, 3, 0)// Patch version should always be set to 0
+
+typedef deUint64 VkFlags64;
+VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPrivateDataSlot)
+
+typedef enum VkPipelineCreationFeedbackFlagBits {
+    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT = 0x00000001,
+    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT = 0x00000002,
+    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT = 0x00000004,
+    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkPipelineCreationFeedbackFlagBits;
+typedef VkFlags VkPipelineCreationFeedbackFlags;
+
+typedef enum VkToolPurposeFlagBits {
+    VK_TOOL_PURPOSE_VALIDATION_BIT = 0x00000001,
+    VK_TOOL_PURPOSE_PROFILING_BIT = 0x00000002,
+    VK_TOOL_PURPOSE_TRACING_BIT = 0x00000004,
+    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT = 0x00000008,
+    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT = 0x00000010,
+    VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 0x00000020,
+    VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 0x00000040,
+    VK_TOOL_PURPOSE_VALIDATION_BIT_EXT = VK_TOOL_PURPOSE_VALIDATION_BIT,
+    VK_TOOL_PURPOSE_PROFILING_BIT_EXT = VK_TOOL_PURPOSE_PROFILING_BIT,
+    VK_TOOL_PURPOSE_TRACING_BIT_EXT = VK_TOOL_PURPOSE_TRACING_BIT,
+    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT,
+    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT,
+    VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkToolPurposeFlagBits;
+typedef VkFlags VkToolPurposeFlags;
+
+typedef enum VkPrivateDataSlotCreateFlagBits {
+    VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkPrivateDataSlotCreateFlagBits;
+typedef VkFlags VkPrivateDataSlotCreateFlags;
+typedef VkFlags64 VkPipelineStageFlags2;
+
+// Flag bits for VkPipelineStageFlagBits2
+typedef VkFlags64 VkPipelineStageFlagBits2;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE_KHR = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT_KHR = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT_KHR = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT = 0x4000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = 0x4000000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR = 0x04000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR = 0x08000000ULL;
+#endif
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV = 0x00020000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV = 0x00080000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV = 0x00100000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI = 0x8000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI = 0x10000000000ULL;
+
+typedef VkFlags64 VkAccessFlags2;
+
+// Flag bits for VkAccessFlagBits2
+typedef VkFlags64 VkAccessFlagBits2;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE_KHR = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT_KHR = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT_KHR = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT_KHR = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT_KHR = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT_KHR = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT_KHR = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT_KHR = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT_KHR = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT_KHR = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT = 0x400000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR = 0x400000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR = 0x800000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR = 0x1000000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR = 0x2000000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR = 0x4000000000ULL;
+#endif
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI = 0x8000000000ULL;
+
+
+typedef enum VkSubmitFlagBits {
+    VK_SUBMIT_PROTECTED_BIT = 0x00000001,
+    VK_SUBMIT_PROTECTED_BIT_KHR = VK_SUBMIT_PROTECTED_BIT,
+    VK_SUBMIT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkSubmitFlagBits;
+typedef VkFlags VkSubmitFlags;
+
+typedef enum VkRenderingFlagBits {
+    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT = 0x00000001,
+    VK_RENDERING_SUSPENDING_BIT = 0x00000002,
+    VK_RENDERING_RESUMING_BIT = 0x00000004,
+    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT,
+    VK_RENDERING_SUSPENDING_BIT_KHR = VK_RENDERING_SUSPENDING_BIT,
+    VK_RENDERING_RESUMING_BIT_KHR = VK_RENDERING_RESUMING_BIT,
+    VK_RENDERING_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkRenderingFlagBits;
+typedef VkFlags VkRenderingFlags;
+typedef VkFlags64 VkFormatFeatureFlags2;
+
+// Flag bits for VkFormatFeatureFlagBits2
+typedef VkFlags64 VkFormatFeatureFlagBits2;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT = 0x200000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = 0x200000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000ULL;
+#endif
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000ULL;
+#endif
+
+typedef struct VkPhysicalDeviceVulkan13Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           robustImageAccess;
+    VkBool32           inlineUniformBlock;
+    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
+    VkBool32           pipelineCreationCacheControl;
+    VkBool32           privateData;
+    VkBool32           shaderDemoteToHelperInvocation;
+    VkBool32           shaderTerminateInvocation;
+    VkBool32           subgroupSizeControl;
+    VkBool32           computeFullSubgroups;
+    VkBool32           synchronization2;
+    VkBool32           textureCompressionASTC_HDR;
+    VkBool32           shaderZeroInitializeWorkgroupMemory;
+    VkBool32           dynamicRendering;
+    VkBool32           shaderIntegerDotProduct;
+    VkBool32           maintenance4;
+} VkPhysicalDeviceVulkan13Features;
+
+typedef struct VkPhysicalDeviceVulkan13Properties {
+    VkStructureType       sType;
+    void*                 pNext;
+    deUint32              minSubgroupSize;
+    deUint32              maxSubgroupSize;
+    deUint32              maxComputeWorkgroupSubgroups;
+    VkShaderStageFlags    requiredSubgroupSizeStages;
+    deUint32              maxInlineUniformBlockSize;
+    deUint32              maxPerStageDescriptorInlineUniformBlocks;
+    deUint32              maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+    deUint32              maxDescriptorSetInlineUniformBlocks;
+    deUint32              maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+    deUint32              maxInlineUniformTotalSize;
+    VkBool32              integerDotProduct8BitUnsignedAccelerated;
+    VkBool32              integerDotProduct8BitSignedAccelerated;
+    VkBool32              integerDotProduct8BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedUnsignedAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedSignedAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+    VkBool32              integerDotProduct16BitUnsignedAccelerated;
+    VkBool32              integerDotProduct16BitSignedAccelerated;
+    VkBool32              integerDotProduct16BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct32BitUnsignedAccelerated;
+    VkBool32              integerDotProduct32BitSignedAccelerated;
+    VkBool32              integerDotProduct32BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct64BitUnsignedAccelerated;
+    VkBool32              integerDotProduct64BitSignedAccelerated;
+    VkBool32              integerDotProduct64BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+    VkDeviceSize          storageTexelBufferOffsetAlignmentBytes;
+    VkBool32              storageTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize          uniformTexelBufferOffsetAlignmentBytes;
+    VkBool32              uniformTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize          maxBufferSize;
+} VkPhysicalDeviceVulkan13Properties;
+
+typedef struct VkPipelineCreationFeedback {
+    VkPipelineCreationFeedbackFlags    flags;
+    deUint64                           duration;
+} VkPipelineCreationFeedback;
+
+typedef struct VkPipelineCreationFeedbackCreateInfo {
+    VkStructureType                sType;
+    const void*                    pNext;
+    VkPipelineCreationFeedback*    pPipelineCreationFeedback;
+    deUint32                       pipelineStageCreationFeedbackCount;
+    VkPipelineCreationFeedback*    pPipelineStageCreationFeedbacks;
+} VkPipelineCreationFeedbackCreateInfo;
+
+typedef struct VkPhysicalDeviceShaderTerminateInvocationFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderTerminateInvocation;
+} VkPhysicalDeviceShaderTerminateInvocationFeatures;
+
+typedef struct VkPhysicalDeviceToolProperties {
+    VkStructureType       sType;
+    void*                 pNext;
+    char                  name[VK_MAX_EXTENSION_NAME_SIZE];
+    char                  version[VK_MAX_EXTENSION_NAME_SIZE];
+    VkToolPurposeFlags    purposes;
+    char                  description[VK_MAX_DESCRIPTION_SIZE];
+    char                  layer[VK_MAX_EXTENSION_NAME_SIZE];
+} VkPhysicalDeviceToolProperties;
+
+typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderDemoteToHelperInvocation;
+} VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures;
+
+typedef struct VkPhysicalDevicePrivateDataFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           privateData;
+} VkPhysicalDevicePrivateDataFeatures;
+
+typedef struct VkDevicePrivateDataCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    deUint32           privateDataSlotRequestCount;
+} VkDevicePrivateDataCreateInfo;
+
+typedef struct VkPrivateDataSlotCreateInfo {
+    VkStructureType                 sType;
+    const void*                     pNext;
+    VkPrivateDataSlotCreateFlags    flags;
+} VkPrivateDataSlotCreateInfo;
+
+typedef struct VkPhysicalDevicePipelineCreationCacheControlFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           pipelineCreationCacheControl;
+} VkPhysicalDevicePipelineCreationCacheControlFeatures;
+
+typedef struct VkMemoryBarrier2 {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkPipelineStageFlags2    srcStageMask;
+    VkAccessFlags2           srcAccessMask;
+    VkPipelineStageFlags2    dstStageMask;
+    VkAccessFlags2           dstAccessMask;
+} VkMemoryBarrier2;
+
+typedef struct VkBufferMemoryBarrier2 {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkPipelineStageFlags2    srcStageMask;
+    VkAccessFlags2           srcAccessMask;
+    VkPipelineStageFlags2    dstStageMask;
+    VkAccessFlags2           dstAccessMask;
+    deUint32                 srcQueueFamilyIndex;
+    deUint32                 dstQueueFamilyIndex;
+    VkBuffer                 buffer;
+    VkDeviceSize             offset;
+    VkDeviceSize             size;
+} VkBufferMemoryBarrier2;
+
+typedef struct VkImageMemoryBarrier2 {
+    VkStructureType            sType;
+    const void*                pNext;
+    VkPipelineStageFlags2      srcStageMask;
+    VkAccessFlags2             srcAccessMask;
+    VkPipelineStageFlags2      dstStageMask;
+    VkAccessFlags2             dstAccessMask;
+    VkImageLayout              oldLayout;
+    VkImageLayout              newLayout;
+    deUint32                   srcQueueFamilyIndex;
+    deUint32                   dstQueueFamilyIndex;
+    VkImage                    image;
+    VkImageSubresourceRange    subresourceRange;
+} VkImageMemoryBarrier2;
+
+typedef struct VkDependencyInfo {
+    VkStructureType                  sType;
+    const void*                      pNext;
+    VkDependencyFlags                dependencyFlags;
+    deUint32                         memoryBarrierCount;
+    const VkMemoryBarrier2*          pMemoryBarriers;
+    deUint32                         bufferMemoryBarrierCount;
+    const VkBufferMemoryBarrier2*    pBufferMemoryBarriers;
+    deUint32                         imageMemoryBarrierCount;
+    const VkImageMemoryBarrier2*     pImageMemoryBarriers;
+} VkDependencyInfo;
+
+typedef struct VkSemaphoreSubmitInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkSemaphore              semaphore;
+    deUint64                 value;
+    VkPipelineStageFlags2    stageMask;
+    deUint32                 deviceIndex;
+} VkSemaphoreSubmitInfo;
+
+typedef struct VkCommandBufferSubmitInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    VkCommandBuffer    commandBuffer;
+    deUint32           deviceMask;
+} VkCommandBufferSubmitInfo;
+
+typedef struct VkSubmitInfo2 {
+    VkStructureType                     sType;
+    const void*                         pNext;
+    VkSubmitFlags                       flags;
+    deUint32                            waitSemaphoreInfoCount;
+    const VkSemaphoreSubmitInfo*        pWaitSemaphoreInfos;
+    deUint32                            commandBufferInfoCount;
+    const VkCommandBufferSubmitInfo*    pCommandBufferInfos;
+    deUint32                            signalSemaphoreInfoCount;
+    const VkSemaphoreSubmitInfo*        pSignalSemaphoreInfos;
+} VkSubmitInfo2;
+
+typedef struct VkPhysicalDeviceSynchronization2Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           synchronization2;
+} VkPhysicalDeviceSynchronization2Features;
+
+typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderZeroInitializeWorkgroupMemory;
+} VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures;
+
+typedef struct VkPhysicalDeviceImageRobustnessFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           robustImageAccess;
+} VkPhysicalDeviceImageRobustnessFeatures;
+
+typedef struct VkBufferCopy2 {
+    VkStructureType    sType;
+    const void*        pNext;
+    VkDeviceSize       srcOffset;
+    VkDeviceSize       dstOffset;
+    VkDeviceSize       size;
+} VkBufferCopy2;
+
+typedef struct VkCopyBufferInfo2 {
+    VkStructureType         sType;
+    const void*             pNext;
+    VkBuffer                srcBuffer;
+    VkBuffer                dstBuffer;
+    deUint32                regionCount;
+    const VkBufferCopy2*    pRegions;
+} VkCopyBufferInfo2;
+
+typedef struct VkImageCopy2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffset;
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffset;
+    VkExtent3D                  extent;
+} VkImageCopy2;
+
+typedef struct VkCopyImageInfo2 {
+    VkStructureType        sType;
+    const void*            pNext;
+    VkImage                srcImage;
+    VkImageLayout          srcImageLayout;
+    VkImage                dstImage;
+    VkImageLayout          dstImageLayout;
+    deUint32               regionCount;
+    const VkImageCopy2*    pRegions;
+} VkCopyImageInfo2;
+
+typedef struct VkBufferImageCopy2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkDeviceSize                bufferOffset;
+    deUint32                    bufferRowLength;
+    deUint32                    bufferImageHeight;
+    VkImageSubresourceLayers    imageSubresource;
+    VkOffset3D                  imageOffset;
+    VkExtent3D                  imageExtent;
+} VkBufferImageCopy2;
+
+typedef struct VkCopyBufferToImageInfo2 {
+    VkStructureType              sType;
+    const void*                  pNext;
+    VkBuffer                     srcBuffer;
+    VkImage                      dstImage;
+    VkImageLayout                dstImageLayout;
+    deUint32                     regionCount;
+    const VkBufferImageCopy2*    pRegions;
+} VkCopyBufferToImageInfo2;
+
+typedef struct VkCopyImageToBufferInfo2 {
+    VkStructureType              sType;
+    const void*                  pNext;
+    VkImage                      srcImage;
+    VkImageLayout                srcImageLayout;
+    VkBuffer                     dstBuffer;
+    deUint32                     regionCount;
+    const VkBufferImageCopy2*    pRegions;
+} VkCopyImageToBufferInfo2;
+
+typedef struct VkImageBlit2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffsets[2];
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffsets[2];
+} VkImageBlit2;
+
+typedef struct VkBlitImageInfo2 {
+    VkStructureType        sType;
+    const void*            pNext;
+    VkImage                srcImage;
+    VkImageLayout          srcImageLayout;
+    VkImage                dstImage;
+    VkImageLayout          dstImageLayout;
+    deUint32               regionCount;
+    const VkImageBlit2*    pRegions;
+    VkFilter               filter;
+} VkBlitImageInfo2;
+
+typedef struct VkImageResolve2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffset;
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffset;
+    VkExtent3D                  extent;
+} VkImageResolve2;
+
+typedef struct VkResolveImageInfo2 {
+    VkStructureType           sType;
+    const void*               pNext;
+    VkImage                   srcImage;
+    VkImageLayout             srcImageLayout;
+    VkImage                   dstImage;
+    VkImageLayout             dstImageLayout;
+    deUint32                  regionCount;
+    const VkImageResolve2*    pRegions;
+} VkResolveImageInfo2;
+
+typedef struct VkPhysicalDeviceSubgroupSizeControlFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           subgroupSizeControl;
+    VkBool32           computeFullSubgroups;
+} VkPhysicalDeviceSubgroupSizeControlFeatures;
+
+typedef struct VkPhysicalDeviceSubgroupSizeControlProperties {
+    VkStructureType       sType;
+    void*                 pNext;
+    deUint32              minSubgroupSize;
+    deUint32              maxSubgroupSize;
+    deUint32              maxComputeWorkgroupSubgroups;
+    VkShaderStageFlags    requiredSubgroupSizeStages;
+} VkPhysicalDeviceSubgroupSizeControlProperties;
+
+typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfo {
+    VkStructureType    sType;
+    void*              pNext;
+    deUint32           requiredSubgroupSize;
+} VkPipelineShaderStageRequiredSubgroupSizeCreateInfo;
+
+typedef struct VkPhysicalDeviceInlineUniformBlockFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           inlineUniformBlock;
+    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
+} VkPhysicalDeviceInlineUniformBlockFeatures;
+
+typedef struct VkPhysicalDeviceInlineUniformBlockProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    deUint32           maxInlineUniformBlockSize;
+    deUint32           maxPerStageDescriptorInlineUniformBlocks;
+    deUint32           maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+    deUint32           maxDescriptorSetInlineUniformBlocks;
+    deUint32           maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+} VkPhysicalDeviceInlineUniformBlockProperties;
+
+typedef struct VkWriteDescriptorSetInlineUniformBlock {
+    VkStructureType    sType;
+    const void*        pNext;
+    deUint32           dataSize;
+    const void*        pData;
+} VkWriteDescriptorSetInlineUniformBlock;
+
+typedef struct VkDescriptorPoolInlineUniformBlockCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    deUint32           maxInlineUniformBlockBindings;
+} VkDescriptorPoolInlineUniformBlockCreateInfo;
+
+typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           textureCompressionASTC_HDR;
+} VkPhysicalDeviceTextureCompressionASTCHDRFeatures;
+
+typedef struct VkRenderingAttachmentInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkImageView              imageView;
+    VkImageLayout            imageLayout;
+    VkResolveModeFlagBits    resolveMode;
+    VkImageView              resolveImageView;
+    VkImageLayout            resolveImageLayout;
+    VkAttachmentLoadOp       loadOp;
+    VkAttachmentStoreOp      storeOp;
+    VkClearValue             clearValue;
+} VkRenderingAttachmentInfo;
+
+typedef struct VkRenderingInfo {
+    VkStructureType                     sType;
+    const void*                         pNext;
+    VkRenderingFlags                    flags;
+    VkRect2D                            renderArea;
+    deUint32                            layerCount;
+    deUint32                            viewMask;
+    deUint32                            colorAttachmentCount;
+    const VkRenderingAttachmentInfo*    pColorAttachments;
+    const VkRenderingAttachmentInfo*    pDepthAttachment;
+    const VkRenderingAttachmentInfo*    pStencilAttachment;
+} VkRenderingInfo;
+
+typedef struct VkPipelineRenderingCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    deUint32           viewMask;
+    deUint32           colorAttachmentCount;
+    const VkFormat*    pColorAttachmentFormats;
+    VkFormat           depthStencilAttachmentFormat;
+} VkPipelineRenderingCreateInfo;
+
+typedef struct VkPhysicalDeviceDynamicRenderingFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           dynamicRendering;
+} VkPhysicalDeviceDynamicRenderingFeatures;
+
+typedef struct VkCommandBufferInheritanceRenderingInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkRenderingFlags         flags;
+    deUint32                 viewMask;
+    deUint32                 colorAttachmentCount;
+    const VkFormat*          pColorAttachmentFormats;
+    VkFormat                 depthStencilAttachmentFormat;
+    VkSampleCountFlagBits    rasterizationSamples;
+} VkCommandBufferInheritanceRenderingInfo;
+
+typedef VkRenderingInfo VkRenderingInfoKHR;
+
+typedef struct VkPhysicalDeviceShaderIntegerDotProductFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderIntegerDotProduct;
+} VkPhysicalDeviceShaderIntegerDotProductFeatures;
+
+typedef struct VkPhysicalDeviceShaderIntegerDotProductProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           integerDotProduct8BitUnsignedAccelerated;
+    VkBool32           integerDotProduct8BitSignedAccelerated;
+    VkBool32           integerDotProduct8BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedUnsignedAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedSignedAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+    VkBool32           integerDotProduct16BitUnsignedAccelerated;
+    VkBool32           integerDotProduct16BitSignedAccelerated;
+    VkBool32           integerDotProduct16BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct32BitUnsignedAccelerated;
+    VkBool32           integerDotProduct32BitSignedAccelerated;
+    VkBool32           integerDotProduct32BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct64BitUnsignedAccelerated;
+    VkBool32           integerDotProduct64BitSignedAccelerated;
+    VkBool32           integerDotProduct64BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+} VkPhysicalDeviceShaderIntegerDotProductProperties;
+
+typedef struct VkPhysicalDeviceTexelBufferAlignmentProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkDeviceSize       storageTexelBufferOffsetAlignmentBytes;
+    VkBool32           storageTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize       uniformTexelBufferOffsetAlignmentBytes;
+    VkBool32           uniformTexelBufferOffsetSingleTexelAlignment;
+} VkPhysicalDeviceTexelBufferAlignmentProperties;
+
+typedef struct VkFormatProperties3 {
+    VkStructureType          sType;
+    void*                    pNext;
+    VkFormatFeatureFlags2    linearTilingFeatures;
+    VkFormatFeatureFlags2    optimalTilingFeatures;
+    VkFormatFeatureFlags2    bufferFeatures;
+} VkFormatProperties3;
+
+typedef struct VkPhysicalDeviceMaintenance4Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           maintenance4;
+} VkPhysicalDeviceMaintenance4Features;
+
+typedef struct VkPhysicalDeviceMaintenance4Properties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkDeviceSize       maxBufferSize;
+} VkPhysicalDeviceMaintenance4Properties;
+
+typedef struct VkDeviceBufferMemoryRequirements {
+    VkStructureType              sType;
+    const void*                  pNext;
+    const VkBufferCreateInfo*    pCreateInfo;
+} VkDeviceBufferMemoryRequirements;
+
+typedef struct VkDeviceImageMemoryRequirements {
+    VkStructureType             sType;
+    const void*                 pNext;
+    const VkImageCreateInfo*    pCreateInfo;
+    VkImageAspectFlagBits       planeAspect;
+} VkDeviceImageMemoryRequirements;
+
+typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolProperties)(VkPhysicalDevice physicalDevice, deUint32* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
+typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlot)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlot)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateData)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlot privateDataSlot, deUint64 data);
+typedef void (VKAPI_PTR *PFN_vkGetPrivateData)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlot privateDataSlot, deUint64* pData);
+typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2                               stageMask);
+typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2)(VkCommandBuffer                   commandBuffer, deUint32                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfo*            pDependencyInfos);
+typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2)(VkCommandBuffer                   commandBuffer, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2                               stage, VkQueryPool                                         queryPool, deUint32                                            query);
+typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2)(VkQueue                           queue, deUint32                            submitCount, const VkSubmitInfo2*              pSubmits, VkFence           fence);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBeginRendering)(VkCommandBuffer                   commandBuffer, const VkRenderingInfoKHR*                           pRenderingInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdEndRendering)(VkCommandBuffer                   commandBuffer);
+typedef void (VKAPI_PTR *PFN_vkCmdSetCullMode)(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode);
+typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFace)(VkCommandBuffer commandBuffer, VkFrontFace frontFace);
+typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveTopology)(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology);
+typedef void (VKAPI_PTR *PFN_vkCmdSetViewportWithCount)(VkCommandBuffer commandBuffer, deUint32 viewportCount, const VkViewport* pViewports);
+typedef void (VKAPI_PTR *PFN_vkCmdSetScissorWithCount)(VkCommandBuffer commandBuffer, deUint32 scissorCount, const VkRect2D* pScissors);
+typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, deUint32 firstBinding, deUint32 bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthWriteEnable)(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthCompareOp)(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBoundsTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetStencilTestEnable)(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetStencilOp)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp);
+typedef void (VKAPI_PTR *PFN_vkCmdSetRasterizerDiscardEnable)(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBiasEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveRestartEnable)(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirements)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, deUint32* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
+
+#ifndef VK_NO_PROTOTYPES
+VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolProperties(
+    VkPhysicalDevice                            physicalDevice,
+    deUint32*                                   pToolCount,
+    VkPhysicalDeviceToolProperties*             pToolProperties);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlot(
+    VkDevice                                    device,
+    const VkPrivateDataSlotCreateInfo*          pCreateInfo,
+    const VkAllocationCallbacks*                pAllocator,
+    VkPrivateDataSlot*                          pPrivateDataSlot);
+
+VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlot(
+    VkDevice                                    device,
+    VkPrivateDataSlot                           privateDataSlot,
+    const VkAllocationCallbacks*                pAllocator);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateData(
+    VkDevice                                    device,
+    VkObjectType                                objectType,
+    deUint64                                    objectHandle,
+    VkPrivateDataSlot                           privateDataSlot,
+    deUint64                                    data);
+
+VKAPI_ATTR void VKAPI_CALL vkGetPrivateData(
+    VkDevice                                    device,
+    VkObjectType                                objectType,
+    deUint64                                    objectHandle,
+    VkPrivateDataSlot                           privateDataSlot,
+    deUint64*                                   pData);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2(
+    VkCommandBuffer                             commandBuffer,
+    VkEvent                                     event,
+    const VkDependencyInfo*                     pDependencyInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2(
+    VkCommandBuffer                             commandBuffer,
+    VkEvent                                     event,
+    VkPipelineStageFlags2                       stageMask);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2(
+    VkCommandBuffer                             commandBuffer,
+    deUint32                                    eventCount,
+    const VkEvent*                              pEvents,
+    const VkDependencyInfo*                     pDependencyInfos);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2(
+    VkCommandBuffer                             commandBuffer,
+    const VkDependencyInfo*                     pDependencyInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2(
+    VkCommandBuffer                             commandBuffer,
+    VkPipelineStageFlags2                       stage,
+    VkQueryPool                                 queryPool,
+    deUint32                                    query);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2(
+    VkQueue                                     queue,
+    deUint32                                    submitCount,
+    const VkSubmitInfo2*                        pSubmits,
+    VkFence                                     fence);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyBufferInfo2*                    pCopyBufferInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyImageInfo2*                     pCopyImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyBufferToImageInfo2*             pCopyBufferToImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyImageToBufferInfo2*             pCopyImageToBufferInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkBlitImageInfo2*                     pBlitImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkResolveImageInfo2*                  pResolveImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBeginRendering(
+    VkCommandBuffer                             commandBuffer,
+    const VkRenderingInfoKHR*                   pRenderingInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdEndRendering(
+    VkCommandBuffer                             commandBuffer);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetCullMode(
+    VkCommandBuffer                             commandBuffer,
+    VkCullModeFlags                             cullMode);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetFrontFace(
+    VkCommandBuffer                             commandBuffer,
+    VkFrontFace                                 frontFace);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveTopology(
+    VkCommandBuffer                             commandBuffer,
+    VkPrimitiveTopology                         primitiveTopology);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportWithCount(
+    VkCommandBuffer                             commandBuffer,
+    deUint32                                    viewportCount,
+    const VkViewport*                           pViewports);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetScissorWithCount(
+    VkCommandBuffer                             commandBuffer,
+    deUint32                                    scissorCount,
+    const VkRect2D*                             pScissors);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers2(
+    VkCommandBuffer                             commandBuffer,
+    deUint32                                    firstBinding,
+    deUint32                                    bindingCount,
+    const VkBuffer*                             pBuffers,
+    const VkDeviceSize*                         pOffsets,
+    const VkDeviceSize*                         pSizes,
+    const VkDeviceSize*                         pStrides);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthWriteEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthWriteEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthCompareOp(
+    VkCommandBuffer                             commandBuffer,
+    VkCompareOp                                 depthCompareOp);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthBoundsTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    stencilTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilOp(
+    VkCommandBuffer                             commandBuffer,
+    VkStencilFaceFlags                          faceMask,
+    VkStencilOp                                 failOp,
+    VkStencilOp                                 passOp,
+    VkStencilOp                                 depthFailOp,
+    VkCompareOp                                 compareOp);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetRasterizerDiscardEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    rasterizerDiscardEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBiasEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthBiasEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveRestartEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    primitiveRestartEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceBufferMemoryRequirements*     pInfo,
+    VkMemoryRequirements2*                      pMemoryRequirements);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceImageMemoryRequirements*      pInfo,
+    VkMemoryRequirements2*                      pMemoryRequirements);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceImageMemoryRequirements*      pInfo,
+    deUint32*                                   pSparseMemoryRequirementCount,
+    VkSparseImageMemoryRequirements2*           pSparseMemoryRequirements);
+#endif
+
+
 #define VK_KHR_surface 1
 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSurfaceKHR)
 #define VK_KHR_SURFACE_SPEC_VERSION       25
@@ -7358,66 +8494,18 @@ VKAPI_ATTR VkResult VKAPI_CALL vkCreateSharedSwapchainsKHR(
 #define VK_KHR_dynamic_rendering 1
 #define VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION 1
 #define VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME "VK_KHR_dynamic_rendering"
+typedef VkRenderingFlags VkRenderingFlagsKHR;
+
+typedef VkRenderingFlagBits VkRenderingFlagBitsKHR;
+
+typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;
+
+typedef VkPipelineRenderingCreateInfo VkPipelineRenderingCreateInfoKHR;
+
+typedef VkPhysicalDeviceDynamicRenderingFeatures VkPhysicalDeviceDynamicRenderingFeaturesKHR;
+
+typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR;
 
-typedef enum VkRenderingFlagBitsKHR {
-    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = 0x00000001,
-    VK_RENDERING_SUSPENDING_BIT_KHR = 0x00000002,
-    VK_RENDERING_RESUMING_BIT_KHR = 0x00000004,
-    VK_RENDERING_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF
-} VkRenderingFlagBitsKHR;
-typedef VkFlags VkRenderingFlagsKHR;
-typedef struct VkRenderingAttachmentInfoKHR {
-    VkStructureType          sType;
-    const void*              pNext;
-    VkImageView              imageView;
-    VkImageLayout            imageLayout;
-    VkResolveModeFlagBits    resolveMode;
-    VkImageView              resolveImageView;
-    VkImageLayout            resolveImageLayout;
-    VkAttachmentLoadOp       loadOp;
-    VkAttachmentStoreOp      storeOp;
-    VkClearValue             clearValue;
-} VkRenderingAttachmentInfoKHR;
-
-typedef struct VkRenderingInfoKHR {
-    VkStructureType                        sType;
-    const void*                            pNext;
-    VkRenderingFlagsKHR                    flags;
-    VkRect2D                               renderArea;
-    deUint32                               layerCount;
-    deUint32                               viewMask;
-    deUint32                               colorAttachmentCount;
-    const VkRenderingAttachmentInfoKHR*    pColorAttachments;
-    const VkRenderingAttachmentInfoKHR*    pDepthAttachment;
-    const VkRenderingAttachmentInfoKHR*    pStencilAttachment;
-} VkRenderingInfoKHR;
-
-typedef struct VkPipelineRenderingCreateInfoKHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    deUint32           viewMask;
-    deUint32           colorAttachmentCount;
-    const VkFormat*    pColorAttachmentFormats;
-    VkFormat           depthStencilAttachmentFormat;
-} VkPipelineRenderingCreateInfoKHR;
-
-typedef struct VkPhysicalDeviceDynamicRenderingFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           dynamicRendering;
-} VkPhysicalDeviceDynamicRenderingFeaturesKHR;
-
-typedef struct VkCommandBufferInheritanceRenderingInfoKHR {
-    VkStructureType          sType;
-    const void*              pNext;
-    VkRenderingFlagsKHR      flags;
-    deUint32                 viewMask;
-    deUint32                 colorAttachmentCount;
-    const VkFormat*          pColorAttachmentFormats;
-    VkFormat                 depthStencilAttachmentFormat;
-    VkSampleCountFlagBits    rasterizationSamples;
-} VkCommandBufferInheritanceRenderingInfoKHR;
-
 typedef struct VkRenderingFragmentShadingRateAttachmentInfoKHR {
     VkStructureType    sType;
     const void*        pNext;
@@ -7450,8 +8538,8 @@ typedef struct VkMultiviewPerViewAttributesInfoNVX {
     VkBool32           perViewAttributesPositionXOnly;
 } VkMultiviewPerViewAttributesInfoNVX;
 
-typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderingKHR)(VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdEndRenderingKHR)(VkCommandBuffer commandBuffer);
+typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderingKHR)(VkCommandBuffer                   commandBuffer, const VkRenderingInfoKHR*                           pRenderingInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdEndRenderingKHR)(VkCommandBuffer                   commandBuffer);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderingKHR(
@@ -8600,11 +9688,7 @@ typedef VkPhysicalDeviceVulkanMemoryModelFeatures VkPhysicalDeviceVulkanMemoryMo
 #define VK_KHR_shader_terminate_invocation 1
 #define VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION 1
 #define VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME "VK_KHR_shader_terminate_invocation"
-typedef struct VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderTerminateInvocation;
-} VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR;
+typedef VkPhysicalDeviceShaderTerminateInvocationFeatures VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR;
 
 
 
@@ -8901,46 +9985,9 @@ VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR
 #define VK_KHR_shader_integer_dot_product 1
 #define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION 1
 #define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME "VK_KHR_shader_integer_dot_product"
-typedef struct VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderIntegerDotProduct;
-} VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR;
+typedef VkPhysicalDeviceShaderIntegerDotProductFeatures VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR;
 
-typedef struct VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           integerDotProduct8BitUnsignedAccelerated;
-    VkBool32           integerDotProduct8BitSignedAccelerated;
-    VkBool32           integerDotProduct8BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedUnsignedAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedSignedAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedMixedSignednessAccelerated;
-    VkBool32           integerDotProduct16BitUnsignedAccelerated;
-    VkBool32           integerDotProduct16BitSignedAccelerated;
-    VkBool32           integerDotProduct16BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct32BitUnsignedAccelerated;
-    VkBool32           integerDotProduct32BitSignedAccelerated;
-    VkBool32           integerDotProduct32BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct64BitUnsignedAccelerated;
-    VkBool32           integerDotProduct64BitSignedAccelerated;
-    VkBool32           integerDotProduct64BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
-} VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR;
+typedef VkPhysicalDeviceShaderIntegerDotProductProperties VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR;
 
 
 
@@ -8980,202 +10027,35 @@ typedef struct VkPhysicalDevicePresentIdFeaturesKHR {
 
 
 #define VK_KHR_synchronization2 1
-typedef deUint64 VkFlags64;
 #define VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION 1
 #define VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME "VK_KHR_synchronization2"
-typedef VkFlags64 VkPipelineStageFlags2KHR;
-
-// Flag bits for VkPipelineStageFlagBits2KHR
-typedef VkFlags64 VkPipelineStageFlagBits2KHR;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_NONE_KHR = 0ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = 0x00000001ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = 0x00000002ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = 0x00000004ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = 0x00000008ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = 0x00000010ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = 0x00000020ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = 0x00000040ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = 0x00000080ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = 0x00000100ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = 0x00000200ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = 0x00000400ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = 0x00000800ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = 0x00002000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_HOST_BIT_KHR = 0x00004000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = 0x00008000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = 0x00010000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COPY_BIT_KHR = 0x100000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = 0x200000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = 0x400000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = 0x800000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = 0x1000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = 0x2000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = 0x4000000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR = 0x04000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR = 0x08000000ULL;
-#endif
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV = 0x00020000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV = 0x00080000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV = 0x00100000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI = 0x8000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI = 0x10000000000ULL;
-
-typedef VkFlags64 VkAccessFlags2KHR;
-
-// Flag bits for VkAccessFlagBits2KHR
-typedef VkFlags64 VkAccessFlagBits2KHR;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_NONE_KHR = 0ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR = 0x00000001ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDEX_READ_BIT_KHR = 0x00000002ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR = 0x00000004ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_UNIFORM_READ_BIT_KHR = 0x00000008ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR = 0x00000010ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_READ_BIT_KHR = 0x00000020ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_WRITE_BIT_KHR = 0x00000040ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR = 0x00000080ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR = 0x00000100ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR = 0x00000200ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR = 0x00000400ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_READ_BIT_KHR = 0x00000800ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR = 0x00001000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_READ_BIT_KHR = 0x00002000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_WRITE_BIT_KHR = 0x00004000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_READ_BIT_KHR = 0x00008000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_WRITE_BIT_KHR = 0x00010000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR = 0x100000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR = 0x200000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR = 0x400000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR = 0x800000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR = 0x1000000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR = 0x2000000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR = 0x4000000000ULL;
-#endif
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI = 0x8000000000ULL;
-
-
-typedef enum VkSubmitFlagBitsKHR {
-    VK_SUBMIT_PROTECTED_BIT_KHR = 0x00000001,
-    VK_SUBMIT_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF
-} VkSubmitFlagBitsKHR;
-typedef VkFlags VkSubmitFlagsKHR;
-typedef struct VkMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-} VkMemoryBarrier2KHR;
+typedef VkPipelineStageFlags2 VkPipelineStageFlags2KHR;
 
-typedef struct VkBufferMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-    deUint32                    srcQueueFamilyIndex;
-    deUint32                    dstQueueFamilyIndex;
-    VkBuffer                    buffer;
-    VkDeviceSize                offset;
-    VkDeviceSize                size;
-} VkBufferMemoryBarrier2KHR;
-
-typedef struct VkImageMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-    VkImageLayout               oldLayout;
-    VkImageLayout               newLayout;
-    deUint32                    srcQueueFamilyIndex;
-    deUint32                    dstQueueFamilyIndex;
-    VkImage                     image;
-    VkImageSubresourceRange     subresourceRange;
-} VkImageMemoryBarrier2KHR;
-
-typedef struct VkDependencyInfoKHR {
-    VkStructureType                     sType;
-    const void*                         pNext;
-    VkDependencyFlags                   dependencyFlags;
-    deUint32                            memoryBarrierCount;
-    const VkMemoryBarrier2KHR*          pMemoryBarriers;
-    deUint32                            bufferMemoryBarrierCount;
-    const VkBufferMemoryBarrier2KHR*    pBufferMemoryBarriers;
-    deUint32                            imageMemoryBarrierCount;
-    const VkImageMemoryBarrier2KHR*     pImageMemoryBarriers;
-} VkDependencyInfoKHR;
-
-typedef struct VkSemaphoreSubmitInfoKHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkSemaphore                 semaphore;
-    deUint64                    value;
-    VkPipelineStageFlags2KHR    stageMask;
-    deUint32                    deviceIndex;
-} VkSemaphoreSubmitInfoKHR;
+typedef VkPipelineStageFlagBits2 VkPipelineStageFlagBits2KHR;
 
-typedef struct VkCommandBufferSubmitInfoKHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    VkCommandBuffer    commandBuffer;
-    deUint32           deviceMask;
-} VkCommandBufferSubmitInfoKHR;
+typedef VkAccessFlags2 VkAccessFlags2KHR;
 
-typedef struct VkSubmitInfo2KHR {
-    VkStructureType                        sType;
-    const void*                            pNext;
-    VkSubmitFlagsKHR                       flags;
-    deUint32                               waitSemaphoreInfoCount;
-    const VkSemaphoreSubmitInfoKHR*        pWaitSemaphoreInfos;
-    deUint32                               commandBufferInfoCount;
-    const VkCommandBufferSubmitInfoKHR*    pCommandBufferInfos;
-    deUint32                               signalSemaphoreInfoCount;
-    const VkSemaphoreSubmitInfoKHR*        pSignalSemaphoreInfos;
-} VkSubmitInfo2KHR;
+typedef VkAccessFlagBits2 VkAccessFlagBits2KHR;
 
-typedef struct VkPhysicalDeviceSynchronization2FeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           synchronization2;
-} VkPhysicalDeviceSynchronization2FeaturesKHR;
+typedef VkSubmitFlagBits VkSubmitFlagBitsKHR;
+
+typedef VkSubmitFlags VkSubmitFlagsKHR;
+
+typedef VkMemoryBarrier2 VkMemoryBarrier2KHR;
+
+typedef VkBufferMemoryBarrier2 VkBufferMemoryBarrier2KHR;
+
+typedef VkImageMemoryBarrier2 VkImageMemoryBarrier2KHR;
+
+typedef VkDependencyInfo VkDependencyInfoKHR;
+
+typedef VkSubmitInfo2 VkSubmitInfo2KHR;
+
+typedef VkSemaphoreSubmitInfo VkSemaphoreSubmitInfoKHR;
+
+typedef VkCommandBufferSubmitInfo VkCommandBufferSubmitInfoKHR;
+
+typedef VkPhysicalDeviceSynchronization2Features VkPhysicalDeviceSynchronization2FeaturesKHR;
 
 typedef struct VkQueueFamilyCheckpointProperties2NV {
     VkStructureType             sType;
@@ -9190,12 +10070,12 @@ typedef struct VkCheckpointData2NV {
     void*                       pCheckpointMarker;
 } VkCheckpointData2NV;
 
-typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfoKHR*                          pDependencyInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2KHR                            stageMask);
-typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2KHR)(VkCommandBuffer                   commandBuffer, deUint32                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfoKHR*         pDependencyInfos);
-typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2KHR)(VkCommandBuffer                   commandBuffer, const VkDependencyInfoKHR*                                pDependencyInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2KHR)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2KHR                            stage, VkQueryPool                                         queryPool, deUint32                                            query);
-typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue                           queue, deUint32                            submitCount, const VkSubmitInfo2KHR*           pSubmits, VkFence           fence);
+typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2                               stageMask);
+typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2KHR)(VkCommandBuffer                   commandBuffer, deUint32                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfo*            pDependencyInfos);
+typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2KHR)(VkCommandBuffer                   commandBuffer, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2KHR)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2                               stage, VkQueryPool                                         queryPool, deUint32                                            query);
+typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue                           queue, deUint32                            submitCount, const VkSubmitInfo2*              pSubmits, VkFence           fence);
 typedef void (VKAPI_PTR *PFN_vkCmdWriteBufferMarker2AMD)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2KHR                            stage, VkBuffer                                            dstBuffer, VkDeviceSize                                        dstOffset, deUint32                                            marker);
 typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointData2NV)(VkQueue queue, deUint32* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData);
 
@@ -9203,33 +10083,33 @@ typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointData2NV)(VkQueue queue, deUint3
 VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2KHR(
     VkCommandBuffer                             commandBuffer,
     VkEvent                                     event,
-    const VkDependencyInfoKHR*                  pDependencyInfo);
+    const VkDependencyInfo*                     pDependencyInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2KHR(
     VkCommandBuffer                             commandBuffer,
     VkEvent                                     event,
-    VkPipelineStageFlags2KHR                    stageMask);
+    VkPipelineStageFlags2                       stageMask);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2KHR(
     VkCommandBuffer                             commandBuffer,
     deUint32                                    eventCount,
     const VkEvent*                              pEvents,
-    const VkDependencyInfoKHR*                  pDependencyInfos);
+    const VkDependencyInfo*                     pDependencyInfos);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkDependencyInfoKHR*                  pDependencyInfo);
+    const VkDependencyInfo*                     pDependencyInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2KHR(
     VkCommandBuffer                             commandBuffer,
-    VkPipelineStageFlags2KHR                    stage,
+    VkPipelineStageFlags2                       stage,
     VkQueryPool                                 queryPool,
     deUint32                                    query);
 
 VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2KHR(
     VkQueue                                     queue,
     deUint32                                    submitCount,
-    const VkSubmitInfo2KHR*                     pSubmits,
+    const VkSubmitInfo2*                        pSubmits,
     VkFence                                     fence);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWriteBufferMarker2AMD(
@@ -9260,11 +10140,7 @@ typedef struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR {
 #define VK_KHR_zero_initialize_workgroup_memory 1
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION 1
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME "VK_KHR_zero_initialize_workgroup_memory"
-typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderZeroInitializeWorkgroupMemory;
-} VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR;
+typedef VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR;
 
 
 
@@ -9285,255 +10161,102 @@ typedef struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR {
 #define VK_KHR_copy_commands2 1
 #define VK_KHR_COPY_COMMANDS_2_SPEC_VERSION 1
 #define VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME "VK_KHR_copy_commands2"
-typedef struct VkBufferCopy2KHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    VkDeviceSize       srcOffset;
-    VkDeviceSize       dstOffset;
-    VkDeviceSize       size;
-} VkBufferCopy2KHR;
+typedef VkCopyBufferInfo2 VkCopyBufferInfo2KHR;
 
-typedef struct VkCopyBufferInfo2KHR {
-    VkStructureType            sType;
-    const void*                pNext;
-    VkBuffer                   srcBuffer;
-    VkBuffer                   dstBuffer;
-    deUint32                   regionCount;
-    const VkBufferCopy2KHR*    pRegions;
-} VkCopyBufferInfo2KHR;
+typedef VkCopyImageInfo2 VkCopyImageInfo2KHR;
 
-typedef struct VkImageCopy2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffset;
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffset;
-    VkExtent3D                  extent;
-} VkImageCopy2KHR;
+typedef VkCopyBufferToImageInfo2 VkCopyBufferToImageInfo2KHR;
 
-typedef struct VkCopyImageInfo2KHR {
-    VkStructureType           sType;
-    const void*               pNext;
-    VkImage                   srcImage;
-    VkImageLayout             srcImageLayout;
-    VkImage                   dstImage;
-    VkImageLayout             dstImageLayout;
-    deUint32                  regionCount;
-    const VkImageCopy2KHR*    pRegions;
-} VkCopyImageInfo2KHR;
+typedef VkCopyImageToBufferInfo2 VkCopyImageToBufferInfo2KHR;
 
-typedef struct VkBufferImageCopy2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkDeviceSize                bufferOffset;
-    deUint32                    bufferRowLength;
-    deUint32                    bufferImageHeight;
-    VkImageSubresourceLayers    imageSubresource;
-    VkOffset3D                  imageOffset;
-    VkExtent3D                  imageExtent;
-} VkBufferImageCopy2KHR;
+typedef VkBlitImageInfo2 VkBlitImageInfo2KHR;
 
-typedef struct VkCopyBufferToImageInfo2KHR {
-    VkStructureType                 sType;
-    const void*                     pNext;
-    VkBuffer                        srcBuffer;
-    VkImage                         dstImage;
-    VkImageLayout                   dstImageLayout;
-    deUint32                        regionCount;
-    const VkBufferImageCopy2KHR*    pRegions;
-} VkCopyBufferToImageInfo2KHR;
-
-typedef struct VkCopyImageToBufferInfo2KHR {
-    VkStructureType                 sType;
-    const void*                     pNext;
-    VkImage                         srcImage;
-    VkImageLayout                   srcImageLayout;
-    VkBuffer                        dstBuffer;
-    deUint32                        regionCount;
-    const VkBufferImageCopy2KHR*    pRegions;
-} VkCopyImageToBufferInfo2KHR;
-
-typedef struct VkImageBlit2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffsets[2];
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffsets[2];
-} VkImageBlit2KHR;
+typedef VkResolveImageInfo2 VkResolveImageInfo2KHR;
 
-typedef struct VkBlitImageInfo2KHR {
-    VkStructureType           sType;
-    const void*               pNext;
-    VkImage                   srcImage;
-    VkImageLayout             srcImageLayout;
-    VkImage                   dstImage;
-    VkImageLayout             dstImageLayout;
-    deUint32                  regionCount;
-    const VkImageBlit2KHR*    pRegions;
-    VkFilter                  filter;
-} VkBlitImageInfo2KHR;
+typedef VkBufferCopy2 VkBufferCopy2KHR;
 
-typedef struct VkImageResolve2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffset;
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffset;
-    VkExtent3D                  extent;
-} VkImageResolve2KHR;
+typedef VkImageCopy2 VkImageCopy2KHR;
 
-typedef struct VkResolveImageInfo2KHR {
-    VkStructureType              sType;
-    const void*                  pNext;
-    VkImage                      srcImage;
-    VkImageLayout                srcImageLayout;
-    VkImage                      dstImage;
-    VkImageLayout                dstImageLayout;
-    deUint32                     regionCount;
-    const VkImageResolve2KHR*    pRegions;
-} VkResolveImageInfo2KHR;
+typedef VkImageBlit2 VkImageBlit2KHR;
+
+typedef VkBufferImageCopy2 VkBufferImageCopy2KHR;
+
+typedef VkImageResolve2 VkImageResolve2KHR;
 
-typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2KHR)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2KHR)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2KHR)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2KHR)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyBufferInfo2KHR*                 pCopyBufferInfo);
+    const VkCopyBufferInfo2*                    pCopyBufferInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyImageInfo2KHR*                  pCopyImageInfo);
+    const VkCopyImageInfo2*                     pCopyImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyBufferToImageInfo2KHR*          pCopyBufferToImageInfo);
+    const VkCopyBufferToImageInfo2*             pCopyBufferToImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyImageToBufferInfo2KHR*          pCopyImageToBufferInfo);
+    const VkCopyImageToBufferInfo2*             pCopyImageToBufferInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkBlitImageInfo2KHR*                  pBlitImageInfo);
+    const VkBlitImageInfo2*                     pBlitImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkResolveImageInfo2KHR*               pResolveImageInfo);
+    const VkResolveImageInfo2*                  pResolveImageInfo);
 #endif
 
 
 #define VK_KHR_format_feature_flags2 1
-#define VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION 1
-#define VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME "VK_KHR_format_feature_flags2"
-typedef VkFlags64 VkFormatFeatureFlags2KHR;
-
-// Flag bits for VkFormatFeatureFlagBits2KHR
-typedef VkFlags64 VkFormatFeatureFlagBits2KHR;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = 0x00000001ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = 0x00000002ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = 0x00000004ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = 0x00000008ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = 0x00000010ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = 0x00000020ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = 0x00000040ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = 0x00000080ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = 0x00000100ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = 0x00000200ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = 0x00000400ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = 0x00000800ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = 0x00001000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG = 0x00002000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = 0x00004000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = 0x00008000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = 0x00010000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = 0x00020000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = 0x00040000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = 0x00080000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = 0x00100000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = 0x00400000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000ULL;
-#endif
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = 0x80000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = 0x100000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = 0x200000000ULL;
-
-typedef struct VkFormatPropertiesExtendedKHR {
-       VkStructureType             sType;
-       void*                       pNext;
-       VkFormatFeatureFlags2KHR    linearTilingFeatures;
-       VkFormatFeatureFlags2KHR    optimalTilingFeatures;
-       VkFormatFeatureFlags2KHR    bufferFeatures;
-} VkFormatPropertiesExtendedKHR;
+#define VK_KHR_FORMAT_FEATURE_FLAGS2_SPEC_VERSION 1
+#define VK_KHR_FORMAT_FEATURE_FLAGS2_EXTENSION_NAME "VK_KHR_format_feature_flags2"
+typedef VkFormatFeatureFlags2 VkFormatFeatureFlags2KHR;
+
+typedef VkFormatFeatureFlagBits2 VkFormatFeatureFlagBits2KHR;
+
+typedef VkFormatProperties3 VkFormatProperties3KHR;
+
+
 
 #define VK_KHR_maintenance4 1
 #define VK_KHR_MAINTENANCE4_SPEC_VERSION  1
 #define VK_KHR_MAINTENANCE4_EXTENSION_NAME "VK_KHR_maintenance4"
-typedef struct VkPhysicalDeviceMaintenance4FeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           maintenance4;
-} VkPhysicalDeviceMaintenance4FeaturesKHR;
+typedef VkPhysicalDeviceMaintenance4Features VkPhysicalDeviceMaintenance4FeaturesKHR;
 
-typedef struct VkPhysicalDeviceMaintenance4PropertiesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkDeviceSize       maxBufferSize;
-} VkPhysicalDeviceMaintenance4PropertiesKHR;
+typedef VkPhysicalDeviceMaintenance4Properties VkPhysicalDeviceMaintenance4PropertiesKHR;
 
-typedef struct VkDeviceBufferMemoryRequirementsKHR {
-    VkStructureType                       sType;
-    const void*                           pNext;
-    const VkBufferCreateInfo*             pCreateInfo;
-} VkDeviceBufferMemoryRequirementsKHR;
+typedef VkDeviceBufferMemoryRequirements VkDeviceBufferMemoryRequirementsKHR;
 
-typedef struct VkDeviceImageMemoryRequirementsKHR {
-    VkStructureType                       sType;
-    const void*                           pNext;
-    const VkImageCreateInfo*              pCreateInfo;
-    VkImageAspectFlagBits                 planeAspect;
-} VkDeviceImageMemoryRequirementsKHR;
+typedef VkDeviceImageMemoryRequirements VkDeviceImageMemoryRequirementsKHR;
 
-typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirementsKHR)(VkDevice device, const VkDeviceBufferMemoryRequirementsKHR *pInfo, VkMemoryRequirements2 *pMemoryRequirements);
-typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirementsKHR *pInfo, VkMemoryRequirements2 *pMemoryRequirements);
-typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirementsKHR *pInfo, deUint32 *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirementsKHR)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, deUint32* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceBufferMemoryRequirementsKHR* pInfo,
+    const VkDeviceBufferMemoryRequirements*     pInfo,
     VkMemoryRequirements2*                      pMemoryRequirements);
 
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceImageMemoryRequirementsKHR* pInfo,
+    const VkDeviceImageMemoryRequirements*      pInfo,
     VkMemoryRequirements2*                      pMemoryRequirements);
 
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceImageMemoryRequirementsKHR* pInfo,
+    const VkDeviceImageMemoryRequirements*      pInfo,
     deUint32*                                   pSparseMemoryRequirementCount,
     VkSparseImageMemoryRequirements2*           pSparseMemoryRequirements);
 #endif
@@ -10168,11 +10891,7 @@ typedef struct VkValidationFlagsEXT {
 #define VK_EXT_texture_compression_astc_hdr 1
 #define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION 1
 #define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME "VK_EXT_texture_compression_astc_hdr"
-typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           textureCompressionASTC_HDR;
-} VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT;
+typedef VkPhysicalDeviceTextureCompressionASTCHDRFeatures VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT;
 
 
 
@@ -10798,35 +11517,13 @@ typedef VkPhysicalDeviceSamplerFilterMinmaxProperties VkPhysicalDeviceSamplerFil
 #define VK_EXT_inline_uniform_block 1
 #define VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION 1
 #define VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME "VK_EXT_inline_uniform_block"
-typedef struct VkPhysicalDeviceInlineUniformBlockFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           inlineUniformBlock;
-    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
-} VkPhysicalDeviceInlineUniformBlockFeaturesEXT;
+typedef VkPhysicalDeviceInlineUniformBlockFeatures VkPhysicalDeviceInlineUniformBlockFeaturesEXT;
 
-typedef struct VkPhysicalDeviceInlineUniformBlockPropertiesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    deUint32           maxInlineUniformBlockSize;
-    deUint32           maxPerStageDescriptorInlineUniformBlocks;
-    deUint32           maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
-    deUint32           maxDescriptorSetInlineUniformBlocks;
-    deUint32           maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
-} VkPhysicalDeviceInlineUniformBlockPropertiesEXT;
+typedef VkPhysicalDeviceInlineUniformBlockProperties VkPhysicalDeviceInlineUniformBlockPropertiesEXT;
 
-typedef struct VkWriteDescriptorSetInlineUniformBlockEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    deUint32           dataSize;
-    const void*        pData;
-} VkWriteDescriptorSetInlineUniformBlockEXT;
+typedef VkWriteDescriptorSetInlineUniformBlock VkWriteDescriptorSetInlineUniformBlockEXT;
 
-typedef struct VkDescriptorPoolInlineUniformBlockCreateInfoEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    deUint32           maxInlineUniformBlockBindings;
-} VkDescriptorPoolInlineUniformBlockCreateInfoEXT;
+typedef VkDescriptorPoolInlineUniformBlockCreateInfo VkDescriptorPoolInlineUniformBlockCreateInfoEXT;
 
 
 
@@ -11058,6 +11755,19 @@ typedef struct VkImageDrmFormatModifierPropertiesEXT {
     deUint64           drmFormatModifier;
 } VkImageDrmFormatModifierPropertiesEXT;
 
+typedef struct VkDrmFormatModifierProperties2EXT {
+    deUint64                    drmFormatModifier;
+    deUint32                    drmFormatModifierPlaneCount;
+    VkFormatFeatureFlags2KHR    drmFormatModifierTilingFeatures;
+} VkDrmFormatModifierProperties2EXT;
+
+typedef struct VkDrmFormatModifierPropertiesList2EXT {
+    VkStructureType                       sType;
+    void*                                 pNext;
+    deUint32                              drmFormatModifierCount;
+    VkDrmFormatModifierProperties2EXT*    pDrmFormatModifierProperties;
+} VkDrmFormatModifierPropertiesList2EXT;
+
 typedef VkResult (VKAPI_PTR *PFN_vkGetImageDrmFormatModifierPropertiesEXT)(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT* pProperties);
 
 #ifndef VK_NO_PROTOTYPES
@@ -11849,26 +12559,13 @@ typedef struct VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT {
 #define VK_EXT_pipeline_creation_feedback 1
 #define VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION 1
 #define VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME "VK_EXT_pipeline_creation_feedback"
+typedef VkPipelineCreationFeedbackFlagBits VkPipelineCreationFeedbackFlagBitsEXT;
 
-typedef enum VkPipelineCreationFeedbackFlagBitsEXT {
-    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT = 0x00000001,
-    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT = 0x00000002,
-    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT = 0x00000004,
-    VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkPipelineCreationFeedbackFlagBitsEXT;
-typedef VkFlags VkPipelineCreationFeedbackFlagsEXT;
-typedef struct VkPipelineCreationFeedbackEXT {
-    VkPipelineCreationFeedbackFlagsEXT    flags;
-    deUint64                              duration;
-} VkPipelineCreationFeedbackEXT;
-
-typedef struct VkPipelineCreationFeedbackCreateInfoEXT {
-    VkStructureType                   sType;
-    const void*                       pNext;
-    VkPipelineCreationFeedbackEXT*    pPipelineCreationFeedback;
-    deUint32                          pipelineStageCreationFeedbackCount;
-    VkPipelineCreationFeedbackEXT*    pPipelineStageCreationFeedbacks;
-} VkPipelineCreationFeedbackCreateInfoEXT;
+typedef VkPipelineCreationFeedbackFlags VkPipelineCreationFeedbackFlagsEXT;
+
+typedef VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackCreateInfoEXT;
+
+typedef VkPipelineCreationFeedback VkPipelineCreationFeedbackEXT;
 
 
 
@@ -12265,27 +12962,11 @@ typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLay
 #define VK_EXT_subgroup_size_control 1
 #define VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION 2
 #define VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME "VK_EXT_subgroup_size_control"
-typedef struct VkPhysicalDeviceSubgroupSizeControlFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           subgroupSizeControl;
-    VkBool32           computeFullSubgroups;
-} VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
+typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
 
-typedef struct VkPhysicalDeviceSubgroupSizeControlPropertiesEXT {
-    VkStructureType       sType;
-    void*                 pNext;
-    deUint32              minSubgroupSize;
-    deUint32              maxSubgroupSize;
-    deUint32              maxComputeWorkgroupSubgroups;
-    VkShaderStageFlags    requiredSubgroupSizeStages;
-} VkPhysicalDeviceSubgroupSizeControlPropertiesEXT;
+typedef VkPhysicalDeviceSubgroupSizeControlProperties VkPhysicalDeviceSubgroupSizeControlPropertiesEXT;
 
-typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    deUint32           requiredSubgroupSize;
-} VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
+typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
 
 
 
@@ -12402,35 +13083,19 @@ VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetBufferDeviceAddressEXT(
 #define VK_EXT_tooling_info 1
 #define VK_EXT_TOOLING_INFO_SPEC_VERSION  1
 #define VK_EXT_TOOLING_INFO_EXTENSION_NAME "VK_EXT_tooling_info"
+typedef VkToolPurposeFlagBits VkToolPurposeFlagBitsEXT;
 
-typedef enum VkToolPurposeFlagBitsEXT {
-    VK_TOOL_PURPOSE_VALIDATION_BIT_EXT = 0x00000001,
-    VK_TOOL_PURPOSE_PROFILING_BIT_EXT = 0x00000002,
-    VK_TOOL_PURPOSE_TRACING_BIT_EXT = 0x00000004,
-    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT = 0x00000008,
-    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT = 0x00000010,
-    VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 0x00000020,
-    VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 0x00000040,
-    VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkToolPurposeFlagBitsEXT;
-typedef VkFlags VkToolPurposeFlagsEXT;
-typedef struct VkPhysicalDeviceToolPropertiesEXT {
-    VkStructureType          sType;
-    void*                    pNext;
-    char                     name[VK_MAX_EXTENSION_NAME_SIZE];
-    char                     version[VK_MAX_EXTENSION_NAME_SIZE];
-    VkToolPurposeFlagsEXT    purposes;
-    char                     description[VK_MAX_DESCRIPTION_SIZE];
-    char                     layer[VK_MAX_EXTENSION_NAME_SIZE];
-} VkPhysicalDeviceToolPropertiesEXT;
+typedef VkToolPurposeFlags VkToolPurposeFlagsEXT;
+
+typedef VkPhysicalDeviceToolProperties VkPhysicalDeviceToolPropertiesEXT;
 
-typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolPropertiesEXT)(VkPhysicalDevice physicalDevice, deUint32* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties);
+typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolPropertiesEXT)(VkPhysicalDevice physicalDevice, deUint32* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolPropertiesEXT(
     VkPhysicalDevice                            physicalDevice,
     deUint32*                                   pToolCount,
-    VkPhysicalDeviceToolPropertiesEXT*          pToolProperties);
+    VkPhysicalDeviceToolProperties*             pToolProperties);
 #endif
 
 
@@ -12861,11 +13526,7 @@ typedef struct VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT {
 #define VK_EXT_shader_demote_to_helper_invocation 1
 #define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION 1
 #define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME "VK_EXT_shader_demote_to_helper_invocation"
-typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderDemoteToHelperInvocation;
-} VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT;
+typedef VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT;
 
 
 
@@ -13087,14 +13748,7 @@ typedef struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT {
     VkBool32           texelBufferAlignment;
 } VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT;
 
-typedef struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkDeviceSize       storageTexelBufferOffsetAlignmentBytes;
-    VkBool32           storageTexelBufferOffsetSingleTexelAlignment;
-    VkDeviceSize       uniformTexelBufferOffsetAlignmentBytes;
-    VkBool32           uniformTexelBufferOffsetSingleTexelAlignment;
-} VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT;
+typedef VkPhysicalDeviceTexelBufferAlignmentProperties VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT;
 
 
 
@@ -13232,61 +13886,49 @@ typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT {
 
 
 #define VK_EXT_private_data 1
-VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPrivateDataSlotEXT)
+typedef VkPrivateDataSlot VkPrivateDataSlotEXT;
+
 #define VK_EXT_PRIVATE_DATA_SPEC_VERSION  1
 #define VK_EXT_PRIVATE_DATA_EXTENSION_NAME "VK_EXT_private_data"
+typedef VkPrivateDataSlotCreateFlags VkPrivateDataSlotCreateFlagsEXT;
 
-typedef enum VkPrivateDataSlotCreateFlagBitsEXT {
-    VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkPrivateDataSlotCreateFlagBitsEXT;
-typedef VkFlags VkPrivateDataSlotCreateFlagsEXT;
-typedef struct VkPhysicalDevicePrivateDataFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           privateData;
-} VkPhysicalDevicePrivateDataFeaturesEXT;
+typedef VkPrivateDataSlotCreateFlagBits VkPrivateDataSlotCreateFlagBitsEXT;
 
-typedef struct VkDevicePrivateDataCreateInfoEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    deUint32           privateDataSlotRequestCount;
-} VkDevicePrivateDataCreateInfoEXT;
+typedef VkPhysicalDevicePrivateDataFeatures VkPhysicalDevicePrivateDataFeaturesEXT;
 
-typedef struct VkPrivateDataSlotCreateInfoEXT {
-    VkStructureType                    sType;
-    const void*                        pNext;
-    VkPrivateDataSlotCreateFlagsEXT    flags;
-} VkPrivateDataSlotCreateInfoEXT;
+typedef VkDevicePrivateDataCreateInfo VkDevicePrivateDataCreateInfoEXT;
 
-typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot);
-typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlotEXT)(VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator);
-typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlotEXT privateDataSlot, deUint64 data);
-typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlotEXT privateDataSlot, deUint64* pData);
+typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT;
+
+typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlotEXT)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlot privateDataSlot, deUint64 data);
+typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, deUint64 objectHandle, VkPrivateDataSlot privateDataSlot, deUint64* pData);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlotEXT(
     VkDevice                                    device,
-    const VkPrivateDataSlotCreateInfoEXT*       pCreateInfo,
+    const VkPrivateDataSlotCreateInfo*          pCreateInfo,
     const VkAllocationCallbacks*                pAllocator,
-    VkPrivateDataSlotEXT*                       pPrivateDataSlot);
+    VkPrivateDataSlot*                          pPrivateDataSlot);
 
 VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlotEXT(
     VkDevice                                    device,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     const VkAllocationCallbacks*                pAllocator);
 
 VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateDataEXT(
     VkDevice                                    device,
     VkObjectType                                objectType,
     deUint64                                    objectHandle,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     deUint64                                    data);
 
 VKAPI_ATTR void VKAPI_CALL vkGetPrivateDataEXT(
     VkDevice                                    device,
     VkObjectType                                objectType,
     deUint64                                    objectHandle,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     deUint64*                                   pData);
 #endif
 
@@ -13294,11 +13936,7 @@ VKAPI_ATTR void VKAPI_CALL vkGetPrivateDataEXT(
 #define VK_EXT_pipeline_creation_cache_control 1
 #define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION 3
 #define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME "VK_EXT_pipeline_creation_cache_control"
-typedef struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           pipelineCreationCacheControl;
-} VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT;
+typedef VkPhysicalDevicePipelineCreationCacheControlFeatures VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT;
 
 
 
@@ -13524,11 +14162,7 @@ typedef struct VkCopyCommandTransformInfoQCOM {
 #define VK_EXT_image_robustness 1
 #define VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION 1
 #define VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME "VK_EXT_image_robustness"
-typedef struct VkPhysicalDeviceImageRobustnessFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           robustImageAccess;
-} VkPhysicalDeviceImageRobustnessFeaturesEXT;
+typedef VkPhysicalDeviceImageRobustnessFeatures VkPhysicalDeviceImageRobustnessFeaturesEXT;
 
 
 
@@ -13640,6 +14274,18 @@ typedef struct VkPhysicalDeviceDrmPropertiesEXT {
 
 
 
+#define VK_EXT_primitive_topology_list_restart 1
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION 1
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME "VK_EXT_primitive_topology_list_restart"
+typedef struct VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           primitiveTopologyListRestart;
+    VkBool32           primitiveTopologyPatchListRestart;
+} VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
+
+
+
 #define VK_HUAWEI_subpass_shading 1
 #define VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION 2
 #define VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME "VK_HUAWEI_subpass_shading"
@@ -13861,6 +14507,25 @@ VKAPI_ATTR void VKAPI_CALL vkCmdDrawMultiIndexedEXT(
 #define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME "VK_EXT_load_store_op_none"
 
 
+#define VK_EXT_pageable_device_local_memory 1
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory"
+typedef struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           pageableDeviceLocalMemory;
+} VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT;
+
+typedef void (VKAPI_PTR *PFN_vkSetDeviceMemoryPriorityEXT)(VkDevice       device, VkDeviceMemory memory, float          priority);
+
+#ifndef VK_NO_PROTOTYPES
+VKAPI_ATTR void VKAPI_CALL vkSetDeviceMemoryPriorityEXT(
+    VkDevice                                    device,
+    VkDeviceMemory                              memory,
+    float                                       priority);
+#endif
+
+
 #define VK_KHR_acceleration_structure 1
 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkAccelerationStructureKHR)
 #define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 12
index 452b6bb..f866622 100644 (file)
@@ -1228,7 +1228,7 @@ tcu::TestStatus CopyImageToImage::iterate (void)
                        imageCopies2KHR.data()                                          // const VkImageCopy2KHR*       pRegions;
                };
 
-               vk.cmdCopyImage2KHR(*m_cmdBuffer, &copyImageInfo2KHR);
+               vk.cmdCopyImage2(*m_cmdBuffer, &copyImageInfo2KHR);
        }
 
        endCommandBuffer(vk, *m_cmdBuffer);
@@ -1673,7 +1673,7 @@ tcu::TestStatus CopyImageToImageMipmap::iterate (void)
                        imageCopies2KHR.data()                                          // const VkImageCopy2KHR*       pRegions;
                };
 
-               vk.cmdCopyImage2KHR(*m_cmdBuffer, &copyImageInfo2KHR);
+               vk.cmdCopyImage2(*m_cmdBuffer, &copyImageInfo2KHR);
        }
 
        endCommandBuffer(vk, *m_cmdBuffer);
@@ -2080,7 +2080,7 @@ tcu::TestStatus CopyBufferToBuffer::iterate (void)
                        &bufferCopies2KHR[0]                                            // const VkBufferCopy2KHR*      pRegions;
                };
 
-               vk.cmdCopyBuffer2KHR(*m_cmdBuffer, &copyBufferInfo2KHR);
+               vk.cmdCopyBuffer2(*m_cmdBuffer, &copyBufferInfo2KHR);
        }
 
        vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1, &dstBufferBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL);
@@ -2304,7 +2304,7 @@ tcu::TestStatus CopyImageToBuffer::iterate (void)
                        &bufferImageCopies2KHR[0]                                                       // const VkBufferImageCopy2KHR* pRegions;
                };
 
-               vk.cmdCopyImageToBuffer2KHR(*m_cmdBuffer, &copyImageToBufferInfo2KHR);
+               vk.cmdCopyImageToBuffer2(*m_cmdBuffer, &copyImageToBufferInfo2KHR);
        }
 
        vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 1, &bufferBarrier, 0, (const VkImageMemoryBarrier*)DE_NULL);
@@ -2537,7 +2537,7 @@ tcu::TestStatus CopyBufferToImage::iterate (void)
                        bufferImageCopies2KHR.data()                                            // const VkBufferImageCopy2KHR* pRegions;
                };
 
-               vk.cmdCopyBufferToImage2KHR(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
+               vk.cmdCopyBufferToImage2(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
        }
 
 
@@ -2919,7 +2919,7 @@ tcu::TestStatus CopyBufferToDepthStencil::iterate(void)
                                (deUint32)m_params.regions.size(),                                      // uint32_t                                             regionCount;
                                bufferImageCopies2KHR.data()                                            // const VkBufferImageCopy2KHR* pRegions;
                        };
-                       vk.cmdCopyBufferToImage2KHR(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
+                       vk.cmdCopyBufferToImage2(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
                }
                else
                {
@@ -2937,7 +2937,7 @@ tcu::TestStatus CopyBufferToDepthStencil::iterate(void)
                                        &bufferImageCopies2KHR[i]                                                       // const VkBufferImageCopy2KHR* pRegions;
                                };
                                // Issue a single copy command with regions defined by the test.
-                               vk.cmdCopyBufferToImage2KHR(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
+                               vk.cmdCopyBufferToImage2(*m_cmdBuffer, &copyBufferToImageInfo2KHR);
                        }
                }
        }
@@ -3355,7 +3355,7 @@ tcu::TestStatus BlittingImages::iterate (void)
                        &regions2KHR[0],                                                        // const VkImageBlit2KHR*               pRegions;
                        m_params.filter,                                                        // VkFilter                                             filter;
                };
-               vk.cmdBlitImage2KHR(*m_cmdBuffer, &blitImageInfo2KHR);
+               vk.cmdBlitImage2(*m_cmdBuffer, &blitImageInfo2KHR);
        }
 
        endCommandBuffer(vk, *m_cmdBuffer);
@@ -4809,7 +4809,7 @@ tcu::TestStatus BlittingMipmaps::iterate (void)
                                        &regions2KHR[0],                                                        // const VkImageBlit2KHR*               pRegions;
                                        m_params.filter                                                         // VkFilter                                             filter;
                                };
-                               vk.cmdBlitImage2KHR(*m_cmdBuffer, &BlitImageInfo2KHR);
+                               vk.cmdBlitImage2(*m_cmdBuffer, &BlitImageInfo2KHR);
                        }
                }
        }
@@ -4922,7 +4922,7 @@ tcu::TestStatus BlittingMipmaps::iterate (void)
                                        &regions2KHR[regionNdx],                                        // const VkImageBlit2KHR*               pRegions;
                                        m_params.filter                                                         // VkFilter                                             filter;
                                };
-                               vk.cmdBlitImage2KHR(*m_cmdBuffer, &BlitImageInfo2KHR);
+                               vk.cmdBlitImage2(*m_cmdBuffer, &BlitImageInfo2KHR);
                        }
 
                        vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 0, (const VkBufferMemoryBarrier*)DE_NULL, 1, &postImageBarrier);
@@ -5877,7 +5877,7 @@ tcu::TestStatus ResolveImageToImage::iterate (void)
                        (deUint32)m_params.regions.size(),                      // uint32_t                                             regionCount;
                        imageResolves2KHR.data()                                        // const  VkImageResolve2KHR*   pRegions;
                };
-               vk.cmdResolveImage2KHR(*m_cmdBuffer, &ResolveImageInfo2KHR);
+               vk.cmdResolveImage2(*m_cmdBuffer, &ResolveImageInfo2KHR);
        }
 
        vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 0, (const VkBufferMemoryBarrier*)DE_NULL, 1, &postImageBarrier);
@@ -6352,7 +6352,7 @@ void ResolveImageToImage::copyMSImageToMSImage (deUint32 copyArraySize)
                        imageCopies2KHR.data()                                          // const VkImageCopy2KHR*       pRegions;
                };
 
-               vk.cmdCopyImage2KHR(*m_cmdBuffer, &copyImageInfo2KHR);
+               vk.cmdCopyImage2(*m_cmdBuffer, &copyImageInfo2KHR);
        }
 
        vk.cmdPipelineBarrier(*m_cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, (VkDependencyFlags)0, 0, (const VkMemoryBarrier*)DE_NULL, 0, (const VkBufferMemoryBarrier*)DE_NULL, 1u, &postImageBarriers);
index af2b0c4..3a0c328 100644 (file)
@@ -1234,7 +1234,7 @@ void checkSupportExtInlineUniformBlock (Context& context)
 tcu::TestStatus validateLimitsExtInlineUniformBlock (Context& context)
 {
        const VkBool32                                                                                  checkAlways                                             = VK_TRUE;
-       const VkPhysicalDeviceInlineUniformBlockPropertiesEXT&  inlineUniformBlockPropertiesEXT = context.getInlineUniformBlockPropertiesEXT();
+       const VkPhysicalDeviceInlineUniformBlockProperties&             inlineUniformBlockPropertiesEXT = context.getInlineUniformBlockProperties();
        TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
        bool                                                                                                    limitsOk                                                = true;
 
@@ -2525,7 +2525,7 @@ tcu::TestStatus deviceProperties (Context& context)
 
        {
                const ApiVersion deviceVersion = unpackVersion(props->apiVersion);
-               const ApiVersion deqpVersion = unpackVersion(VK_API_VERSION_1_2);
+               const ApiVersion deqpVersion = unpackVersion(VK_API_VERSION_1_3);
 
                if (deviceVersion.majorNum != deqpVersion.majorNum)
                {
@@ -4097,7 +4097,11 @@ tcu::TestStatus deviceProperties2 (Context& context)
        const bool khr_shader_float_controls                    = checkExtension(properties, "VK_KHR_shader_float_controls")                    ||      context.contextSupports(vk::ApiVersion(1, 2, 0));
        const bool khr_descriptor_indexing                              = checkExtension(properties, "VK_EXT_descriptor_indexing")                              ||      context.contextSupports(vk::ApiVersion(1, 2, 0));
        const bool khr_sampler_filter_minmax                    = checkExtension(properties, "VK_EXT_sampler_filter_minmax")                    ||      context.contextSupports(vk::ApiVersion(1, 2, 0));
-       const bool khr_integer_dot_product                              = checkExtension(properties, "VK_KHR_shader_integer_dot_product");
+       const bool khr_integer_dot_product                              = checkExtension(properties, "VK_KHR_shader_integer_dot_product")               ||      context.contextSupports(vk::ApiVersion(1, 3, 0));
+       const bool khr_inline_uniform_block                             = checkExtension(properties, "VK_EXT_inline_uniform_block")                             ||      context.contextSupports(vk::ApiVersion(1, 3, 0));
+       const bool khr_maintenance4                                             = checkExtension(properties, "VK_KHR_maintenance4")                                             ||      context.contextSupports(vk::ApiVersion(1, 3, 0));
+       const bool khr_subgroup_size_control                    = checkExtension(properties, "VK_EXT_subgroup_size_control")                    ||      context.contextSupports(vk::ApiVersion(1, 3, 0));
+       const bool khr_texel_buffer_alignment                   = checkExtension(properties, "VK_EXT_texel_buffer_alignment")                   ||      context.contextSupports(vk::ApiVersion(1, 3, 0));
 
        VkPhysicalDeviceIDProperties                                                    idProperties[count];
        VkPhysicalDeviceMultiviewProperties                                             multiviewProperties[count];
@@ -4110,22 +4114,30 @@ tcu::TestStatus deviceProperties2 (Context& context)
        VkPhysicalDeviceFloatControlsProperties                                 floatControlsProperties[count];
        VkPhysicalDeviceDescriptorIndexingProperties                    descriptorIndexingProperties[count];
        VkPhysicalDeviceSamplerFilterMinmaxProperties                   samplerFilterMinmaxProperties[count];
-       VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR    integerDotProductProperties[count];
+       VkPhysicalDeviceShaderIntegerDotProductProperties               integerDotProductProperties[count];
+       VkPhysicalDeviceInlineUniformBlockProperties                    inlineUniformBlockProperties[count];
+       VkPhysicalDeviceMaintenance4Properties                                  maintenance4Properties[count];
+       VkPhysicalDeviceSubgroupSizeControlProperties                   subgroupSizeControlProperties[count];
+       VkPhysicalDeviceTexelBufferAlignmentProperties                  texelBufferAlignmentProperties[count];
 
        for (int ndx = 0; ndx < count; ++ndx)
        {
-               deMemset(&idProperties[ndx],                                    0xFF*ndx, sizeof(VkPhysicalDeviceIDProperties                                   ));
-               deMemset(&multiviewProperties[ndx],                             0xFF*ndx, sizeof(VkPhysicalDeviceMultiviewProperties                    ));
-               deMemset(&protectedMemoryPropertiesKHR[ndx],    0xFF*ndx, sizeof(VkPhysicalDeviceProtectedMemoryProperties              ));
-               deMemset(&subgroupProperties[ndx],                              0xFF*ndx, sizeof(VkPhysicalDeviceSubgroupProperties                             ));
-               deMemset(&pointClippingProperties[ndx],                 0xFF*ndx, sizeof(VkPhysicalDevicePointClippingProperties                ));
-               deMemset(&maintenance3Properties[ndx],                  0xFF*ndx, sizeof(VkPhysicalDeviceMaintenance3Properties                 ));
-               deMemset(&depthStencilResolveProperties[ndx],   0xFF*ndx, sizeof(VkPhysicalDeviceDepthStencilResolveProperties  ));
-               deMemset(&driverProperties[ndx],                                0xFF*ndx, sizeof(VkPhysicalDeviceDriverProperties                               ));
-               deMemset(&floatControlsProperties[ndx],                 0xFF*ndx, sizeof(VkPhysicalDeviceFloatControlsProperties                ));
-               deMemset(&descriptorIndexingProperties[ndx],    0xFF*ndx, sizeof(VkPhysicalDeviceDescriptorIndexingProperties   ));
-               deMemset(&samplerFilterMinmaxProperties[ndx],   0xFF*ndx, sizeof(VkPhysicalDeviceSamplerFilterMinmaxProperties  ));
+               deMemset(&idProperties[ndx],                                    0xFF*ndx, sizeof(VkPhysicalDeviceIDProperties                                                   ));
+               deMemset(&multiviewProperties[ndx],                             0xFF*ndx, sizeof(VkPhysicalDeviceMultiviewProperties                                    ));
+               deMemset(&protectedMemoryPropertiesKHR[ndx],    0xFF*ndx, sizeof(VkPhysicalDeviceProtectedMemoryProperties                              ));
+               deMemset(&subgroupProperties[ndx],                              0xFF*ndx, sizeof(VkPhysicalDeviceSubgroupProperties                                             ));
+               deMemset(&pointClippingProperties[ndx],                 0xFF*ndx, sizeof(VkPhysicalDevicePointClippingProperties                                ));
+               deMemset(&maintenance3Properties[ndx],                  0xFF*ndx, sizeof(VkPhysicalDeviceMaintenance3Properties                                 ));
+               deMemset(&depthStencilResolveProperties[ndx],   0xFF*ndx, sizeof(VkPhysicalDeviceDepthStencilResolveProperties                  ));
+               deMemset(&driverProperties[ndx],                                0xFF*ndx, sizeof(VkPhysicalDeviceDriverProperties                                               ));
+               deMemset(&floatControlsProperties[ndx],                 0xFF*ndx, sizeof(VkPhysicalDeviceFloatControlsProperties                                ));
+               deMemset(&descriptorIndexingProperties[ndx],    0xFF*ndx, sizeof(VkPhysicalDeviceDescriptorIndexingProperties                   ));
+               deMemset(&samplerFilterMinmaxProperties[ndx],   0xFF*ndx, sizeof(VkPhysicalDeviceSamplerFilterMinmaxProperties                  ));
                deMemset(&integerDotProductProperties[ndx],             0xFF*ndx, sizeof(VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR   ));
+               deMemset(&inlineUniformBlockProperties[ndx],    0xFF*ndx, sizeof(VkPhysicalDeviceInlineUniformBlockProperties                   ));
+               deMemset(&maintenance4Properties[ndx],                  0xFF*ndx, sizeof(VkPhysicalDeviceMaintenance4Properties                                 ));
+               deMemset(&subgroupSizeControlProperties[ndx],   0xFF*ndx, sizeof(VkPhysicalDeviceSubgroupSizeControlProperties                  ));
+               deMemset(&texelBufferAlignmentProperties[ndx],  0xFF*ndx, sizeof(VkPhysicalDeviceTexelBufferAlignmentProperties                 ));
 
                idProperties[ndx].sType                                         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES;
                idProperties[ndx].pNext                                         = &multiviewProperties[ndx];
@@ -4161,7 +4173,19 @@ tcu::TestStatus deviceProperties2 (Context& context)
                samplerFilterMinmaxProperties[ndx].pNext        = &integerDotProductProperties[ndx];
 
                integerDotProductProperties[ndx].sType          = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR;
-               integerDotProductProperties[ndx].pNext          = DE_NULL;
+               integerDotProductProperties[ndx].pNext          = &inlineUniformBlockProperties[ndx];
+
+               inlineUniformBlockProperties[ndx].sType         = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES;
+               inlineUniformBlockProperties[ndx].pNext         = &maintenance4Properties[ndx];
+
+               maintenance4Properties[ndx].sType                       = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES;
+               maintenance4Properties[ndx].pNext                       = &subgroupSizeControlProperties[ndx];
+
+               subgroupSizeControlProperties[ndx].sType        = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES;
+               subgroupSizeControlProperties[ndx].pNext        = &texelBufferAlignmentProperties[ndx];
+
+               texelBufferAlignmentProperties[ndx].sType       = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES;
+               texelBufferAlignmentProperties[ndx].pNext       = DE_NULL;
 
                extProperties.pNext                                                     = &idProperties[ndx];
 
@@ -4192,6 +4216,15 @@ tcu::TestStatus deviceProperties2 (Context& context)
                log << TestLog::Message << samplerFilterMinmaxProperties[0] << TestLog::EndMessage;
        if (khr_integer_dot_product)
                log << TestLog::Message << integerDotProductProperties[0] << TestLog::EndMessage;
+       if (khr_inline_uniform_block)
+               log << TestLog::Message << inlineUniformBlockProperties[0] << TestLog::EndMessage;
+       if (khr_maintenance4)
+               log << TestLog::Message << maintenance4Properties[0] << TestLog::EndMessage;
+       if (khr_subgroup_size_control)
+               log << TestLog::Message << subgroupSizeControlProperties[0] << TestLog::EndMessage;
+       if (khr_texel_buffer_alignment)
+               log << TestLog::Message << texelBufferAlignmentProperties[0] << TestLog::EndMessage;
+
 
        if ( khr_external_fence_capabilities || khr_external_memory_capabilities || khr_external_semaphore_capabilities )
        {
@@ -4326,7 +4359,6 @@ tcu::TestStatus deviceProperties2 (Context& context)
        {
                TCU_FAIL("Mismatch between VkPhysicalDeviceSamplerFilterMinmaxProperties");
        }
-
        if (khr_integer_dot_product &&
                (integerDotProductProperties[0].integerDotProduct8BitUnsignedAccelerated                                                                                != integerDotProductProperties[1].integerDotProduct8BitUnsignedAccelerated ||
                 integerDotProductProperties[0].integerDotProduct8BitSignedAccelerated                                                                                  != integerDotProductProperties[1].integerDotProduct8BitSignedAccelerated ||
@@ -4361,6 +4393,36 @@ tcu::TestStatus deviceProperties2 (Context& context)
        {
                TCU_FAIL("Mismatch between VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR");
        }
+       if (khr_inline_uniform_block &&
+               (inlineUniformBlockProperties[0].maxInlineUniformBlockSize                                                                      != inlineUniformBlockProperties[1].maxInlineUniformBlockSize ||
+                inlineUniformBlockProperties[0].maxPerStageDescriptorInlineUniformBlocks                                       != inlineUniformBlockProperties[1].maxPerStageDescriptorInlineUniformBlocks ||
+                inlineUniformBlockProperties[0].maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks        != inlineUniformBlockProperties[1].maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks ||
+                inlineUniformBlockProperties[0].maxDescriptorSetInlineUniformBlocks                                            != inlineUniformBlockProperties[1].maxDescriptorSetInlineUniformBlocks ||
+                inlineUniformBlockProperties[0].maxDescriptorSetUpdateAfterBindInlineUniformBlocks                     != inlineUniformBlockProperties[1].maxDescriptorSetUpdateAfterBindInlineUniformBlocks))
+       {
+               TCU_FAIL("Mismatch between VkPhysicalDeviceInlineUniformBlockProperties");
+       }
+       if (khr_maintenance4 &&
+               (maintenance4Properties[0].maxBufferSize        != maintenance4Properties[1].maxBufferSize))
+       {
+               TCU_FAIL("Mismatch between VkPhysicalDeviceMaintenance4Properties");
+       }
+       if (khr_subgroup_size_control &&
+               (subgroupSizeControlProperties[0].minSubgroupSize                               != subgroupSizeControlProperties[1].minSubgroupSize ||
+                subgroupSizeControlProperties[0].maxSubgroupSize                               != subgroupSizeControlProperties[1].maxSubgroupSize ||
+                subgroupSizeControlProperties[0].maxComputeWorkgroupSubgroups  != subgroupSizeControlProperties[1].maxComputeWorkgroupSubgroups ||
+                subgroupSizeControlProperties[0].requiredSubgroupSizeStages            != subgroupSizeControlProperties[1].requiredSubgroupSizeStages))
+       {
+               TCU_FAIL("Mismatch between VkPhysicalDeviceSubgroupSizeControlProperties");
+       }
+       if (khr_texel_buffer_alignment &&
+               (texelBufferAlignmentProperties[0].storageTexelBufferOffsetAlignmentBytes               != texelBufferAlignmentProperties[1].storageTexelBufferOffsetAlignmentBytes ||
+                texelBufferAlignmentProperties[0].storageTexelBufferOffsetSingleTexelAlignment != texelBufferAlignmentProperties[1].storageTexelBufferOffsetSingleTexelAlignment ||
+                texelBufferAlignmentProperties[0].uniformTexelBufferOffsetAlignmentBytes               != texelBufferAlignmentProperties[1].uniformTexelBufferOffsetAlignmentBytes ||
+                texelBufferAlignmentProperties[0].uniformTexelBufferOffsetSingleTexelAlignment != texelBufferAlignmentProperties[1].uniformTexelBufferOffsetSingleTexelAlignment))
+       {
+               TCU_FAIL("Mismatch between VkPhysicalDeviceTexelBufferAlignmentProperties");
+       }
 
        if (isExtensionSupported(properties, RequiredExtension("VK_KHR_push_descriptor")))
        {
index 680ca51..a484fb4 100644 (file)
@@ -36,14 +36,14 @@ using namespace vkt;
 void checkSupport (Context& context, const VkFormat format)
 {
        DE_UNREF(format);
-       context.requireDeviceFunctionality(VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME);
+       context.requireDeviceFunctionality("VK_KHR_format_feature_flags2");
        context.requireInstanceFunctionality(VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME);
 }
 
 tcu::TestStatus test (Context& context, const VkFormat format)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties (context.getFormatProperties(format));
-       const VkFormatPropertiesExtendedKHR requiredProperties (context.getRequiredFormatProperties(format));
+       const VkFormatProperties3 formatProperties (context.getFormatProperties(format));
+       const VkFormatProperties3 requiredProperties (context.getRequiredFormatProperties(format));
 
        bool allPass = true;
        allPass = allPass && ((formatProperties.bufferFeatures                  & requiredProperties.bufferFeatures) == requiredProperties.bufferFeatures);
index 3577488..63b3b15 100644 (file)
@@ -785,13 +785,13 @@ tcu::TestStatus AlignmentMatchingInstance::iterate(void)
                        DE_NULL,
                        &bufferCreateInfo
                };
-               vk.getDeviceBufferMemoryRequirementsKHR(device, &bufferMemInfo, &requirements2[1]);
+               vk.getDeviceBufferMemoryRequirements(device, &bufferMemInfo, &requirements2[1]);
 
                if (!areRequirementsTheSame(requirements2[0], requirements2[1]))
                {
                        success = false;
                        log << tcu::TestLog::Message
-                               << "vkGetDeviceBufferMemoryRequirementsKHR and vkGetBufferMemoryRequirements2\n"
+                               << "vkGetDeviceBufferMemoryRequirements and vkGetBufferMemoryRequirements2\n"
                                   "report diferent memory requirements\n"
                                << tcu::TestLog::EndMessage;
                }
@@ -806,13 +806,13 @@ tcu::TestStatus AlignmentMatchingInstance::iterate(void)
                        &imageCreateInfo,
                        vk::VkImageAspectFlagBits(0)
                };
-               vk.getDeviceImageMemoryRequirementsKHR(device, &imageMemInfo, &requirements2[1]);
+               vk.getDeviceImageMemoryRequirements(device, &imageMemInfo, &requirements2[1]);
 
                if (!areRequirementsTheSame(requirements2[0], requirements2[1]))
                {
                        success = false;
                        log << tcu::TestLog::Message
-                               << "vkGetDeviceImageMemoryRequirementsKHR and vkGetImageMemoryRequirements2\n"
+                               << "vkGetDeviceImageMemoryRequirements and vkGetImageMemoryRequirements2\n"
                                   "report diferent memory requirements\n"
                                << tcu::TestLog::EndMessage;
                }
index eb338ae..8242882 100644 (file)
@@ -2456,7 +2456,7 @@ template<typename T> static deUint64 HandleToInt(T *t) { return (deUint64)(deUin
 template<typename Object>
 tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parameters params)
 {
-       if (!context.getPrivateDataFeaturesEXT().privateData)
+       if (!context.getPrivateDataFeatures().privateData)
                TCU_THROW(NotSupportedError, "privateData not supported");
 
        for (int d = 0; d < SingletonDevice::NUM_DEVICES; ++d)
@@ -2485,14 +2485,14 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
 
                const int numSlots = 100;
 
-               typedef Unique<VkPrivateDataSlotEXT>                            PrivateDataSlotUp;
+               typedef Unique<VkPrivateDataSlot>                                       PrivateDataSlotUp;
                typedef SharedPtr<PrivateDataSlotUp>                            PrivateDataSlotSp;
                vector<PrivateDataSlotSp> slots;
 
                // interleave allocating objects and slots
                for (int i = 0; i < numSlots / 2; ++i)
                {
-                       Move<VkPrivateDataSlotEXT> s = createPrivateDataSlotEXT(env.vkd, *device, &createInfo, DE_NULL);
+                       Move<VkPrivateDataSlot> s = createPrivateDataSlot(env.vkd, *device, &createInfo, DE_NULL);
                        slots.push_back(PrivateDataSlotSp(new PrivateDataSlotUp(s)));
                }
 
@@ -2501,7 +2501,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
 
                for (int i = numSlots / 2; i < numSlots; ++i)
                {
-                       Move<VkPrivateDataSlotEXT> s = createPrivateDataSlotEXT(env.vkd, *device, &createInfo, DE_NULL);
+                       Move<VkPrivateDataSlot> s = createPrivateDataSlot(env.vkd, *device, &createInfo, DE_NULL);
                        slots.push_back(PrivateDataSlotSp(new PrivateDataSlotUp(s)));
                }
 
@@ -2521,7 +2521,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                                for (int i = 0; i < numSlots; ++i)
                                {
                                        data = 1234;
-                                       env.vkd.getPrivateDataEXT(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], &data);
+                                       env.vkd.getPrivateData(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], &data);
                                        if (data != 0)
                                                return tcu::TestStatus::fail("Expected initial value of zero");
                                }
@@ -2530,7 +2530,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                        {
                                auto &obj = *objs[o];
                                for (int i = 0; i < numSlots; ++i)
-                                       VK_CHECK(env.vkd.setPrivateDataEXT(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], i*i*i + o*o + 1));
+                                       VK_CHECK(env.vkd.setPrivateData(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], i*i*i + o*o + 1));
                        }
                        for (int o = 0; o < 4; ++o)
                        {
@@ -2538,7 +2538,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                                for (int i = 0; i < numSlots; ++i)
                                {
                                        data = 1234;
-                                       env.vkd.getPrivateDataEXT(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], &data);
+                                       env.vkd.getPrivateData(*device, getObjectType<typename Object::Type>(), HandleToInt(obj.get()), **slots[i], &data);
                                        if (data != (deUint64)(i*i*i + o*o + 1))
                                                return tcu::TestStatus::fail("Didn't read back set value");
                                }
@@ -2552,7 +2552,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                                for (int i = 0; i < numSlots; ++i)
                                {
                                        data = 1234;
-                                       env.vkd.getPrivateDataEXT(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], &data);
+                                       env.vkd.getPrivateData(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], &data);
                                        if (data != 0)
                                                return tcu::TestStatus::fail("Expected initial value of zero");
                                }
@@ -2561,7 +2561,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                        {
                                auto &obj = **slots[o];
                                for (int i = 0; i < numSlots; ++i)
-                                       VK_CHECK(env.vkd.setPrivateDataEXT(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], i*i*i + o*o + 1));
+                                       VK_CHECK(env.vkd.setPrivateData(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], i*i*i + o*o + 1));
                        }
                        for (int o = 0; o < numSlots; ++o)
                        {
@@ -2569,7 +2569,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                                for (int i = 0; i < numSlots; ++i)
                                {
                                        data = 1234;
-                                       env.vkd.getPrivateDataEXT(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], &data);
+                                       env.vkd.getPrivateData(*device, VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT, HandleToInt<VkPrivateDataSlotEXT>(obj), **slots[i], &data);
                                        if (data != (deUint64)(i*i*i + o*o + 1))
                                                return tcu::TestStatus::fail("Didn't read back set value");
                                }
@@ -2579,16 +2579,16 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                        for (int i = 0; i < numSlots; ++i)
                        {
                                data = 1234;
-                               env.vkd.getPrivateDataEXT(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], &data);
+                               env.vkd.getPrivateData(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], &data);
                                if (data != 0)
                                        return tcu::TestStatus::fail("Expected initial value of zero for device");
                        }
                        for (int i = 0; i < numSlots; ++i)
-                               VK_CHECK(env.vkd.setPrivateDataEXT(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], i*i*i + r*r + 1));
+                               VK_CHECK(env.vkd.setPrivateData(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], i*i*i + r*r + 1));
                        for (int i = 0; i < numSlots; ++i)
                        {
                                data = 1234;
-                               env.vkd.getPrivateDataEXT(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], &data);
+                               env.vkd.getPrivateData(*device, VK_OBJECT_TYPE_DEVICE, (deUint64)(deUintptr)(*device), **slots[i], &data);
                                if (data != (deUint64)(i*i*i + r*r + 1))
                                        return tcu::TestStatus::fail("Didn't read back set value from device");
                        }
@@ -2597,7 +2597,7 @@ tcu::TestStatus createPrivateDataTest (Context& context, typename Object::Parame
                        slots.clear();
                        for (int i = 0; i < numSlots; ++i)
                        {
-                               Move<VkPrivateDataSlotEXT> s = createPrivateDataSlotEXT(env.vkd, *device, &createInfo, DE_NULL);
+                               Move<VkPrivateDataSlotEXT> s = createPrivateDataSlot(env.vkd, *device, &createInfo, DE_NULL);
                                slots.push_back(PrivateDataSlotSp(new PrivateDataSlotUp(s)));
                        }
                }
index ddd0939..c2b4dca 100644 (file)
@@ -94,7 +94,7 @@ bool checkToolsProperties (Context& context, const std::vector<VkPhysicalDeviceT
                        testLog << tcu::TestLog::Message << "Tool name: " << deviceToolPropertiesEXTArray[i].name << tcu::TestLog::EndMessage;
                        testLog << tcu::TestLog::Message << "Version: " << deviceToolPropertiesEXTArray[i].version << tcu::TestLog::EndMessage;
                        testLog << tcu::TestLog::Message << "Description: " << deviceToolPropertiesEXTArray[i].description << tcu::TestLog::EndMessage;
-                       testLog << tcu::TestLog::Message << "Purposes: " << getToolPurposeFlagsEXTStr(deviceToolPropertiesEXTArray[i].purposes) << tcu::TestLog::EndMessage;
+                       testLog << tcu::TestLog::Message << "Purposes: " << getToolPurposeFlagsStr(deviceToolPropertiesEXTArray[i].purposes) << tcu::TestLog::EndMessage;
                        if (layerSize > 0)
                        {
                                testLog << tcu::TestLog::Message << "Corresponding Layer: " << deviceToolPropertiesEXTArray[i].layer << tcu::TestLog::EndMessage;
@@ -113,7 +113,7 @@ tcu::TestStatus validateGetter (Context& context)
        VkResult result         = VK_SUCCESS;
        deUint32 toolCount      = 0;
 
-       result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCount, DE_NULL);
+       result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL);
 
        if(result != VK_SUCCESS)
        {
@@ -127,7 +127,7 @@ tcu::TestStatus validateGetter (Context& context)
 
                std::vector<VkPhysicalDeviceToolPropertiesEXT>  deviceToolPropertiesEXTArray(toolCountSecondCall);
 
-               result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
+               result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
 
                if (result != VK_SUCCESS)
                {
@@ -145,7 +145,7 @@ tcu::TestStatus validateGetter (Context& context)
 
                deviceToolPropertiesEXTArray.resize(toolCountSecondCall);
 
-               result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
+               result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
 
                if (result != VK_SUCCESS)
                {
@@ -161,7 +161,7 @@ tcu::TestStatus validateGetter (Context& context)
 
                toolCountSecondCall = 0;
 
-               result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
+               result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
 
                if (result != VK_INCOMPLETE)
                {
@@ -182,7 +182,7 @@ tcu::TestStatus validateGetter (Context& context)
 
                std::vector<VkPhysicalDeviceToolPropertiesEXT>  deviceToolPropertiesEXTArray(toolCountSecondCall);
 
-               result = context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
+               result = context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCountSecondCall, &deviceToolPropertiesEXTArray[0]);
 
                if (result != VK_INCOMPLETE)
                {
@@ -204,13 +204,13 @@ tcu::TestStatus validateToolsProperties (Context& context)
 {
        deUint32 toolCount      = 0;
 
-       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCount, DE_NULL));
+       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, DE_NULL));
 
        if (toolCount > 0)
        {
                std::vector<VkPhysicalDeviceToolPropertiesEXT>  deviceToolPropertiesEXTArray(toolCount);
 
-               VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(context.getPhysicalDevice(), &toolCount, &deviceToolPropertiesEXTArray[0]));
+               VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(context.getPhysicalDevice(), &toolCount, &deviceToolPropertiesEXTArray[0]));
 
                if (checkToolsProperties(context, deviceToolPropertiesEXTArray) == false)
                        return tcu::TestStatus::fail("Fail");
@@ -229,7 +229,7 @@ tcu::TestStatus validateInstanceLayers (Context& context)
                CustomInstance          instance                (createCustomInstance(context, true));
                VkPhysicalDevice        physicalDevice  = chooseDevice(instance.getDriver(), instance, context.getTestContext().getCommandLine());
 
-               VK_CHECK(instance.getDriver().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCount, DE_NULL));
+               VK_CHECK(instance.getDriver().getPhysicalDeviceToolProperties(physicalDevice, &toolCount, DE_NULL));
 
                if (toolCount < layers.size())
                        qualityWarning = true;
@@ -238,7 +238,7 @@ tcu::TestStatus validateInstanceLayers (Context& context)
                {
                        std::vector<VkPhysicalDeviceToolPropertiesEXT>  deviceToolPropertiesEXTArray(toolCount);
 
-                       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCount, &deviceToolPropertiesEXTArray[0]));
+                       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(physicalDevice, &toolCount, &deviceToolPropertiesEXTArray[0]));
 
                        if (checkToolsProperties(context, deviceToolPropertiesEXTArray) == false)
                                return tcu::TestStatus::fail("Fail");
@@ -267,13 +267,13 @@ tcu::TestStatus validateInstanceLayers (Context& context)
                CustomInstance          instance                (createCustomInstance(context, false));
                VkPhysicalDevice        physicalDevice  = chooseDevice(instance.getDriver(), instance, context.getTestContext().getCommandLine());
 
-               VK_CHECK(instance.getDriver().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCount, DE_NULL));
+               VK_CHECK(instance.getDriver().getPhysicalDeviceToolProperties(physicalDevice, &toolCount, DE_NULL));
 
                if (toolCount > 0)
                {
                        std::vector<VkPhysicalDeviceToolPropertiesEXT>  deviceToolPropertiesEXTArray(toolCount);
 
-                       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolPropertiesEXT(physicalDevice, &toolCount, &deviceToolPropertiesEXTArray[0]));
+                       VK_CHECK(context.getInstanceInterface().getPhysicalDeviceToolProperties(physicalDevice, &toolCount, &deviceToolPropertiesEXTArray[0]));
 
                        if (checkToolsProperties(context, deviceToolPropertiesEXTArray) == false)
                                return tcu::TestStatus::fail("Fail");
index 8d02b95..f69c122 100644 (file)
@@ -298,7 +298,7 @@ void DescriptorSetRandomTestCase::checkSupport(Context& context) const
        // Get needed features.
        auto features                           = context.getDeviceFeatures2();
        auto indexingFeatures           = context.getDescriptorIndexingFeatures();
-       auto inlineUniformFeatures      = context.getInlineUniformBlockFeaturesEXT();
+       auto inlineUniformFeatures      = context.getInlineUniformBlockFeatures();
 
        // Check needed properties and features
        if (m_data.stage == STAGE_VERTEX && !features.features.vertexPipelineStoresAndAtomics)
@@ -1272,7 +1272,7 @@ tcu::TestStatus DescriptorSetRandomTestInstance::iterate (void)
        // Get needed features.
        auto descriptorIndexingSupported        = m_context.isDeviceFunctionalitySupported("VK_EXT_descriptor_indexing");
        auto indexingFeatures                           = m_context.getDescriptorIndexingFeatures();
-       auto inlineUniformFeatures                      = m_context.getInlineUniformBlockFeaturesEXT();
+       auto inlineUniformFeatures                      = m_context.getInlineUniformBlockFeatures();
 
        VkPipelineBindPoint bindPoint;
 
index 3d817b9..7c53813 100644 (file)
@@ -2681,7 +2681,7 @@ void MutableTypesTest::checkSupport (Context& context) const
                                {
                                        // Just in case we ever mix some of these in.
                                        context.requireDeviceFunctionality("VK_EXT_inline_uniform_block");
-                                       const auto& iubFeatures = context.getInlineUniformBlockFeaturesEXT();
+                                       const auto& iubFeatures = context.getInlineUniformBlockFeatures();
                                        if (!iubFeatures.descriptorBindingInlineUniformBlockUpdateAfterBind)
                                                TCU_THROW(NotSupportedError, "Update-after-bind not supported for inline uniform blocks");
                                }
index 8f99a47..8075d76 100644 (file)
@@ -537,7 +537,7 @@ tcu::ConstPixelBufferAccess DepthClampTestInstance::draw ()
                        DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                };
 
-               vk.cmdBeginRenderingKHR(*cmdBuffer, &renderingInfo);
+               vk.cmdBeginRendering(*cmdBuffer, &renderingInfo);
        }
        else
                beginRenderPass(vk, *cmdBuffer, *m_renderPass, *m_framebuffer, makeRect2D(0, 0, WIDTH, HEIGHT));
index a3ba82e..c8cd7d7 100644 (file)
@@ -622,7 +622,7 @@ tcu::TestStatus DiscardRectanglesTestInstance::iterate      (void)
                vk.cmdDraw(*m_cmdBuffer, static_cast<deUint32>(m_vertices.size()), 1u, 0u, 0u); // two triangles
 
                if (m_params.useDynamicRendering)
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
                else
                        vk.cmdEndRenderPass(*m_cmdBuffer);
 
index 5f9d5e7..00bd92d 100644 (file)
@@ -571,7 +571,7 @@ tcu::TestStatus DrawTestInstance::iterate (void)
                                DE_NULL,                                                                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                        };
 
-                       vk.cmdBeginRenderingKHR(*cmdBuffer, &renderingInfo);
+                       vk.cmdBeginRendering(*cmdBuffer, &renderingInfo);
                }
                else
                {
index d0ca1ce..c304148 100644 (file)
@@ -499,7 +499,7 @@ tcu::TestStatus MultipleClearsTest::iterate (void)
                        DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                };
 
-               vk.cmdBeginRenderingKHR(*cmdBuffer, &renderingInfo);
+               vk.cmdBeginRendering(*cmdBuffer, &renderingInfo);
        }
        else
        {
index 9ebbca5..6cd7b6a 100644 (file)
@@ -595,7 +595,7 @@ void DrawTestInstance::render (de::SharedPtr<Image>& colorTargetImage,
                                DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                        };
 
-                       vk.cmdBeginRenderingKHR(*cmdBuffer, &renderingInfo);
+                       vk.cmdBeginRendering(*cmdBuffer, &renderingInfo);
                }
                else
                {
index 3541a80..518a92f 100644 (file)
@@ -700,7 +700,7 @@ protected:
        void                                                    preBarier                                               (const deUint32                                         colorAtchCount,
                                                                                                                                         ImagesLayout&                                          imagesLayout,
                                                                                                                                         const ImagesFormat&                            imagesFormat);
-       void                                                    beginRenderingKHR                               (VkCommandBuffer                                        cmdBuffer,
+       void                                                    beginRendering                                  (VkCommandBuffer                                        cmdBuffer,
                                                                                                                                         const std::vector<VkImageView>&        attachmentBindInfos,
                                                                                                                                         const VkRenderingFlagsKHR                      flags,
                                                                                                                                         const deUint32                                         colorAtchCount,
@@ -999,13 +999,13 @@ void DynamicRenderingTestInstance::rendering (const VkPipeline                                    pipeline,
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 0,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          0,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
 
@@ -1019,7 +1019,7 @@ void DynamicRenderingTestInstance::rendering (const VkPipeline                                    pipeline,
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 0u, 0u);
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1036,13 +1036,13 @@ void DynamicRenderingTestInstance::rendering (const VkPipeline                                  pipeline,
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         0,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  0,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear1.size() != 0)
                        {
@@ -1066,7 +1066,7 @@ void DynamicRenderingTestInstance::rendering (const VkPipeline                                    pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1134,13 +1134,13 @@ void DynamicRenderingTestInstance::preBarier (const deUint32            colorAtchCount,
                                                                  barriers.size());
 }
 
-void DynamicRenderingTestInstance::beginRenderingKHR (VkCommandBuffer                                  cmdBuffer,
-                                                                                                         const std::vector<VkImageView>&       attachmentBindInfos,
-                                                                                                         const VkRenderingFlagsKHR                     flags,
-                                                                                                         const deUint32                                        colorAtchCount,
-                                                                                                         const ImagesFormat&                           imagesFormat,
-                                                                                                         const VkAttachmentLoadOp                      loadOp,
-                                                                                                         const VkAttachmentStoreOp                     storeOp)
+void DynamicRenderingTestInstance::beginRendering (VkCommandBuffer                                     cmdBuffer,
+                                                                                                  const std::vector<VkImageView>&      attachmentBindInfos,
+                                                                                                  const VkRenderingFlagsKHR                    flags,
+                                                                                                  const deUint32                                       colorAtchCount,
+                                                                                                  const ImagesFormat&                          imagesFormat,
+                                                                                                  const VkAttachmentLoadOp                     loadOp,
+                                                                                                  const VkAttachmentStoreOp                    storeOp)
 {
        const DeviceInterface&  vk                      = m_context.getDeviceInterface();
        const VkClearValue              clearValue      = makeClearValueColor(m_parameters.clearColor);
@@ -1229,7 +1229,7 @@ void DynamicRenderingTestInstance::beginRenderingKHR (VkCommandBuffer                                     cmdBuf
                        DE_NULL),                                                                                       // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
        };
 
-       vk.cmdBeginRenderingKHR(cmdBuffer, &renderingInfo);
+       vk.cmdBeginRendering(cmdBuffer, &renderingInfo);
 }
 
 void DynamicRenderingTestInstance::copyImgToBuff (VkCommandBuffer              commandBuffer,
@@ -1380,13 +1380,13 @@ void    SingleCmdBufferResuming::rendering (const VkPipeline                            pipeline,
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
 
@@ -1398,19 +1398,19 @@ void    SingleCmdBufferResuming::rendering (const VkPipeline                            pipeline,
 
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 8u, 0u);
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 0u, 0u);
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1427,13 +1427,13 @@ void    SingleCmdBufferResuming::rendering (const VkPipeline                            pipeline,
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear1.size() != 0)
                        {
@@ -1446,15 +1446,15 @@ void    SingleCmdBufferResuming::rendering (const VkPipeline                            pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear1, 1, &clearData.rectStencil1);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -1467,7 +1467,7 @@ void      SingleCmdBufferResuming::rendering (const VkPipeline                            pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1521,13 +1521,13 @@ void    TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
 
@@ -1540,20 +1540,20 @@ void    TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 8u, 0u);
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 0u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                // Second Primary CommandBuffer
                beginCommandBuffer(vk, *m_cmdBuffer2);
 
-               beginRenderingKHR(*m_cmdBuffer2,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer2,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer2, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
 
@@ -1565,7 +1565,7 @@ void      TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
 
                vk.cmdDraw(*m_cmdBuffer2, 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+               vk.cmdEndRendering(*m_cmdBuffer2);
 
                copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1584,13 +1584,13 @@ void    TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear1.size() != 0)
                        {
@@ -1603,20 +1603,20 @@ void    TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear1, 1, &clearData.rectStencil1);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                        // Second Primary CommandBuffer
                        beginCommandBuffer(vk, *m_cmdBuffer2);
 
-                       beginRenderingKHR(*m_cmdBuffer2,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer2,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -1629,7 +1629,7 @@ void      TwoPrimaryCmdBufferResuming::rendering (const VkPipeline                                pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer2, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+                       vk.cmdEndRendering(*m_cmdBuffer2);
 
                        copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -1691,13 +1691,13 @@ void    TwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipeline,
                // secCmdBuffersFirst
                beginSecondaryCmdBuffer(vk, secCmdBuffers[0]);
 
-               beginRenderingKHR(secCmdBuffers[0],
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(secCmdBuffers[0],
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(secCmdBuffers[0], 0u, 1u, &vertexBuffer, &vertexBufferOffset);
@@ -1705,26 +1705,26 @@ void    TwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipeline,
                vk.cmdDraw(secCmdBuffers[0], 4u, 1u, 8u, 0u);
                vk.cmdDraw(secCmdBuffers[0], 4u, 1u, 0u, 0u);
 
-               vk.cmdEndRenderingKHR(secCmdBuffers[0]);
+               vk.cmdEndRendering(secCmdBuffers[0]);
                VK_CHECK(vk.endCommandBuffer(secCmdBuffers[0]));
 
                // secCmdBuffersSecond
                beginSecondaryCmdBuffer(vk, secCmdBuffers[1]);
 
-               beginRenderingKHR(secCmdBuffers[1],
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(secCmdBuffers[1],
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(secCmdBuffers[1], 0u, 1u, &vertexBuffer, &vertexBufferOffset);
 
                vk.cmdDraw(secCmdBuffers[1], 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(secCmdBuffers[1]);
+               vk.cmdEndRendering(secCmdBuffers[1]);
                VK_CHECK(vk.endCommandBuffer(secCmdBuffers[1]));
 
                // Primary commandBuffer
@@ -1748,13 +1748,13 @@ void    TwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipeline,
                // secCmdBuffersFirst
                        beginSecondaryCmdBuffer(vk, secCmdBuffers[0]);
 
-                       beginRenderingKHR(secCmdBuffers[0],
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(secCmdBuffers[0],
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear1.size() != 0)
                        {
@@ -1767,19 +1767,19 @@ void    TwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(secCmdBuffers[0], 1u, &clearData.stencilClear1, 1, &clearData.rectStencil1);
 
-                       vk.cmdEndRenderingKHR(secCmdBuffers[0]);
+                       vk.cmdEndRendering(secCmdBuffers[0]);
                        VK_CHECK(vk.endCommandBuffer(secCmdBuffers[0]));
 
                        // secCmdBuffersSecond
                        beginSecondaryCmdBuffer(vk, secCmdBuffers[1]);
 
-                       beginRenderingKHR(secCmdBuffers[1],
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(secCmdBuffers[1],
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -1792,7 +1792,7 @@ void      TwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipeline,
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(secCmdBuffers[1], 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(secCmdBuffers[1]);
+                       vk.cmdEndRendering(secCmdBuffers[1]);
                        VK_CHECK(vk.endCommandBuffer(secCmdBuffers[1]));
 
                        // Primary commandBuffer
@@ -1862,13 +1862,13 @@ void    TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline                            pip
                // secCmdBuffersFirst
                beginSecondaryCmdBuffer(vk, secCmdBuffers[0]);
 
-               beginRenderingKHR(secCmdBuffers[0],
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(secCmdBuffers[0],
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(secCmdBuffers[0], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(secCmdBuffers[0], 0u, 1u, &vertexBuffer, &vertexBufferOffset);
@@ -1876,27 +1876,27 @@ void    TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline                            pip
                vk.cmdDraw(secCmdBuffers[0], 4u, 1u, 8u, 0u);
                vk.cmdDraw(secCmdBuffers[0], 4u, 1u, 0u, 0u);
 
-               vk.cmdEndRenderingKHR(secCmdBuffers[0]);
+               vk.cmdEndRendering(secCmdBuffers[0]);
                VK_CHECK(vk.endCommandBuffer(secCmdBuffers[0]));
 
 
                // secCmdBuffersSecond
                beginSecondaryCmdBuffer(vk, secCmdBuffers[1]);
 
-               beginRenderingKHR(secCmdBuffers[1],
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(secCmdBuffers[1],
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(secCmdBuffers[1], VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(secCmdBuffers[1], 0u, 1u, &vertexBuffer, &vertexBufferOffset);
 
                vk.cmdDraw(secCmdBuffers[1], 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(secCmdBuffers[1]);
+               vk.cmdEndRendering(secCmdBuffers[1]);
                VK_CHECK(vk.endCommandBuffer(secCmdBuffers[1]));
 
                // Primary commandBuffer
@@ -1927,13 +1927,13 @@ void    TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline                            pip
                        // secCmdBuffersFirst
                        beginSecondaryCmdBuffer(vk, secCmdBuffers[0]);
 
-                       beginRenderingKHR(secCmdBuffers[0],
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(secCmdBuffers[0],
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear1.size() != 0)
                        {
@@ -1946,19 +1946,19 @@ void    TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline                            pip
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(secCmdBuffers[0], 1u, &clearData.stencilClear1, 1, &clearData.rectStencil1);
 
-                       vk.cmdEndRenderingKHR(secCmdBuffers[0]);
+                       vk.cmdEndRendering(secCmdBuffers[0]);
                        VK_CHECK(vk.endCommandBuffer(secCmdBuffers[0]));
 
                        // secCmdBuffersSecond
                        beginSecondaryCmdBuffer(vk, secCmdBuffers[1]);
 
-                       beginRenderingKHR(secCmdBuffers[1],
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(secCmdBuffers[1],
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -1971,7 +1971,7 @@ void      TwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline                            pip
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(secCmdBuffers[1], 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(secCmdBuffers[1]);
+                       vk.cmdEndRendering(secCmdBuffers[1]);
                        VK_CHECK(vk.endCommandBuffer(secCmdBuffers[1]));
 
                        // Primary commandBuffer
@@ -2054,17 +2054,17 @@ void    ContentsSecondaryCmdBuffer::rendering (const VkPipeline                                 pipeline,
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffers));
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2109,17 +2109,17 @@ void    ContentsSecondaryCmdBuffer::rendering (const VkPipeline                                 pipeline,
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffers));
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2203,17 +2203,17 @@ void    ContentsTwoSecondaryCmdBuffer::rendering (const VkPipeline                                      pipeline,
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 2u, secCmdBuffers);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2263,17 +2263,17 @@ void    ContentsTwoSecondaryCmdBuffer::rendering (const VkPipeline                                      pipeline,
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 2u, secCmdBuffers);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2357,31 +2357,31 @@ void    ContentsTwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipe
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[0]);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[1]);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2431,31 +2431,31 @@ void    ContentsTwoSecondaryCmdBufferResuming::rendering (const VkPipeline                                      pipe
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[0]);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[1]);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
@@ -2541,36 +2541,36 @@ void    ContentsTwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipelin
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[0]);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                // Primary commandBuffer2
                beginCommandBuffer(vk, *m_cmdBuffer2);
 
-               beginRenderingKHR(*m_cmdBuffer2,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer2,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer2, 1u, &secCmdBuffers[1]);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+               vk.cmdEndRendering(*m_cmdBuffer2);
 
                copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -2621,36 +2621,36 @@ void    ContentsTwoSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipelin
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &secCmdBuffers[0]);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                        // Primary commandBuffer2
                        beginCommandBuffer(vk, *m_cmdBuffer2);
 
-                       beginRenderingKHR(*m_cmdBuffer2,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer2,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer2, 1u, &secCmdBuffers[1]);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+                       vk.cmdEndRendering(*m_cmdBuffer2);
 
                        copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -2718,13 +2718,13 @@ void    ContentsPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &vertexBuffer, &vertexBufferOffset);
@@ -2732,20 +2732,20 @@ void    ContentsPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 8u, 0u);
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 0u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -2780,13 +2780,13 @@ void    ContentsPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -2799,20 +2799,20 @@ void    ContentsPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -2881,33 +2881,33 @@ void    ContentsSecondaryPrimaryCmdBufferResuming::rendering (const VkPipeline
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &vertexBuffer, &vertexBufferOffset);
 
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
 
                copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -2942,26 +2942,26 @@ void    ContentsSecondaryPrimaryCmdBufferResuming::rendering (const VkPipeline
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -2974,7 +2974,7 @@ void      ContentsSecondaryPrimaryCmdBufferResuming::rendering (const VkPipeline
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
 
                        copyImgToBuff(*m_cmdBuffer, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -3044,13 +3044,13 @@ void    ContentsTwoPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(*m_cmdBuffer, 0u, 1u, &vertexBuffer, &vertexBufferOffset);
@@ -3058,24 +3058,24 @@ void    ContentsTwoPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 8u, 0u);
                vk.cmdDraw(*m_cmdBuffer, 4u, 1u, 0u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                // Primary commandBuffer2
                beginCommandBuffer(vk, *m_cmdBuffer2);
 
-               beginRenderingKHR(*m_cmdBuffer2,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer2,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer2, 1u, &(*m_secCmdBuffer));
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+               vk.cmdEndRendering(*m_cmdBuffer2);
 
                copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -3110,13 +3110,13 @@ void    ContentsTwoPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -3129,24 +3129,24 @@ void    ContentsTwoPrimarySecondaryCmdBufferResuming::rendering (const VkPipeline
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                        // Primary commandBuffer2
                        beginCommandBuffer(vk, *m_cmdBuffer2);
 
-                       beginRenderingKHR(*m_cmdBuffer2,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer2,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer2, 1u, &(*m_secCmdBuffer));
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+                       vk.cmdEndRendering(*m_cmdBuffer2);
 
                        copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -3217,37 +3217,37 @@ void    ContentsSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline
                beginCommandBuffer(vk, *m_cmdBuffer);
                preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-               beginRenderingKHR(*m_cmdBuffer,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                 VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                          VK_RENDERING_SUSPENDING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
                VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                // Primary commandBuffer2
                beginCommandBuffer(vk, *m_cmdBuffer2);
 
-               beginRenderingKHR(*m_cmdBuffer2,
-                                                 attachmentBindInfos,
-                                                 VK_RENDERING_RESUMING_BIT_KHR,
-                                                 colorAtchCount,
-                                                 imagesFormat,
-                                                 static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                 static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+               beginRendering(*m_cmdBuffer2,
+                                          attachmentBindInfos,
+                                          VK_RENDERING_RESUMING_BIT_KHR,
+                                          colorAtchCount,
+                                          imagesFormat,
+                                          static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                          static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                vk.cmdBindPipeline(*m_cmdBuffer2, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
                vk.cmdBindVertexBuffers(*m_cmdBuffer2, 0u, 1u, &vertexBuffer, &vertexBufferOffset);
 
                vk.cmdDraw(*m_cmdBuffer2, 4u, 1u, 4u, 0u);
 
-               vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+               vk.cmdEndRendering(*m_cmdBuffer2);
 
                copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
@@ -3282,30 +3282,30 @@ void    ContentsSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline
                        beginCommandBuffer(vk, *m_cmdBuffer);
                        preBarier(colorAtchCount, imagesLayout, imagesFormat);
 
-                       beginRenderingKHR(*m_cmdBuffer,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
-                                                         VK_RENDERING_SUSPENDING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR |
+                                                  VK_RENDERING_SUSPENDING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        vk.cmdExecuteCommands(*m_cmdBuffer, 1u, &(*m_secCmdBuffer));
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer);
+                       vk.cmdEndRendering(*m_cmdBuffer);
                        VK_CHECK(vk.endCommandBuffer(*m_cmdBuffer));
 
                        // Primary commandBuffer2
                        beginCommandBuffer(vk, *m_cmdBuffer2);
 
-                       beginRenderingKHR(*m_cmdBuffer2,
-                                                         attachmentBindInfos,
-                                                         VK_RENDERING_RESUMING_BIT_KHR,
-                                                         colorAtchCount,
-                                                         imagesFormat,
-                                                         static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
-                                                         static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
+                       beginRendering(*m_cmdBuffer2,
+                                                  attachmentBindInfos,
+                                                  VK_RENDERING_RESUMING_BIT_KHR,
+                                                  colorAtchCount,
+                                                  imagesFormat,
+                                                  static_cast<VkAttachmentLoadOp>(attachmentLoadOp),
+                                                  static_cast<VkAttachmentStoreOp>(attachmentStoreOp));
 
                        if (clearData.colorDepthClear2.size() != 0)
                        {
@@ -3318,7 +3318,7 @@ void      ContentsSecondaryTwoPrimaryCmdBufferResuming::rendering (const VkPipeline
                        if (imagesFormat.stencil != VK_FORMAT_UNDEFINED)
                                vk.cmdClearAttachments(*m_cmdBuffer2, 1u, &clearData.stencilClear2, 1, &clearData.rectStencil2);
 
-                       vk.cmdEndRenderingKHR(*m_cmdBuffer2);
+                       vk.cmdEndRendering(*m_cmdBuffer2);
 
                        copyImgToBuff(*m_cmdBuffer2, colorAtchCount, imagesLayout, imagesFormat);
 
index fefbbfb..e59caa4 100644 (file)
@@ -278,17 +278,17 @@ void setLineStipple (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, cons
 
 void setCullMode (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetCullModeEXT(cmdBuffer, VK_CULL_MODE_FRONT_AND_BACK);
+       vkd->cmdSetCullMode(cmdBuffer, VK_CULL_MODE_FRONT_AND_BACK);
 }
 
 void setFrontFace (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetFrontFaceEXT(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE);
+       vkd->cmdSetFrontFace(cmdBuffer, VK_FRONT_FACE_COUNTER_CLOCKWISE);
 }
 
 void setPrimitiveTopology (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetPrimitiveTopologyEXT(cmdBuffer, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP);
+       vkd->cmdSetPrimitiveTopology(cmdBuffer, VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP);
 }
 
 void setViewportWithCount (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
@@ -302,7 +302,7 @@ void setViewportWithCount (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer
                0.0f,   //      float   minDepth;
                1.0f,   //      float   maxDepth;
        };
-       vkd->cmdSetViewportWithCountEXT(cmdBuffer, 1u, &viewport);
+       vkd->cmdSetViewportWithCount(cmdBuffer, 1u, &viewport);
 }
 
 void setScissorWithCount (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
@@ -312,7 +312,7 @@ void setScissorWithCount (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer,
                { 0, 0 },       //      VkOffset2D      offset;
                { 1u, 1u },     //      VkExtent2D      extent;
        };
-       vkd->cmdSetScissorWithCountEXT(cmdBuffer, 1u, &scissor);
+       vkd->cmdSetScissorWithCount(cmdBuffer, 1u, &scissor);
 }
 
 void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData* data)
@@ -326,37 +326,37 @@ void bindVertexBuffers (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, c
        const auto pipeline                     = bindData->getPipeline();
 
        vkd->cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline);
-       vkd->cmdBindVertexBuffers2EXT(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride);
+       vkd->cmdBindVertexBuffers2(cmdBuffer, 0u, 1u, &vertexBuffer->get(), &bufferOffset, &dataSize, &stride);
 }
 
 void setDepthTestEnable (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetDepthTestEnableEXT(cmdBuffer, VK_TRUE);
+       vkd->cmdSetDepthTestEnable(cmdBuffer, VK_TRUE);
 }
 
 void setDepthWriteEnable (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetDepthWriteEnableEXT(cmdBuffer, VK_TRUE);
+       vkd->cmdSetDepthWriteEnable(cmdBuffer, VK_TRUE);
 }
 
 void setDepthCompareOp (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetDepthCompareOpEXT(cmdBuffer, VK_COMPARE_OP_LESS);
+       vkd->cmdSetDepthCompareOp(cmdBuffer, VK_COMPARE_OP_LESS);
 }
 
 void setDepthBoundsTestEnable (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetDepthBoundsTestEnableEXT(cmdBuffer, VK_TRUE);
+       vkd->cmdSetDepthBoundsTestEnable(cmdBuffer, VK_TRUE);
 }
 
 void setStencilTestEnable (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetStencilTestEnableEXT(cmdBuffer, VK_TRUE);
+       vkd->cmdSetStencilTestEnable(cmdBuffer, VK_TRUE);
 }
 
 void setStencilOp (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
 {
-       vkd->cmdSetStencilOpEXT(cmdBuffer, VK_STENCIL_FRONT_AND_BACK, VK_STENCIL_OP_ZERO, VK_STENCIL_OP_INCREMENT_AND_CLAMP, VK_STENCIL_OP_KEEP, VK_COMPARE_OP_ALWAYS);
+       vkd->cmdSetStencilOp(cmdBuffer, VK_STENCIL_FRONT_AND_BACK, VK_STENCIL_OP_ZERO, VK_STENCIL_OP_INCREMENT_AND_CLAMP, VK_STENCIL_OP_KEEP, VK_COMPARE_OP_ALWAYS);
 }
 
 void setViewportWScaling (const DeviceInterface* vkd, VkCommandBuffer cmdBuffer, const DynamicStateData*)
index d59702b..3ee7372 100644 (file)
@@ -635,12 +635,12 @@ void InheritanceTestInstance::startRenderCmds(const TestGeometry& geometry)
                m_vk.cmdSetScissor(m_setStateCmdBuffer, 0, 1, &geometry.scissors[0]);
                break;
        case kInheritFromSecondaryWithCount:
-               m_vk.cmdSetViewportWithCountEXT(m_setStateCmdBuffer,
-                                                                               deUint32(geometry.viewports.size()),
-                                                                               &geometry.viewports[0]);
-               m_vk.cmdSetScissorWithCountEXT(m_setStateCmdBuffer,
-                                                                          deUint32(geometry.scissors.size()),
-                                                                          &geometry.scissors[0]);
+               m_vk.cmdSetViewportWithCount(m_setStateCmdBuffer,
+                                                                        deUint32(geometry.viewports.size()),
+                                                                        &geometry.viewports[0]);
+               m_vk.cmdSetScissorWithCount(m_setStateCmdBuffer,
+                                                                       deUint32(geometry.scissors.size()),
+                                                                       &geometry.scissors[0]);
                break;
        }
        VK_CHECK(m_vk.endCommandBuffer(m_setStateCmdBuffer));
@@ -744,12 +744,12 @@ void InheritanceTestInstance::startRenderCmds(const TestGeometry& geometry)
                break;
        case kInheritFromPrimaryWithCount:
                // Same but with count inherited.
-               m_vk.cmdSetViewportWithCountEXT(m_primaryCmdBuffer,
-                                                                               deUint32(geometry.viewports.size()),
-                                                                               &geometry.viewports[0]);
-               m_vk.cmdSetScissorWithCountEXT(m_primaryCmdBuffer,
-                                                                          deUint32(geometry.scissors.size()),
-                                                                          &geometry.scissors[0]);
+               m_vk.cmdSetViewportWithCount(m_primaryCmdBuffer,
+                                                                        deUint32(geometry.viewports.size()),
+                                                                        &geometry.viewports[0]);
+               m_vk.cmdSetScissorWithCount(m_primaryCmdBuffer,
+                                                                       deUint32(geometry.scissors.size()),
+                                                                       &geometry.scissors[0]);
                break;
        case kSplitInheritance:
                // Specify the remaining viewport, scissors not set by the
index f0ad221..10f806d 100644 (file)
@@ -2093,7 +2093,7 @@ tcu::TestStatus FSRTestInstance::iterate (void)
                                        m_data.useDepthStencil ? &depthStencilAttachments[1] : DE_NULL,                 // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                                };
 
-                               vk.cmdBeginRenderingKHR(*cmdBuffer, &renderingInfo);
+                               vk.cmdBeginRendering(*cmdBuffer, &renderingInfo);
                        }
                        else
                        {
index 8a4fc6a..cf09335 100644 (file)
@@ -479,7 +479,7 @@ StoreTest::StoreTest (tcu::TestContext&             testCtx,
 
 void StoreTest::checkSupport (Context& context) const
 {
-       const VkFormatPropertiesExtendedKHR formatProperties (context.getFormatProperties(m_format));
+       const VkFormatProperties3 formatProperties (context.getFormatProperties(m_format));
 
        if (!m_declareImageFormatInShader && !(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format not supported for unformatted stores via storage images");
@@ -1079,8 +1079,8 @@ LoadStoreTest::LoadStoreTest (tcu::TestContext&           testCtx,
 
 void LoadStoreTest::checkSupport (Context& context) const
 {
-       const VkFormatPropertiesExtendedKHR formatProperties (context.getFormatProperties(m_format));
-       const VkFormatPropertiesExtendedKHR imageFormatProperties (context.getFormatProperties(m_imageFormat));
+       const VkFormatProperties3 formatProperties (context.getFormatProperties(m_format));
+       const VkFormatProperties3 imageFormatProperties (context.getFormatProperties(m_imageFormat));
 
        if (m_imageLoadStoreLodAMD)
                context.requireDeviceFunctionality("VK_AMD_shader_image_load_store_lod");
@@ -1107,7 +1107,7 @@ void LoadStoreTest::checkSupport (Context& context) const
        {
                // When the source buffer is three-component, the destination buffer is single-component.
                VkFormat dstFormat = getSingleComponentFormat(m_format);
-               const VkFormatPropertiesExtendedKHR dstFormatProperties (context.getFormatProperties(dstFormat));
+               const VkFormatProperties3 dstFormatProperties (context.getFormatProperties(dstFormat));
 
                if (m_texture.type() == IMAGE_TYPE_BUFFER && !(dstFormatProperties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT))
                        TCU_THROW(NotSupportedError, "Format not supported for storage texel buffers");
@@ -2216,7 +2216,7 @@ ImageExtendOperandTest::ImageExtendOperandTest (tcu::TestContext&                         testCtx,
 
 void checkFormatProperties (Context& context, VkFormat format)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties (context.getFormatProperties(format));
+       const VkFormatProperties3 formatProperties (context.getFormatProperties(format));
 
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT))
                TCU_THROW(NotSupportedError, "Format not supported for storage images");
index 7814995..19f5a66 100644 (file)
@@ -120,7 +120,7 @@ VkMemoryRequirements getBufferCreateInfoMemoryRequirementsKHR (const DeviceInter
                {0, 0, 0}                                                                                                       // VkMemoryRequirements memoryRequirements
        };
 
-       vk.getDeviceBufferMemoryRequirementsKHR(device, &memoryInfo, &req2);
+       vk.getDeviceBufferMemoryRequirements(device, &memoryInfo, &req2);
 
        return req2.memoryRequirements;
 }
@@ -147,7 +147,7 @@ VkMemoryRequirements getImageMemoryRequirements2 (const DeviceInterface& vk, con
        return req2.memoryRequirements;
 }
 
-VkMemoryRequirements getDeviceImageMemoryRequirementsKHR (const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo, void* next = DE_NULL)
+VkMemoryRequirements getDeviceImageMemoryRequirements (const DeviceInterface& vk, const VkDevice device, const VkImageCreateInfo& createInfo, void* next = DE_NULL)
 {
        VkDeviceImageMemoryRequirementsKHR info =
        {
@@ -163,7 +163,7 @@ VkMemoryRequirements getDeviceImageMemoryRequirementsKHR (const DeviceInterface&
                {0, 0, 0}                                                                                                       // VkMemoryRequirements memoryRequirements
        };
 
-       vk.getDeviceImageMemoryRequirementsKHR(device, &info, &req2);
+       vk.getDeviceImageMemoryRequirements(device, &info, &req2);
 
        return req2.memoryRequirements;
 }
@@ -181,7 +181,7 @@ std::vector<VkSparseImageMemoryRequirements> getImageCreateInfoSparseMemoryRequi
        std::vector<VkSparseImageMemoryRequirements>    requirements;
        std::vector<VkSparseImageMemoryRequirements2>   requirements2;
 
-       vk.getDeviceImageSparseMemoryRequirementsKHR(device, &info, &requirementsCount, DE_NULL);
+       vk.getDeviceImageSparseMemoryRequirements(device, &info, &requirementsCount, DE_NULL);
 
        if (requirementsCount > 0)
        {
@@ -192,7 +192,7 @@ std::vector<VkSparseImageMemoryRequirements> getImageCreateInfoSparseMemoryRequi
                        requirements2[ndx].pNext = DE_NULL;
                }
 
-               vk.getDeviceImageSparseMemoryRequirementsKHR(device, &info, &requirementsCount, &requirements2[0]);
+               vk.getDeviceImageSparseMemoryRequirements(device, &info, &requirementsCount, &requirements2[0]);
 
                if ((size_t)requirementsCount != requirements2.size())
                        TCU_FAIL("Returned sparse image memory requirements count changes between queries");
@@ -1738,14 +1738,14 @@ void ImageMemoryRequirementsCreateInfo::addFunctionTestCase (tcu::TestCaseGroup*
 void ImageMemoryRequirementsCreateInfo::updateMemoryRequirements (const DeviceInterface&       vk,
                                                                                                                                  const VkDevice                        device)
 {
-       m_currentTestRequirements = getDeviceImageMemoryRequirementsKHR(vk, device, m_currentTestImageInfo);
+       m_currentTestRequirements = getDeviceImageMemoryRequirements(vk, device, m_currentTestImageInfo);
 
        const Unique<VkImage> image(createImage(vk, device, &m_currentTestImageInfo));
        m_currentTestOriginalRequirements = getImageMemoryRequirements(vk, device, *image);
 
        VkImageCreateInfo halfImageCreateInfo = m_currentTestImageInfo;
        halfImageCreateInfo.extent = halfExtentForImage(m_currentTestImageInfo.imageType, m_currentTestImageInfo.extent);
-       m_currentTestHalfRequirements = getDeviceImageMemoryRequirementsKHR(vk, device, halfImageCreateInfo);
+       m_currentTestHalfRequirements = getDeviceImageMemoryRequirements(vk, device, halfImageCreateInfo);
 
        if (m_currentTestImageInfo.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT)
        {
@@ -1971,7 +1971,7 @@ tcu::TestStatus testMultiplaneImages (Context& context, ImageTestParams params)
                                                        &imageInfo,
                                                        aspect
                                                };
-                                               vk.getDeviceImageMemoryRequirementsKHR(device, &info, &requirements);
+                                               vk.getDeviceImageMemoryRequirements(device, &info, &requirements);
                                        }
                                        else
                                        {
index cafd133..c519913 100644 (file)
@@ -3616,7 +3616,7 @@ void MultiViewDepthStencilTestInstance::draw (const deUint32 subpassCount, VkRen
                                (m_stencilTest ? &dsAttachment : DE_NULL),                              // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                        };
 
-                       m_device->cmdBeginRenderingKHR(*m_cmdBuffer, &renderingInfo);
+                       m_device->cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
                }
 
                for (deUint32 drawNdx = 0u; drawNdx < drawCountPerSubpass; ++drawNdx)
index 1b4cdf6..078d176 100644 (file)
@@ -317,7 +317,7 @@ void checkSupport(Context& context, const TestParams&)
                TCU_THROW(NotSupportedError, "Extension 'VK_EXT_pipeline_creation_cache_control' is not supported");
        }
 
-       const auto features = context.getPipelineCreationCacheControlFeaturesEXT();
+       const auto features = context.getPipelineCreationCacheControlFeatures();
        if (features.pipelineCreationCacheControl == DE_FALSE)
        {
                TCU_THROW(NotSupportedError, "Feature 'pipelineCreationCacheControl' is not enabled");
index f4681b6..d79463b 100644 (file)
@@ -1496,43 +1496,43 @@ void copyAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::Buffe
 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBuffer cmdBuffer)
 {
        if (testConfig.cullModeConfig.dynamicValue)
-               vkd.cmdSetCullModeEXT(cmdBuffer, testConfig.cullModeConfig.dynamicValue.get());
+               vkd.cmdSetCullMode(cmdBuffer, testConfig.cullModeConfig.dynamicValue.get());
 
        if (testConfig.frontFaceConfig.dynamicValue)
-               vkd.cmdSetFrontFaceEXT(cmdBuffer, testConfig.frontFaceConfig.dynamicValue.get());
+               vkd.cmdSetFrontFace(cmdBuffer, testConfig.frontFaceConfig.dynamicValue.get());
 
        if (testConfig.topologyConfig.dynamicValue)
-               vkd.cmdSetPrimitiveTopologyEXT(cmdBuffer, testConfig.topologyConfig.dynamicValue.get());
+               vkd.cmdSetPrimitiveTopology(cmdBuffer, testConfig.topologyConfig.dynamicValue.get());
 
        if (testConfig.viewportConfig.dynamicValue)
        {
                const auto& viewports = testConfig.viewportConfig.dynamicValue.get();
-               vkd.cmdSetViewportWithCountEXT(cmdBuffer, static_cast<deUint32>(viewports.size()), viewports.data());
+               vkd.cmdSetViewportWithCount(cmdBuffer, static_cast<deUint32>(viewports.size()), viewports.data());
        }
 
        if (testConfig.scissorConfig.dynamicValue)
        {
                const auto& scissors = testConfig.scissorConfig.dynamicValue.get();
-               vkd.cmdSetScissorWithCountEXT(cmdBuffer, static_cast<deUint32>(scissors.size()), scissors.data());
+               vkd.cmdSetScissorWithCount(cmdBuffer, static_cast<deUint32>(scissors.size()), scissors.data());
        }
 
        if (testConfig.depthTestEnableConfig.dynamicValue)
-               vkd.cmdSetDepthTestEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthTestEnableConfig.dynamicValue.get()));
+               vkd.cmdSetDepthTestEnable(cmdBuffer, makeVkBool32(testConfig.depthTestEnableConfig.dynamicValue.get()));
 
        if (testConfig.depthWriteEnableConfig.dynamicValue)
-               vkd.cmdSetDepthWriteEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthWriteEnableConfig.dynamicValue.get()));
+               vkd.cmdSetDepthWriteEnable(cmdBuffer, makeVkBool32(testConfig.depthWriteEnableConfig.dynamicValue.get()));
 
        if (testConfig.depthCompareOpConfig.dynamicValue)
-               vkd.cmdSetDepthCompareOpEXT(cmdBuffer, testConfig.depthCompareOpConfig.dynamicValue.get());
+               vkd.cmdSetDepthCompareOp(cmdBuffer, testConfig.depthCompareOpConfig.dynamicValue.get());
 
        if (testConfig.depthBoundsTestEnableConfig.dynamicValue)
-               vkd.cmdSetDepthBoundsTestEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthBoundsTestEnableConfig.dynamicValue.get()));
+               vkd.cmdSetDepthBoundsTestEnable(cmdBuffer, makeVkBool32(testConfig.depthBoundsTestEnableConfig.dynamicValue.get()));
 
        if (testConfig.stencilTestEnableConfig.dynamicValue)
-               vkd.cmdSetStencilTestEnableEXT(cmdBuffer, makeVkBool32(testConfig.stencilTestEnableConfig.dynamicValue.get()));
+               vkd.cmdSetStencilTestEnable(cmdBuffer, makeVkBool32(testConfig.stencilTestEnableConfig.dynamicValue.get()));
 
        if (testConfig.depthBiasEnableConfig.dynamicValue)
-               vkd.cmdSetDepthBiasEnableEXT(cmdBuffer, makeVkBool32(testConfig.depthBiasEnableConfig.dynamicValue.get()));
+               vkd.cmdSetDepthBiasEnable(cmdBuffer, makeVkBool32(testConfig.depthBiasEnableConfig.dynamicValue.get()));
 
        if (testConfig.depthBiasConfig.dynamicValue)
        {
@@ -1541,10 +1541,10 @@ void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& v
        }
 
        if (testConfig.rastDiscardEnableConfig.dynamicValue)
-               vkd.cmdSetRasterizerDiscardEnableEXT(cmdBuffer, makeVkBool32(testConfig.rastDiscardEnableConfig.dynamicValue.get()));
+               vkd.cmdSetRasterizerDiscardEnable(cmdBuffer, makeVkBool32(testConfig.rastDiscardEnableConfig.dynamicValue.get()));
 
        if (testConfig.primRestartEnableConfig.dynamicValue)
-               vkd.cmdSetPrimitiveRestartEnableEXT(cmdBuffer, makeVkBool32(testConfig.primRestartEnableConfig.dynamicValue.get()));
+               vkd.cmdSetPrimitiveRestartEnable(cmdBuffer, makeVkBool32(testConfig.primRestartEnableConfig.dynamicValue.get()));
 
        if (testConfig.logicOpConfig.dynamicValue)
                vkd.cmdSetLogicOpEXT(cmdBuffer, testConfig.logicOpConfig.dynamicValue.get());
@@ -1555,7 +1555,7 @@ void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& v
        if (testConfig.stencilOpConfig.dynamicValue)
        {
                for (const auto& params : testConfig.stencilOpConfig.dynamicValue.get())
-                       vkd.cmdSetStencilOpEXT(cmdBuffer, params.faceMask, params.failOp, params.passOp, params.depthFailOp, params.compareOp);
+                       vkd.cmdSetStencilOp(cmdBuffer, params.faceMask, params.failOp, params.passOp, params.depthFailOp, params.compareOp);
        }
 
        if (testConfig.vertexGenerator.dynamicValue)
@@ -1606,7 +1606,7 @@ bool maybeBindVertexBufferDynStride(const TestConfig& testConfig, const vk::Devi
                sizes.push_back         (vertBuffer.dataSize);
        }
 
-       vkd.cmdBindVertexBuffers2EXT(cmdBuffer, 0u, static_cast<deUint32>(chosenBuffers.size()), buffers.data(), offsets.data(), sizes.data(), strides.data());
+       vkd.cmdBindVertexBuffers2(cmdBuffer, 0u, static_cast<deUint32>(chosenBuffers.size()), buffers.data(), offsets.data(), sizes.data(), strides.data());
 
        return true;
 }
index feb377a..5a368e6 100644 (file)
@@ -1738,7 +1738,7 @@ tcu::TestStatus ReconvergenceTestInstance::iterate (void)
        flushAlloc(vk, device, buffers[2]->getAllocation());
 
        const VkBool32 computeFullSubgroups = subgroupProperties.subgroupSize <= 64 &&
-                                                                                 m_context.getSubgroupSizeControlFeaturesEXT().computeFullSubgroups;
+                                                                                 m_context.getSubgroupSizeControlFeatures().computeFullSubgroups;
 
        const VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT subgroupSizeCreateInfo =
        {
index 419c3b5..3ee8067 100644 (file)
@@ -529,7 +529,7 @@ void LoadStoreOpNoneTestInstance::createCommandBuffer       (const DeviceInterface&
                        useStencil ? &dsAttachment : DE_NULL                                                    // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                };
 
-               vk.cmdBeginRenderingKHR(*m_cmdBuffer, &renderingInfo);
+               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
        }
        else
        {
@@ -601,7 +601,7 @@ void LoadStoreOpNoneTestInstance::createCommandBuffer       (const DeviceInterface&
                }
        }
        if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
        else
                RenderpassSubpass::cmdEndRenderPass(vk, *m_cmdBuffer, &subpassEndInfo);
        endCommandBuffer(vk, *m_cmdBuffer);
index f339188..5f3e287 100644 (file)
@@ -768,7 +768,7 @@ void MultisampleRenderPassTestInstance::submit (void)
                        DE_NULL,                                                                                                // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                };
 
-               vkd.cmdBeginRenderingKHR(*commandBuffer, &renderingInfo);
+               vkd.cmdBeginRendering(*commandBuffer, &renderingInfo);
        }
        else
        {
@@ -799,7 +799,7 @@ void MultisampleRenderPassTestInstance::submit (void)
        }
 
        if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vkd.cmdEndRenderingKHR(*commandBuffer);
+               vkd.cmdEndRendering(*commandBuffer);
        else
        {
                const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
index 0bb1b15..2c7a444 100644 (file)
@@ -507,7 +507,7 @@ tcu::TestStatus SparseRenderTargetTestInstance::iterateInternal (void)
        vkd.cmdDraw(*commandBuffer, 6u, 1u, 0u, 0u);
 
        if (m_renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vkd.cmdEndRenderingKHR(*commandBuffer);
+               vkd.cmdEndRendering(*commandBuffer);
        else
        {
                const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
index ffbfd3f..5be939e 100644 (file)
@@ -2874,7 +2874,7 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                         vk,
                pStencilAttachment                                                                                                      // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
        };
 
-       vk.cmdBeginRenderingKHR(commandBuffer, &renderingInfo);
+       vk.cmdBeginRendering(commandBuffer, &renderingInfo);
 
        if (render)
        {
@@ -2887,7 +2887,7 @@ void pushDynamicRenderingCommands (const DeviceInterface&                                                         vk,
                        subpassRenderers[0]->pushRenderCommands(vk, commandBuffer);
        }
 
-       vk.cmdEndRenderingKHR(commandBuffer);
+       vk.cmdEndRendering(commandBuffer);
 }
 
 void pushRenderPassCommands (const DeviceInterface&                                                            vk,
index 10ff7d0..a43ea35 100644 (file)
@@ -921,7 +921,7 @@ void UnusedClearAttachmentTestInstance::createCommandBuffer (const DeviceInterfa
                        hasStencil ? &depthAttachment : DE_NULL,                                                        // const VkRenderingAttachmentInfoKHR*  pStencilAttachment;
                };
 
-               vk.cmdBeginRenderingKHR(*m_cmdBuffer, &renderingInfo);
+               vk.cmdBeginRendering(*m_cmdBuffer, &renderingInfo);
        }
        else
        {
@@ -944,7 +944,7 @@ void UnusedClearAttachmentTestInstance::createCommandBuffer (const DeviceInterfa
        vk.cmdClearAttachments(*m_cmdBuffer, static_cast<deUint32>(clearAttachments.size()), (clearAttachments.empty() ? DE_NULL : clearAttachments.data()), 1u, &clearRect);
 
        if (m_testParams.renderingType == RENDERING_TYPE_DYNAMIC_RENDERING)
-               vk.cmdEndRenderingKHR(*m_cmdBuffer);
+               vk.cmdEndRendering(*m_cmdBuffer);
        else
        {
                const typename RenderpassSubpass::SubpassEndInfo subpassEndInfo(DE_NULL);
index 24781b3..8b81239 100644 (file)
@@ -455,7 +455,7 @@ void RobustnessExtsTestCase::checkSupport(Context& context) const
        if ((m_data.descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER || m_data.descriptorType == VK_DESCRIPTOR_TYPE_STORAGE_IMAGE) &&
                !m_data.formatQualifier)
        {
-               const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(m_data.format);
+               const VkFormatProperties3 formatProperties = context.getFormatProperties(m_data.format);
                if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR))
                        TCU_THROW(NotSupportedError, "Format does not support reading without format");
                if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR))
index 750d354..8af40be 100644 (file)
@@ -156,7 +156,7 @@ ShaderDiscardCase::ShaderDiscardCase (tcu::TestContext&             testCtx,
 
 void ShaderDiscardCase::checkSupport(Context& context) const
 {
-       if (m_demote && !context.getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation)
+       if (m_demote && !context.getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation)
                TCU_THROW(NotSupportedError, "VK_EXT_shader_demote_to_helper_invocation not supported");
 }
 
index 57fcf0d..3887d54 100755 (executable)
@@ -260,8 +260,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -302,7 +302,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData                                               =
                {
index 2866cde..2a19146 100755 (executable)
@@ -280,8 +280,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
index 2172265..cdb3c10 100755 (executable)
@@ -236,8 +236,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -270,7 +270,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                if (caseDef.requiredSubgroupSize == DE_FALSE)
index 6227daa..605c509 100755 (executable)
@@ -309,8 +309,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -343,7 +343,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                if (caseDef.requiredSubgroupSize == DE_FALSE)
index 38cc0b9..d949f6a 100755 (executable)
@@ -803,8 +803,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -845,7 +845,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData                                               =
                {
index 02e94e0..5a7408d 100755 (executable)
@@ -1695,8 +1695,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -1794,7 +1794,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                if (OPTYPE_ELECT == caseDef.opType)
index a86249f..06d9e42 100755 (executable)
@@ -1221,8 +1221,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&      subgroupSizeControlFeatures                     = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -1260,7 +1260,7 @@ TestStatus test(Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                if (caseDef.requiredSubgroupSize == DE_FALSE)
index a53f7b6..2e16c18 100755 (executable)
@@ -1676,8 +1676,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -1733,7 +1733,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (VK_SHADER_STAGE_COMPUTE_BIT == caseDef.shaderStage)
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                switch (caseDef.testType)
index cf4d499..4530ebd 100755 (executable)
@@ -188,8 +188,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -230,7 +230,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                subgroups::SSBOData inputData;
index 1c37f14..a46e666 100755 (executable)
@@ -311,8 +311,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -353,7 +353,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData                                               =
                {
index 137a333..8828f56 100755 (executable)
@@ -217,8 +217,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -258,7 +258,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData
                {
index 5a113c7..426bbdb 100755 (executable)
@@ -249,8 +249,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -283,7 +283,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
 
                if (caseDef.requiredSubgroupSize == DE_FALSE)
index c126404..ca703d0 100755 (executable)
@@ -244,8 +244,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -294,7 +294,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 {
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData[2]
                {
index f17633f..9a84cc8 100755 (executable)
@@ -90,7 +90,7 @@ UVec3 getLocalSizes (const VkPhysicalDeviceProperties&        physicalDeviceProperties,
 
 deUint32 getRequiredSubgroupSizeFromMode (Context&                                                                                                     context,
                                                                                  const CaseDefinition&                                                                         caseDef,
-                                                                                 const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&       subgroupSizeControlProperties)
+                                                                                 const VkPhysicalDeviceSubgroupSizeControlProperties&          subgroupSizeControlProperties)
 {
        switch (caseDef.requiredSubgroupSizeMode)
        {
@@ -108,7 +108,7 @@ static bool checkVertexPipelineStages (const void*                  internalData,
 {
        const struct internalDataStruct*                                                checkInternalData                               = reinterpret_cast<const struct internalDataStruct *>(internalData);
        const Context*                                                                                  context                                                 = checkInternalData->context;
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context->getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context->getSubgroupSizeControlProperties();
        TestLog&                                                                                                log                                                             = context->getTestContext().getLog();
        const deUint32*                                                                                 data                                                    = reinterpret_cast<const deUint32*>(datas[0]);
 
@@ -141,7 +141,7 @@ static bool checkFragmentPipelineStages (const void*                        internalData,
 {
        const struct internalDataStruct*                                                checkInternalData                               = reinterpret_cast<const struct internalDataStruct *>(internalData);
        const Context*                                                                                  context                                                 = checkInternalData->context;
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context->getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context->getSubgroupSizeControlProperties();
        TestLog&                                                                                                log                                                             = context->getTestContext().getLog();
        const deUint32*                                                                                 data                                                    = reinterpret_cast<const deUint32*>(datas[0]);
 
@@ -179,7 +179,7 @@ static bool checkCompute (const void*                       internalData,
 {
        const struct internalDataStruct*                                                checkInternalData                               = reinterpret_cast<const struct internalDataStruct *>(internalData);
        const Context*                                                                                  context                                                 = checkInternalData->context;
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context->getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context->getSubgroupSizeControlProperties();
        TestLog&                                                                                                log                                                             = context->getTestContext().getLog();
        const deUint32                                                                                  globalSizeX                                             = numWorkgroups[0] * localSize[0];
        const deUint32                                                                                  globalSizeY                                             = numWorkgroups[1] * localSize[1];
@@ -219,7 +219,7 @@ static bool checkComputeRequireFull (const void*                    internalData,
 {
        const struct internalDataStruct*                                                checkInternalData                               = reinterpret_cast<const struct internalDataStruct *>(internalData);
        const Context*                                                                                  context                                                 = checkInternalData->context;
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context->getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context->getSubgroupSizeControlProperties();
        TestLog&                                                                                                log                                                             = context->getTestContext().getLog();
        const deUint32                                                                                  globalSizeX                                             = numWorkgroups[0] * localSize[0];
        const deUint32                                                                                  globalSizeY                                             = numWorkgroups[1] * localSize[1];
@@ -505,14 +505,14 @@ void supportedCheckFeatures (Context& context, CaseDefinition caseDef)
        if (caseDef.requiredSubgroupSizeMode != REQUIRED_SUBGROUP_SIZE_NONE ||
                caseDef.pipelineShaderStageCreateFlags == VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT)
        {
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures     = context.getSubgroupSizeControlFeaturesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&      subgroupSizeControlFeatures     = context.getSubgroupSizeControlFeatures();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
 
                if (caseDef.requiredSubgroupSizeMode != REQUIRED_SUBGROUP_SIZE_NONE)
                {
-                       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+                       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                        if ((subgroupSizeControlProperties.requiredSubgroupSizeStages & caseDef.shaderStage) != caseDef.shaderStage)
                                TCU_THROW(NotSupportedError, "Device does not support setting required subgroup size for the stages selected");
@@ -521,7 +521,7 @@ void supportedCheckFeatures (Context& context, CaseDefinition caseDef)
 
        if (caseDef.pipelineShaderStageCreateFlags == VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT)
        {
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures     = context.getSubgroupSizeControlFeaturesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&      subgroupSizeControlFeatures     = context.getSubgroupSizeControlFeatures();
 
                if (subgroupSizeControlFeatures.computeFullSubgroups == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support full subgroups in compute shaders");
@@ -663,7 +663,7 @@ TestStatus testRequireFullSubgroups (Context& context, const CaseDefinition case
        DE_ASSERT(caseDef.requiredSubgroupSizeMode == REQUIRED_SUBGROUP_SIZE_NONE);
 
        const deUint32                                                                                          numWorkgroups[3]                                                        = {1, 1, 1};
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT&         subgroupSizeControlProperties                           = context.getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&            subgroupSizeControlProperties                           = context.getSubgroupSizeControlProperties();
        const VkPhysicalDeviceProperties&                                                       physicalDeviceProperties                                        = context.getDeviceProperties();
        // Calculate the local workgroup sizes to exercise the maximum supported by the driver
        const UVec3                                                                                                     localSize                                                                       = getLocalSizes(physicalDeviceProperties, physicalDeviceProperties.limits.maxComputeWorkGroupInvocations);
@@ -707,7 +707,7 @@ TestStatus testRequireSubgroupSize (Context& context, const CaseDefinition caseD
        if (isAllComputeStages(caseDef.shaderStage))
        {
                const deUint32                                                                                  numWorkgroups[3]                                                        = {1, 1, 1};
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties                           = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties                           = context.getSubgroupSizeControlProperties();
                const VkPhysicalDeviceProperties&                                               physicalDeviceProperties                                        = context.getDeviceProperties();
                const deUint32                                                                                  requiredSubgroupSize                                            = getRequiredSubgroupSizeFromMode(context, caseDef, subgroupSizeControlProperties);
                const deUint64                                                                                  maxSubgroupLimitSize                                            = (deUint64)requiredSubgroupSize * subgroupSizeControlProperties.maxComputeWorkgroupSubgroups;
@@ -746,7 +746,7 @@ TestStatus testRequireSubgroupSize (Context& context, const CaseDefinition caseD
        else if (isAllGraphicsStages(caseDef.shaderStage))
        {
                const VkShaderStageFlags                                                                stages                                                  = subgroups::getPossibleGraphicsSubgroupStages(context, caseDef.shaderStage);
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                const deUint32                                                                                  requiredSubgroupSize                    = getRequiredSubgroupSizeFromMode(context, caseDef, subgroupSizeControlProperties);
                const deUint32                                                                                  requiredSubgroupSizes[5]                = { requiredSubgroupSize, requiredSubgroupSize, requiredSubgroupSize, requiredSubgroupSize, requiredSubgroupSize};
                const struct internalDataStruct                                                 internalData                                    =
@@ -773,7 +773,7 @@ TestStatus testRequireSubgroupSize (Context& context, const CaseDefinition caseD
        else if (isAllRayTracingStages(caseDef.shaderStage))
        {
                const VkShaderStageFlags                                                                stages                                                  = subgroups::getPossibleRayTracingSubgroupStages(context, caseDef.shaderStage);
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                const deUint32                                                                                  requiredSubgroupSize                    = getRequiredSubgroupSizeFromMode(context, caseDef, subgroupSizeControlProperties);
                const vector<deUint32>                                                                  flags                                                   (6, caseDef.pipelineShaderStageCreateFlags);
                const vector<deUint32>                                                                  requiredSubgroupSizes                   (6, requiredSubgroupSize);
@@ -800,7 +800,7 @@ TestStatus testRequireSubgroupSize (Context& context, const CaseDefinition caseD
 
 TestStatus noSSBOtestRequireSubgroupSize (Context& context, const CaseDefinition caseDef)
 {
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
        const deUint32                                                                                  requiredSubgroupSize                    = getRequiredSubgroupSizeFromMode(context, caseDef, subgroupSizeControlProperties);
        const VkFormat                                                                                  format                                                  = VK_FORMAT_R32_UINT;
        const deUint32&                                                                                 flags                                                   = caseDef.pipelineShaderStageCreateFlags;
@@ -825,8 +825,8 @@ TestStatus noSSBOtestRequireSubgroupSize (Context& context, const CaseDefinition
 
 TestStatus testSanitySubgroupSizeProperties (Context& context)
 {
-       VkPhysicalDeviceSubgroupSizeControlPropertiesEXT subgroupSizeControlProperties;
-       subgroupSizeControlProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT;
+       VkPhysicalDeviceSubgroupSizeControlProperties subgroupSizeControlProperties;
+       subgroupSizeControlProperties.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES;
        subgroupSizeControlProperties.pNext = DE_NULL;
 
        VkPhysicalDeviceSubgroupProperties subgroupProperties;
index d229e09..d8c3d5b 100644 (file)
@@ -3834,7 +3834,7 @@ tcu::TestStatus vkt::subgroups::makeComputeTestRequiredSubgroupSize (Context&
        const VkDevice                                                                                  device                                                  = context.getDevice();
        const VkQueue                                                                                   queue                                                   = context.getUniversalQueue();
        const deUint32                                                                                  queueFamilyIndex                                = context.getUniversalQueueFamilyIndex();
-       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+       const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
        const VkDeviceSize                                                                              elementSize                                             = getFormatSizeInBytes(format);
        const VkDeviceSize                                                                              maxSubgroupSize                                 = isRequiredSubgroupSize
                                                                                                                                                                                        ? deMax32(subgroupSizeControlProperties.maxSubgroupSize, maxSupportedSubgroupSize())
index 54669bd..f2a6f0a 100755 (executable)
@@ -318,8 +318,8 @@ void supportedCheck (Context& context, CaseDefinition caseDef)
        {
                context.requireDeviceFunctionality("VK_EXT_subgroup_size_control");
 
-               const VkPhysicalDeviceSubgroupSizeControlFeaturesEXT&   subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeaturesEXT();
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlFeatures&              subgroupSizeControlFeatures             = context.getSubgroupSizeControlFeatures();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
 
                if (subgroupSizeControlFeatures.subgroupSizeControl == DE_FALSE)
                        TCU_THROW(NotSupportedError, "Device does not support varying subgroup sizes nor required subgroup size");
@@ -373,7 +373,7 @@ TestStatus test (Context& context, const CaseDefinition caseDef)
 
        if (isAllComputeStages(caseDef.shaderStage))
        {
-               const VkPhysicalDeviceSubgroupSizeControlPropertiesEXT& subgroupSizeControlProperties   = context.getSubgroupSizeControlPropertiesEXT();
+               const VkPhysicalDeviceSubgroupSizeControlProperties&    subgroupSizeControlProperties   = context.getSubgroupSizeControlProperties();
                TestLog&                                                                                                log                                                             = context.getTestContext().getLog();
                const subgroups::SSBOData                                                               inputData
                {
index 8f0183b..7f4786a 100644 (file)
@@ -399,7 +399,7 @@ protected:
                std::size_t             signalSemaphoreValueIndexPlusOne;
        };
 
-       bool isStageFlagAllowed(VkPipelineStageFlags2KHR stage) const
+       bool isStageFlagAllowed(VkPipelineStageFlags2 stage) const
        {
                // synchronization2 suports more stages then legacy synchronization
                // and so SynchronizationWrapper can only be used for cases that
@@ -435,7 +435,7 @@ protected:
                        VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV,
                        VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT,
                        VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV,
-                       VK_PIPELINE_STAGE_NONE_KHR,
+                       VK_PIPELINE_STAGE_NONE,
                };
 
                if (stage > static_cast<deUint64>(std::numeric_limits<deUint32>::max()))
@@ -444,7 +444,7 @@ protected:
                return (allowedStages.find(static_cast<deUint32>(stage)) != allowedStages.end());
        }
 
-       bool isAccessFlagAllowed(VkAccessFlags2KHR access) const
+       bool isAccessFlagAllowed(VkAccessFlags2 access) const
        {
                // synchronization2 suports more access flags then legacy synchronization
                // and so SynchronizationWrapper can only be used for cases that
@@ -482,7 +482,7 @@ protected:
                        VK_ACCESS_FRAGMENT_DENSITY_MAP_READ_BIT_EXT,
                        VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV,
                        VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV,
-                       VK_ACCESS_NONE_KHR,
+                       VK_ACCESS_NONE,
                };
 
                if (access > static_cast<deUint64>(std::numeric_limits<deUint32>::max()))
@@ -509,11 +509,11 @@ public:
        ~LegacySynchronizationWrapper() = default;
 
        void addSubmitInfo(deUint32                                                             waitSemaphoreInfoCount,
-                                          const VkSemaphoreSubmitInfoKHR*              pWaitSemaphoreInfos,
+                                          const VkSemaphoreSubmitInfo*                 pWaitSemaphoreInfos,
                                           deUint32                                                             commandBufferInfoCount,
-                                          const VkCommandBufferSubmitInfoKHR*  pCommandBufferInfos,
+                                          const VkCommandBufferSubmitInfo*             pCommandBufferInfos,
                                           deUint32                                                             signalSemaphoreInfoCount,
-                                          const VkSemaphoreSubmitInfoKHR*              pSignalSemaphoreInfos,
+                                          const VkSemaphoreSubmitInfo*                 pSignalSemaphoreInfos,
                                           bool                                                                 usingWaitTimelineSemaphore,
                                           bool                                                                 usingSignalTimelineSemaphore) override
        {
@@ -567,12 +567,12 @@ public:
                }
        }
 
-       void cmdPipelineBarrier(VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdPipelineBarrier(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) const override
        {
                DE_ASSERT(pDependencyInfo);
 
-               VkPipelineStageFlags    srcStageMask                            = VK_PIPELINE_STAGE_NONE_KHR;
-               VkPipelineStageFlags    dstStageMask                            = VK_PIPELINE_STAGE_NONE_KHR;
+               VkPipelineStageFlags    srcStageMask                            = VK_PIPELINE_STAGE_NONE;
+               VkPipelineStageFlags    dstStageMask                            = VK_PIPELINE_STAGE_NONE;
                deUint32                                memoryBarrierCount                      = pDependencyInfo->memoryBarrierCount;
                VkMemoryBarrier*                pMemoryBarriers                         = DE_NULL;
                deUint32                                bufferMemoryBarrierCount        = pDependencyInfo->bufferMemoryBarrierCount;
@@ -580,14 +580,14 @@ public:
                deUint32                                imageMemoryBarrierCount         = pDependencyInfo->imageMemoryBarrierCount;
                VkImageMemoryBarrier*   pImageMemoryBarriers            = DE_NULL;
 
-               // translate VkMemoryBarrier2KHR to VkMemoryBarrier
+               // translate VkMemoryBarrier2 to VkMemoryBarrier
                std::vector<VkMemoryBarrier> memoryBarriers;
                if (memoryBarrierCount)
                {
                        memoryBarriers.reserve(memoryBarrierCount);
                        for (deUint32 i = 0; i < memoryBarrierCount; ++i)
                        {
-                               const VkMemoryBarrier2KHR& pMemoryBarrier = pDependencyInfo->pMemoryBarriers[i];
+                               const VkMemoryBarrier2& pMemoryBarrier = pDependencyInfo->pMemoryBarriers[i];
 
                                DE_ASSERT(isStageFlagAllowed(pMemoryBarrier.srcStageMask));
                                DE_ASSERT(isStageFlagAllowed(pMemoryBarrier.dstStageMask));
@@ -604,14 +604,14 @@ public:
                        pMemoryBarriers = &memoryBarriers[0];
                }
 
-               // translate VkBufferMemoryBarrier2KHR to VkBufferMemoryBarrier
+               // translate VkBufferMemoryBarrier2 to VkBufferMemoryBarrier
                std::vector<VkBufferMemoryBarrier> bufferMemoryBarriers;
                if (bufferMemoryBarrierCount)
                {
                        bufferMemoryBarriers.reserve(bufferMemoryBarrierCount);
                        for (deUint32 i = 0; i < bufferMemoryBarrierCount; ++i)
                        {
-                               const VkBufferMemoryBarrier2KHR& pBufferMemoryBarrier = pDependencyInfo->pBufferMemoryBarriers[i];
+                               const VkBufferMemoryBarrier2& pBufferMemoryBarrier = pDependencyInfo->pBufferMemoryBarriers[i];
 
                                DE_ASSERT(isStageFlagAllowed(pBufferMemoryBarrier.srcStageMask));
                                DE_ASSERT(isStageFlagAllowed(pBufferMemoryBarrier.dstStageMask));
@@ -633,14 +633,14 @@ public:
                        pBufferMemoryBarriers = &bufferMemoryBarriers[0];
                }
 
-               // translate VkImageMemoryBarrier2KHR to VkImageMemoryBarrier
+               // translate VkImageMemoryBarrier2 to VkImageMemoryBarrier
                std::vector<VkImageMemoryBarrier> imageMemoryBarriers;
                if (imageMemoryBarrierCount)
                {
                        imageMemoryBarriers.reserve(imageMemoryBarrierCount);
                        for (deUint32 i = 0; i < imageMemoryBarrierCount; ++i)
                        {
-                               const VkImageMemoryBarrier2KHR& pImageMemoryBarrier = pDependencyInfo->pImageMemoryBarriers[i];
+                               const VkImageMemoryBarrier2& pImageMemoryBarrier = pDependencyInfo->pImageMemoryBarriers[i];
 
                                DE_ASSERT(isStageFlagAllowed(pImageMemoryBarrier.srcStageMask));
                                DE_ASSERT(isStageFlagAllowed(pImageMemoryBarrier.dstStageMask));
@@ -677,11 +677,11 @@ public:
                );
        }
 
-       void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
        {
                DE_ASSERT(pDependencyInfo);
 
-               VkPipelineStageFlags2KHR srcStageMask = VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR;
+               VkPipelineStageFlags2 srcStageMask = VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT;
                if (pDependencyInfo->pMemoryBarriers)
                        srcStageMask = pDependencyInfo->pMemoryBarriers[0].srcStageMask;
                if (pDependencyInfo->pBufferMemoryBarriers)
@@ -693,19 +693,19 @@ public:
                m_vk.cmdSetEvent(commandBuffer, event, static_cast<VkPipelineStageFlags>(srcStageMask));
        }
 
-       void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR flag) const override
+       void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
        {
                DE_ASSERT(isStageFlagAllowed(flag));
                VkPipelineStageFlags legacyStageMask = static_cast<VkPipelineStageFlags>(flag);
                m_vk.cmdResetEvent(commandBuffer, event, legacyStageMask);
        }
 
-       void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
        {
                DE_ASSERT(pDependencyInfo);
 
-               VkPipelineStageFlags2KHR                        srcStageMask                            = VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR;
-               VkPipelineStageFlags2KHR                        dstStageMask                            = VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR;
+               VkPipelineStageFlags2                           srcStageMask                            = VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT;
+               VkPipelineStageFlags2                           dstStageMask                            = VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT;
                deUint32                                                        memoryBarrierCount                      = pDependencyInfo->memoryBarrierCount;
                deUint32                                                        bufferMemoryBarrierCount        = pDependencyInfo->bufferMemoryBarrierCount;
                deUint32                                                        imageMemoryBarrierCount         = pDependencyInfo->imageMemoryBarrierCount;
@@ -724,7 +724,7 @@ public:
                        memoryBarriers.reserve(memoryBarrierCount);
                        for (deUint32 i = 0; i < memoryBarrierCount; ++i)
                        {
-                               const VkMemoryBarrier2KHR& mb = pDependencyInfo->pMemoryBarriers[i];
+                               const VkMemoryBarrier2& mb = pDependencyInfo->pMemoryBarriers[i];
                                DE_ASSERT(isAccessFlagAllowed(mb.srcAccessMask));
                                DE_ASSERT(isAccessFlagAllowed(mb.dstAccessMask));
                                memoryBarriers.push_back(
@@ -744,7 +744,7 @@ public:
                        bufferMemoryBarriers.reserve(bufferMemoryBarrierCount);
                        for (deUint32 i = 0; i < bufferMemoryBarrierCount; ++i)
                        {
-                               const VkBufferMemoryBarrier2KHR& bmb = pDependencyInfo->pBufferMemoryBarriers[i];
+                               const VkBufferMemoryBarrier2& bmb = pDependencyInfo->pBufferMemoryBarriers[i];
                                DE_ASSERT(isAccessFlagAllowed(bmb.srcAccessMask));
                                DE_ASSERT(isAccessFlagAllowed(bmb.dstAccessMask));
                                bufferMemoryBarriers.push_back(
@@ -769,7 +769,7 @@ public:
                        imageMemoryBarriers.reserve(imageMemoryBarrierCount);
                        for (deUint32 i = 0; i < imageMemoryBarrierCount; ++i)
                        {
-                               const VkImageMemoryBarrier2KHR& imb = pDependencyInfo->pImageMemoryBarriers[i];
+                               const VkImageMemoryBarrier2& imb = pDependencyInfo->pImageMemoryBarriers[i];
                                DE_ASSERT(isAccessFlagAllowed(imb.srcAccessMask));
                                DE_ASSERT(isAccessFlagAllowed(imb.dstAccessMask));
                                imageMemoryBarriers.push_back(
@@ -879,58 +879,58 @@ public:
        ~Synchronization2Wrapper() = default;
 
        void addSubmitInfo(deUint32                                                             waitSemaphoreInfoCount,
-                                          const VkSemaphoreSubmitInfoKHR*              pWaitSemaphoreInfos,
+                                          const VkSemaphoreSubmitInfo*                 pWaitSemaphoreInfos,
                                           deUint32                                                             commandBufferInfoCount,
-                                          const VkCommandBufferSubmitInfoKHR*  pCommandBufferInfos,
+                                          const VkCommandBufferSubmitInfo*             pCommandBufferInfos,
                                           deUint32                                                             signalSemaphoreInfoCount,
-                                          const VkSemaphoreSubmitInfoKHR*              pSignalSemaphoreInfos,
+                                          const VkSemaphoreSubmitInfo*                 pSignalSemaphoreInfos,
                                           bool                                                                 usingWaitTimelineSemaphore,
                                           bool                                                                 usingSignalTimelineSemaphore) override
        {
                DE_UNREF(usingWaitTimelineSemaphore);
                DE_UNREF(usingSignalTimelineSemaphore);
 
-               m_submitInfo.push_back(VkSubmitInfo2KHR{
-                       VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR,            // VkStructureType                                              sType
+               m_submitInfo.push_back(VkSubmitInfo2{
+                       VK_STRUCTURE_TYPE_SUBMIT_INFO_2,                        // VkStructureType                                              sType
                        DE_NULL,                                                                        // const void*                                                  pNext
-                       0u,                                                                                     // VkSubmitFlagsKHR                                             flags
+                       0u,                                                                                     // VkSubmitFlags                                                flags
                        waitSemaphoreInfoCount,                                         // deUint32                                                             waitSemaphoreInfoCount
-                       pWaitSemaphoreInfos,                                            // const VkSemaphoreSubmitInfoKHR*              pWaitSemaphoreInfos
+                       pWaitSemaphoreInfos,                                            // const VkSemaphoreSubmitInfo*                 pWaitSemaphoreInfos
                        commandBufferInfoCount,                                         // deUint32                                                             commandBufferInfoCount
-                       pCommandBufferInfos,                                            // const VkCommandBufferSubmitInfoKHR*  pCommandBufferInfos
+                       pCommandBufferInfos,                                            // const VkCommandBufferSubmitInfo*             pCommandBufferInfos
                        signalSemaphoreInfoCount,                                       // deUint32                                                             signalSemaphoreInfoCount
-                       pSignalSemaphoreInfos                                           // const VkSemaphoreSubmitInfoKHR*              pSignalSemaphoreInfos
+                       pSignalSemaphoreInfos                                           // const VkSemaphoreSubmitInfo*                 pSignalSemaphoreInfos
                });
        }
 
-       void cmdPipelineBarrier(VkCommandBuffer commandBuffer, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdPipelineBarrier(VkCommandBuffer commandBuffer, const VkDependencyInfo* pDependencyInfo) const override
        {
-               m_vk.cmdPipelineBarrier2KHR(commandBuffer, pDependencyInfo);
+               m_vk.cmdPipelineBarrier2(commandBuffer, pDependencyInfo);
        }
 
-       void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo* pDependencyInfo) const override
        {
-               m_vk.cmdSetEvent2KHR(commandBuffer, event, pDependencyInfo);
+               m_vk.cmdSetEvent2(commandBuffer, event, pDependencyInfo);
        }
 
-       void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfoKHR* pDependencyInfo) const override
+       void cmdWaitEvents(VkCommandBuffer commandBuffer, deUint32 eventCount, const VkEvent* pEvents, const VkDependencyInfo* pDependencyInfo) const override
        {
-               m_vk.cmdWaitEvents2KHR(commandBuffer, eventCount, pEvents, pDependencyInfo);
+               m_vk.cmdWaitEvents2(commandBuffer, eventCount, pEvents, pDependencyInfo);
        }
 
-       void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2KHR flag) const override
+       void cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 flag) const override
        {
-               m_vk.cmdResetEvent2KHR(commandBuffer, event, flag);
+               m_vk.cmdResetEvent2(commandBuffer, event, flag);
        }
 
        VkResult queueSubmit(VkQueue queue, VkFence fence) override
        {
-               return m_vk.queueSubmit2KHR(queue, static_cast<deUint32>(m_submitInfo.size()), &m_submitInfo[0], fence);
+               return m_vk.queueSubmit2(queue, static_cast<deUint32>(m_submitInfo.size()), &m_submitInfo[0], fence);
        }
 
 protected:
 
-       std::vector<VkSubmitInfo2KHR> m_submitInfo;
+       std::vector<VkSubmitInfo2> m_submitInfo;
 };
 
 SynchronizationWrapperPtr getSynchronizationWrapper(SynchronizationType                type,
@@ -949,15 +949,15 @@ void submitCommandsAndWait(SynchronizationWrapperPtr      synchronizationWrapper,
                                                   const VkQueue                                queue,
                                                   const VkCommandBuffer                cmdBuffer)
 {
-       VkCommandBufferSubmitInfoKHR commandBufferInfoCount = makeCommonCommandBufferSubmitInfo(cmdBuffer);
+       VkCommandBufferSubmitInfo commandBufferInfoCount = makeCommonCommandBufferSubmitInfo(cmdBuffer);
 
        synchronizationWrapper->addSubmitInfo(
                0u,                                                                             // deUint32                                                             waitSemaphoreInfoCount
-               DE_NULL,                                                                // const VkSemaphoreSubmitInfoKHR*              pWaitSemaphoreInfos
+               DE_NULL,                                                                // const VkSemaphoreSubmitInfo*                 pWaitSemaphoreInfos
                1u,                                                                             // deUint32                                                             commandBufferInfoCount
-               &commandBufferInfoCount,                                // const VkCommandBufferSubmitInfoKHR*  pCommandBufferInfos
+               &commandBufferInfoCount,                                // const VkCommandBufferSubmitInfo*             pCommandBufferInfos
                0u,                                                                             // deUint32                                                             signalSemaphoreInfoCount
-               DE_NULL                                                                 // const VkSemaphoreSubmitInfoKHR*              pSignalSemaphoreInfos
+               DE_NULL                                                                 // const VkSemaphoreSubmitInfo*                 pSignalSemaphoreInfos
        );
 
        const Unique<VkFence> fence(createFence(vk, device));
@@ -1033,43 +1033,43 @@ bool isIndirectBuffer (const ResourceType type)
        }
 }
 
-VkCommandBufferSubmitInfoKHR makeCommonCommandBufferSubmitInfo (const VkCommandBuffer cmdBuf)
+VkCommandBufferSubmitInfo makeCommonCommandBufferSubmitInfo (const VkCommandBuffer cmdBuf)
 {
        return
        {
-               VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR,       // VkStructureType              sType
+               VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO,           // VkStructureType              sType
                DE_NULL,                                                                                        // const void*                  pNext
                cmdBuf,                                                                                         // VkCommandBuffer              commandBuffer
                0u                                                                                                      // uint32_t                             deviceMask
        };
 }
 
-VkSemaphoreSubmitInfoKHR makeCommonSemaphoreSubmitInfo(VkSemaphore semaphore, deUint64 value, VkPipelineStageFlags2KHR stageMask)
+VkSemaphoreSubmitInfo makeCommonSemaphoreSubmitInfo(VkSemaphore semaphore, deUint64 value, VkPipelineStageFlags2 stageMask)
 {
        return
        {
-               VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR,    // VkStructureType                              sType
+               VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO,                // VkStructureType                              sType
                DE_NULL,                                                                                // const void*                                  pNext
                semaphore,                                                                              // VkSemaphore                                  semaphore
                value,                                                                                  // deUint64                                             value
-               stageMask,                                                                              // VkPipelineStageFlags2KHR             stageMask
+               stageMask,                                                                              // VkPipelineStageFlags2                stageMask
                0u                                                                                              // deUint32                                             deviceIndex
        };
 }
 
-VkDependencyInfoKHR makeCommonDependencyInfo(const VkMemoryBarrier2KHR* pMemoryBarrier, const VkBufferMemoryBarrier2KHR* pBufferMemoryBarrier, const VkImageMemoryBarrier2KHR* pImageMemoryBarrier)
+VkDependencyInfo makeCommonDependencyInfo(const VkMemoryBarrier2* pMemoryBarrier, const VkBufferMemoryBarrier2* pBufferMemoryBarrier, const VkImageMemoryBarrier2* pImageMemoryBarrier)
 {
        return
        {
-               VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR,          // VkStructureType                                      sType
+               VK_STRUCTURE_TYPE_DEPENDENCY_INFO,                      // VkStructureType                                      sType
                DE_NULL,                                                                        // const void*                                          pNext
                VK_DEPENDENCY_BY_REGION_BIT,                            // VkDependencyFlags                            dependencyFlags
                !!pMemoryBarrier,                                                       // deUint32                                                     memoryBarrierCount
-               pMemoryBarrier,                                                         // const VkMemoryBarrier2KHR*           pMemoryBarriers
+               pMemoryBarrier,                                                         // const VkMemoryBarrier2*              pMemoryBarriers
                !!pBufferMemoryBarrier,                                         // deUint32                                                     bufferMemoryBarrierCount
-               pBufferMemoryBarrier,                                           // const VkBufferMemoryBarrier2KHR* pBufferMemoryBarriers
+               pBufferMemoryBarrier,                                           // const VkBufferMemoryBarrier2* pBufferMemoryBarriers
                !!pImageMemoryBarrier,                                          // deUint32                                                     imageMemoryBarrierCount
-               pImageMemoryBarrier                                                     // const VkImageMemoryBarrier2KHR*      pImageMemoryBarriers
+               pImageMemoryBarrier                                                     // const VkImageMemoryBarrier2* pImageMemoryBarriers
        };
 }
 
index 78c6ee4..d78001f 100644 (file)
@@ -189,27 +189,27 @@ public:
        virtual ~SynchronizationWrapperBase() = default;
 
        virtual void                    addSubmitInfo           (deUint32                                                                       waitSemaphoreInfoCount,
-                                                                                                const vk::VkSemaphoreSubmitInfoKHR*            pWaitSemaphoreInfos,
+                                                                                                const vk::VkSemaphoreSubmitInfo*                       pWaitSemaphoreInfos,
                                                                                                 deUint32                                                                       commandBufferInfoCount,
-                                                                                                const vk::VkCommandBufferSubmitInfoKHR*        pCommandBufferInfos,
+                                                                                                const vk::VkCommandBufferSubmitInfo*           pCommandBufferInfos,
                                                                                                 deUint32                                                                       signalSemaphoreInfoCount,
-                                                                                                const vk::VkSemaphoreSubmitInfoKHR*            pSignalSemaphoreInfos,
+                                                                                                const vk::VkSemaphoreSubmitInfo*                       pSignalSemaphoreInfos,
                                                                                                 bool                                                                           usingWaitTimelineSemaphore = DE_FALSE,
                                                                                                 bool                                                                           usingSignalTimelineSemaphore = DE_FALSE) = 0;
 
        virtual void                    cmdPipelineBarrier      (vk::VkCommandBuffer                                            commandBuffer,
-                                                                                                const vk::VkDependencyInfoKHR*                         pDependencyInfo) const = 0;
+                                                                                                const vk::VkDependencyInfo*                            pDependencyInfo) const = 0;
 
        virtual void                    cmdSetEvent                     (vk::VkCommandBuffer                                            commandBuffer,
                                                                                                 vk::VkEvent                                                            event,
-                                                                                                const vk::VkDependencyInfoKHR*                         pDependencyInfo) const = 0;
+                                                                                                const vk::VkDependencyInfo*                            pDependencyInfo) const = 0;
        virtual void                    cmdResetEvent           (vk::VkCommandBuffer                                            commandBuffer,
                                                                                                 vk::VkEvent                                                            event,
-                                                                                                vk::VkPipelineStageFlags2KHR                           flag) const = 0;
+                                                                                                vk::VkPipelineStageFlags2                                      flag) const = 0;
        virtual void                    cmdWaitEvents           (vk::VkCommandBuffer                                            commandBuffer,
                                                                                                 deUint32                                                                       eventCount,
                                                                                                 const vk::VkEvent*                                                     pEvents,
-                                                                                                const vk::VkDependencyInfoKHR*                         pDependencyInfo) const = 0;
+                                                                                                const vk::VkDependencyInfo*                            pDependencyInfo) const = 0;
 
        virtual vk::VkResult    queueSubmit                     (vk::VkQueue                                                            queue,
                                                                                                 vk::VkFence                                                            fence) = 0;
index 2b9676a..225cd1b 100644 (file)
@@ -207,7 +207,7 @@ bool verifyTexCompareResult (tcu::TestContext&                                              testCtx,
 
 void checkTextureSupport (Context& context, const Texture2DShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
@@ -419,7 +419,7 @@ struct TextureCubeShadowTestCaseParameters : public TextureShadowCommonTestCaseP
 
 void checkTextureSupport (Context& context, const TextureCubeShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
@@ -645,7 +645,7 @@ struct Texture2DArrayShadowTestCaseParameters : public TextureShadowCommonTestCa
 
 void checkTextureSupport (Context& context, const Texture2DArrayShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
@@ -863,7 +863,7 @@ struct Texture1DShadowTestCaseParameters : public Texture1DTestCaseParameters, p
 
 void checkTextureSupport (Context& context, const Texture1DShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
@@ -1074,7 +1074,7 @@ struct Texture1DArrayShadowTestCaseParameters : public TextureShadowCommonTestCa
 
 void checkTextureSupport (Context& context, const Texture1DArrayShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
@@ -1289,7 +1289,7 @@ struct TextureCubeArrayShadowTestCaseParameters : public TextureShadowCommonTest
 
 void checkTextureSupport (Context& context, const TextureCubeArrayShadowTestCaseParameters& testParameters)
 {
-       const VkFormatPropertiesExtendedKHR formatProperties = context.getFormatProperties(testParameters.format);
+       const VkFormatProperties3 formatProperties = context.getFormatProperties(testParameters.format);
        if (!(formatProperties.optimalTilingFeatures & VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR))
                TCU_THROW(NotSupportedError, "Format does not support shadow sampling");
 }
index 1d0b3b5..ea50b2a 100644 (file)
@@ -68,7 +68,7 @@ vector<string> filterExtensions (const vector<VkExtensionProperties>& extensions
                "VK_NV_cooperative_matrix",
                "VK_EXT_extended_dynamic_state2",
                "VK_NV_ray_tracing",
-        "VK_NV_inherited_viewport_scissor",
+               "VK_NV_inherited_viewport_scissor",
                "VK_AMD_mixed_attachment_samples",
                "VK_AMD_shader_fragment_mask",
                "VK_AMD_buffer_marker",
@@ -313,6 +313,7 @@ public:
        const VkPhysicalDeviceFeatures2&                                                                getDeviceFeatures2                                              (void) const { return m_deviceFeatures.getCoreFeatures2();                                      }
        const VkPhysicalDeviceVulkan11Features&                                                 getVulkan11Features                                             (void) const { return m_deviceFeatures.getVulkan11Features();                           }
        const VkPhysicalDeviceVulkan12Features&                                                 getVulkan12Features                                             (void) const { return m_deviceFeatures.getVulkan12Features();                           }
+       const VkPhysicalDeviceVulkan13Features&                                                 getVulkan13Features                                             (void) const { return m_deviceFeatures.getVulkan13Features();                           }
 
 #include "vkDeviceFeaturesForDefaultDeviceDefs.inl"
 
@@ -321,6 +322,7 @@ public:
        const VkPhysicalDeviceProperties2&                                                              getDeviceProperties2                                    (void) const { return m_deviceProperties.getCoreProperties2();                          }
        const VkPhysicalDeviceVulkan11Properties&                                               getDeviceVulkan11Properties                             (void) const { return m_deviceProperties.getVulkan11Properties();                       }
        const VkPhysicalDeviceVulkan12Properties&                                               getDeviceVulkan12Properties                             (void) const { return m_deviceProperties.getVulkan12Properties();                       }
+       const VkPhysicalDeviceVulkan13Properties&                                               getDeviceVulkan13Properties                             (void) const { return m_deviceProperties.getVulkan13Properties();                       }
 
 #include "vkDevicePropertiesForDefaultDeviceDefs.inl"
 
@@ -523,6 +525,34 @@ bool Context::isDeviceFunctionalitySupported (const std::string& extension) cons
                                return !!vk12Features.samplerFilterMinmax;
                        if (extension == "VK_EXT_shader_viewport_index_layer")
                                return !!vk12Features.shaderOutputViewportIndex && !!vk12Features.shaderOutputLayer;
+
+                       const auto& vk13Features = m_device->getVulkan13Features();
+                       if (extension == "VK_EXT_image_robustness")
+                               return !!vk13Features.robustImageAccess;
+                       if (extension == "VK_EXT_inline_uniform_block")
+                               return !!vk13Features.inlineUniformBlock;
+                       if (extension == "VK_EXT_pipeline_creation_cache_control")
+                               return !!vk13Features.pipelineCreationCacheControl;
+                       if (extension == "VK_EXT_private_data")
+                               return !!vk13Features.privateData;
+                       if (extension == "VK_EXT_shader_demote_to_helper_invocation")
+                               return !!vk13Features.shaderDemoteToHelperInvocation;
+                       if (extension == "VK_KHR_shader_terminate_invocation")
+                               return !!vk13Features.shaderTerminateInvocation;
+                       if (extension == "VK_EXT_subgroup_size_control")
+                               return !!vk13Features.subgroupSizeControl;
+                       if (extension == "VK_KHR_synchronization2")
+                               return !!vk13Features.synchronization2;
+                       if (extension == "VK_EXT_texture_compression_astc_hdr")
+                               return !!vk13Features.textureCompressionASTC_HDR;
+                       if (extension == "VK_KHR_zero_initialize_workgroup_memory")
+                               return !!vk13Features.shaderZeroInitializeWorkgroupMemory;
+                       if (extension == "VK_KHR_dynamic_rendering")
+                               return !!vk13Features.dynamicRendering;
+                       if (extension == "VK_KHR_shader_integer_dot_product")
+                               return !!vk13Features.shaderIntegerDotProduct;
+                       if (extension == "VK_KHR_maintenance4")
+                               return !!vk13Features.maintenance4;
                }
 
                // No feature flags to check.
@@ -540,7 +570,7 @@ bool Context::isDeviceFunctionalitySupported (const std::string& extension) cons
                if (extension == "VK_EXT_extended_dynamic_state")
                        return !!getExtendedDynamicStateFeaturesEXT().extendedDynamicState;
                if (extension == "VK_EXT_shader_demote_to_helper_invocation")
-                       return !!getShaderDemoteToHelperInvocationFeaturesEXT().shaderDemoteToHelperInvocation;
+                       return !!getShaderDemoteToHelperInvocationFeatures().shaderDemoteToHelperInvocation;
                if (extension == "VK_KHR_workgroup_memory_explicit_layout")
                        return !!getWorkgroupMemoryExplicitLayoutFeatures().workgroupMemoryExplicitLayout;
 
@@ -752,10 +782,10 @@ static bool isDepthFormat (VkFormat format)
        }
 }
 
-vk::VkFormatPropertiesExtendedKHR Context::getRequiredFormatProperties(const vk::VkFormat& format) const
+vk::VkFormatProperties3 Context::getRequiredFormatProperties(const vk::VkFormat& format) const
 {
-       vk::VkFormatPropertiesExtendedKHR p;
-       p.sType = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR;
+       vk::VkFormatProperties3 p;
+       p.sType = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3;
        p.pNext = DE_NULL;
 
        vk::VkFormatProperties properties;
@@ -787,12 +817,12 @@ vk::VkFormatPropertiesExtendedKHR Context::getRequiredFormatProperties(const vk:
        return p;
 }
 
-vk::VkFormatPropertiesExtendedKHR Context::getFormatProperties(const vk::VkFormat& format) const
+vk::VkFormatProperties3 Context::getFormatProperties(const vk::VkFormat& format) const
 {
-       if (isDeviceFunctionalitySupported(VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME)) // "VK_KHR_format_feature_flags2"
+       if (isDeviceFunctionalitySupported("VK_KHR_format_feature_flags2"))
        {
-               vk::VkFormatPropertiesExtendedKHR p;
-               p.sType = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR;
+               vk::VkFormatProperties3 p;
+               p.sType = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3;
                p.pNext = DE_NULL;
 
                vk::VkFormatProperties2 properties;
index 65dfe87..86b6def 100644 (file)
@@ -107,8 +107,8 @@ public:
        bool                                                                                    requireInstanceFunctionality            (const std::string& required) const;
        bool                                                                                    requireDeviceCoreFeature                        (const DeviceCoreFeature requiredDeviceCoreFeature);
 
-       vk::VkFormatPropertiesExtendedKHR                               getFormatProperties                                     (const vk::VkFormat&    format) const;
-       vk::VkFormatPropertiesExtendedKHR                               getRequiredFormatProperties                     (const vk::VkFormat&    format) const;
+       vk::VkFormatProperties3                                                 getFormatProperties                                     (const vk::VkFormat&    format) const;
+       vk::VkFormatProperties3                                                 getRequiredFormatProperties                     (const vk::VkFormat&    format) const;
 
        void*                                                                                   getInstanceProcAddr                                     ();
 
index 0535bb3..94b900c 100644 (file)
@@ -720,7 +720,7 @@ template<typename T> static deUint64 HandleToInt(T t) { return t.getInternal();
 
 tcu::TestStatus createSwapchainPrivateDataTest (Context& context, TestParameters params)
 {
-       if (!context.getPrivateDataFeaturesEXT().privateData)
+       if (!context.getPrivateDataFeatures().privateData)
                TCU_THROW(NotSupportedError, "privateData not supported");
 
        tcu::TestLog&                                                   log                     = context.getTestContext().getLog();
@@ -793,7 +793,7 @@ tcu::TestStatus createSwapchainPrivateDataTest (Context& context, TestParameters
 
                                for (int i = 0; i < numSlots; ++i)
                                {
-                                       Move<VkPrivateDataSlotEXT> s = createPrivateDataSlotEXT(devHelper.vkd, *devHelper.device, &createInfo, DE_NULL);
+                                       Move<VkPrivateDataSlotEXT> s = createPrivateDataSlot(devHelper.vkd, *devHelper.device, &createInfo, DE_NULL);
                                        slots.push_back(PrivateDataSlotSp(new PrivateDataSlotUp(s)));
                                }
 
@@ -805,7 +805,7 @@ tcu::TestStatus createSwapchainPrivateDataTest (Context& context, TestParameters
                                        for (int i = 0; i < numSlots; ++i)
                                        {
                                                data = 1234;
-                                               devHelper.vkd.getPrivateDataEXT(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], &data);
+                                               devHelper.vkd.getPrivateData(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], &data);
                                                // Don't test default value of zero on Android, due to spec erratum
                                                if (params.wsiType != TYPE_ANDROID)
                                                {
@@ -815,12 +815,12 @@ tcu::TestStatus createSwapchainPrivateDataTest (Context& context, TestParameters
                                        }
 
                                        for (int i = 0; i < numSlots; ++i)
-                                               VK_CHECK(devHelper.vkd.setPrivateDataEXT(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], i*i*i + 1));
+                                               VK_CHECK(devHelper.vkd.setPrivateData(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], i*i*i + 1));
 
                                        for (int i = 0; i < numSlots; ++i)
                                        {
                                                data = 1234;
-                                               devHelper.vkd.getPrivateDataEXT(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], &data);
+                                               devHelper.vkd.getPrivateData(*devHelper.device, getObjectType<VkSwapchainKHR>(), HandleToInt(swapchain.get()), **slots[i], &data);
                                                if (data != (deUint64)(i*i*i + 1))
                                                        return tcu::TestStatus::fail("Didn't read back set value");
                                        }
@@ -829,7 +829,7 @@ tcu::TestStatus createSwapchainPrivateDataTest (Context& context, TestParameters
                                        slots.clear();
                                        for (int i = 0; i < numSlots; ++i)
                                        {
-                                               Move<VkPrivateDataSlotEXT> s = createPrivateDataSlotEXT(devHelper.vkd, *devHelper.device, &createInfo, DE_NULL);
+                                               Move<VkPrivateDataSlotEXT> s = createPrivateDataSlot(devHelper.vkd, *devHelper.device, &createInfo, DE_NULL);
                                                slots.push_back(PrivateDataSlotSp(new PrivateDataSlotUp(s)));
                                        }
                                }
index d8a1680..16a80cc 100644 (file)
@@ -230,10 +230,10 @@ dEQP-VK.api.info.format_properties.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.format_properties.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.format_properties.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.format_properties.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.format_properties.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.format_properties.depth_stencil
 dEQP-VK.api.info.format_properties.compressed_formats
 dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4_unorm_pack8
@@ -822,10 +822,10 @@ dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.optimal.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties.2d.linear.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties.2d.linear.b4g4r4a4_unorm_pack16
@@ -1044,10 +1044,10 @@ dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties.3d.optimal.b4g4r4a4_unorm_pack16
@@ -2031,10 +2031,10 @@ dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties2.2d.linear.b4g4r4a4_unorm_pack16
@@ -2253,10 +2253,10 @@ dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_420_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16_r16_3plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_422_unorm
 dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16_r16_3plane_444_unorm
-dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.api.info.image_format_properties2.2d.linear.g8_b8r8_2plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.g16_b16r16_2plane_444_unorm
 dEQP-VK.api.info.image_format_properties2.3d.optimal.r4g4_unorm_pack8
 dEQP-VK.api.info.image_format_properties2.3d.optimal.r4g4b4a4_unorm_pack16
 dEQP-VK.api.info.image_format_properties2.3d.optimal.b4g4r4a4_unorm_pack16
@@ -101499,1806 +101499,1806 @@ dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_p
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4b4a4_unorm_pack16.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b4g4r4a4_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g6b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g6r5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r5g5b5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b5g5r5a1_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a1r5g5b5_unorm_pack16.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r8g8b8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b8g8r8a8_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a8b8g8r8_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2r10g10b10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_unorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_snorm_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_uscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.a2b10g10r10_sscaled_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_unorm.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_snorm.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_uscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sscaled.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r16g16b16a16_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32_sfloat.linear_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r32g32b32a32_sfloat.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.b10g11r11_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b4g4r4a4_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g6b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g6r5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r5g5b5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b5g5r5a1_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a1r5g5b5_unorm_pack16.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r8g8b8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b8g8r8a8_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a8b8g8r8_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2r10g10b10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_unorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_snorm_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_uscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.a2b10g10r10_sscaled_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_unorm.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_snorm.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_uscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sscaled.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r16g16b16a16_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32_sfloat.linear_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r32g32b32a32_sfloat.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.b10g11r11_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -139092,66 +139092,66 @@ dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -158330,66 +158330,66 @@ dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_nearest
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_linear
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.e5b9g9r9_ufloat_pack32.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.general_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.r4g4_unorm_pack8.linear_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.optimal_general_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_optimal_cubic
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_nearest
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_linear
-dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16_ext.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4r4g4b4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.general_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.r4g4_unorm_pack8.linear_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.optimal_general_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_optimal_cubic
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_nearest
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_linear
+dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.a4b4g4r4_unorm_pack16.e5b9g9r9_ufloat_pack32.general_general_cubic
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_nearest
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_linear
 dEQP-VK.api.copy_and_blit.copy_commands2.blit_image.all_formats.color.2d.bc1_rgb_unorm_block.r4g4_unorm_pack8.optimal_optimal_cubic
@@ -169653,14 +169653,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
@@ -169939,14 +169939,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
@@ -170225,14 +170225,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -170511,14 +170511,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -170797,14 +170797,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -171083,14 +171083,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -171369,14 +171369,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -171655,14 +171655,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -171941,14 +171941,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -172088,10 +172088,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -172231,10 +172231,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -172374,10 +172374,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -172517,10 +172517,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1
@@ -172660,10 +172660,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1
@@ -172803,10 +172803,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -172946,10 +172946,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1
@@ -173089,10 +173089,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1
@@ -173232,10 +173232,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -173375,10 +173375,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1
@@ -173518,10 +173518,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1
@@ -173661,10 +173661,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -173804,10 +173804,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -173947,10 +173947,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -174090,10 +174090,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -174372,14 +174372,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
@@ -174658,14 +174658,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
@@ -174944,14 +174944,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
@@ -175230,14 +175230,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
@@ -175516,14 +175516,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -175802,14 +175802,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -176088,14 +176088,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -176374,14 +176374,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -176660,14 +176660,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -176946,14 +176946,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -177232,14 +177232,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -177518,14 +177518,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -177804,14 +177804,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -178090,14 +178090,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -178376,14 +178376,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -178523,10 +178523,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -178666,10 +178666,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -178809,10 +178809,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -178952,10 +178952,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -179095,10 +179095,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_lay
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -179238,10 +179238,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -179381,10 +179381,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -179524,10 +179524,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -179667,10 +179667,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -179810,10 +179810,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -179953,10 +179953,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -180096,10 +180096,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -180239,10 +180239,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -180382,10 +180382,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -180525,10 +180525,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -180668,10 +180668,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180
@@ -180811,10 +180811,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33
@@ -180954,10 +180954,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11
@@ -181097,10 +181097,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128
@@ -181240,10 +181240,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -181383,10 +181383,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -181526,10 +181526,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -181669,10 +181669,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -181812,10 +181812,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -181955,10 +181955,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_laye
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -182237,14 +182237,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
@@ -182523,14 +182523,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
@@ -182809,14 +182809,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
@@ -183095,14 +183095,14 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -183242,10 +183242,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16
@@ -183385,10 +183385,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11
@@ -183528,10 +183528,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3
@@ -183671,10 +183671,10 @@ dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.core.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_image.single_layer.d32_sfloat
@@ -184119,10 +184119,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -184262,10 +184262,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -184405,10 +184405,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -184548,10 +184548,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -184691,10 +184691,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -184834,10 +184834,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -184977,10 +184977,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -185120,10 +185120,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -185263,10 +185263,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -185406,10 +185406,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -185549,10 +185549,10 @@ dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r32g32b32a32_
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16
@@ -185692,10 +185692,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -185835,10 +185835,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -185978,10 +185978,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -186121,10 +186121,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -186264,10 +186264,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -186407,10 +186407,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -186550,10 +186550,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -186693,10 +186693,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -186836,10 +186836,10 @@ dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r32g3
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.core.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.core.clear_depth_stencil_attachment.single_layer.d32_sfloat
@@ -187378,14 +187378,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_200x1_clamp_input
@@ -187664,14 +187664,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.r4g4_unorm_pack8_71x1_clamp_input
@@ -187950,14 +187950,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -188236,14 +188236,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -188522,14 +188522,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -188808,14 +188808,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -189094,14 +189094,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
@@ -189380,14 +189380,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
@@ -189666,14 +189666,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_71x1_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -189813,10 +189813,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -189956,10 +189956,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -190099,10 +190099,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -190242,10 +190242,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_200x1
@@ -190385,10 +190385,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r4g4b4a4_unorm_pack16_71x1
@@ -190528,10 +190528,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.single_layer.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -190671,10 +190671,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x1
@@ -190814,10 +190814,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r4g4b4a4_unorm_pack16_71x1
@@ -190957,10 +190957,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.multiple_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -191100,10 +191100,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x1
@@ -191243,10 +191243,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_71x1
@@ -191386,10 +191386,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -191529,10 +191529,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x1
@@ -191672,10 +191672,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_71x1
@@ -191815,10 +191815,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_71x1
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_71x1_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_71x1_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.1d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_71x1_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -192097,14 +192097,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_200x180_clamp_input
@@ -192383,14 +192383,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_1x33_clamp_input
@@ -192669,14 +192669,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_64x11_clamp_input
@@ -192955,14 +192955,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.r4g4_unorm_pack8_33x128_clamp_input
@@ -193241,14 +193241,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_clamp_input
@@ -193527,14 +193527,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -193813,14 +193813,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -194099,14 +194099,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -194385,14 +194385,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -194671,14 +194671,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.mul
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_clamp_input
@@ -194957,14 +194957,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
@@ -195243,14 +195243,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_200x180_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
@@ -195529,14 +195529,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_1x33_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
@@ -195815,14 +195815,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_64x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
@@ -196101,14 +196101,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.b10g11r11_ufloat_pack32_33x128_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -196248,10 +196248,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -196391,10 +196391,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -196534,10 +196534,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -196677,10 +196677,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -196820,10 +196820,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.rem
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.optimal.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -196963,10 +196963,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -197106,10 +197106,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -197249,10 +197249,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -197392,10 +197392,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -197535,10 +197535,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16
@@ -197678,10 +197678,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -197821,10 +197821,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -197964,10 +197964,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -198107,10 +198107,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -198250,10 +198250,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.mult
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16
@@ -198393,10 +198393,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_200x180
@@ -198536,10 +198536,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_1x33
@@ -198679,10 +198679,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_64x11
@@ -198822,10 +198822,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r4g4b4a4_unorm_pack16_33x128
@@ -198965,10 +198965,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16
@@ -199108,10 +199108,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_200x180
@@ -199251,10 +199251,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_1x33
@@ -199394,10 +199394,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_64x11
@@ -199537,10 +199537,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r4g4b4a4_unorm_pack16_33x128
@@ -199680,10 +199680,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.rema
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.2d.linear.remaining_array_layers_twostep.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_clamp_input
@@ -199962,14 +199962,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
@@ -200248,14 +200248,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_200x180x16_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
@@ -200534,14 +200534,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_55x21x11_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
@@ -200820,14 +200820,14 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.sin
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.b10g11r11_ufloat_pack32_32x29x3_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.e5b9g9r9_ufloat_pack32_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_multiple_subresourcerange
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_multiple_subresourcerange
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.optimal.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input_multiple_subresourcerange
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16
@@ -200967,10 +200967,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_200x180x16
@@ -201110,10 +201110,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_200x180x16
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_200x180x16_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_200x180x16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_200x180x16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_55x21x11
@@ -201253,10 +201253,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_55x21x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_55x21x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_55x21x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_55x21x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4_unorm_pack8_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r4g4b4a4_unorm_pack16_32x29x3
@@ -201396,10 +201396,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.sing
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.r32g32b32a32_sfloat_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.b10g11r11_ufloat_pack32_32x29x3
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.e5b9g9r9_ufloat_pack32_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_ext_32x29x3_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_ext_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4r4g4b4_unorm_pack16_32x29x3_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_image.3d.linear.single_layer.a4b4g4r4_unorm_pack16_32x29x3_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_image.single_layer.d32_sfloat
@@ -201844,10 +201844,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -201987,10 +201987,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_1x33
@@ -202130,10 +202130,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -202273,10 +202273,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -202416,10 +202416,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_la
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -202559,10 +202559,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -202702,10 +202702,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_1x33
@@ -202845,10 +202845,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_1x33
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_1x33_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_1x33_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_1x33_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -202988,10 +202988,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -203131,10 +203131,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -203274,10 +203274,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_laye
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16
@@ -203417,10 +203417,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_200x180
@@ -203560,10 +203560,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_64x11
@@ -203703,10 +203703,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r4g4b4a4_unorm_pack16_33x128
@@ -203846,10 +203846,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.s
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.single_layer.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16
@@ -203989,10 +203989,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_200x180
@@ -204132,10 +204132,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_200x180
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_200x180_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_200x180_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_200x180_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_64x11
@@ -204275,10 +204275,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_64x11
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_64x11_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_64x11_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_64x11_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4_unorm_pack8_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r4g4b4a4_unorm_pack16_33x128
@@ -204418,10 +204418,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.m
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.r32g32b32a32_sfloat_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.b10g11r11_ufloat_pack32_33x128
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.e5b9g9r9_ufloat_pack32_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_ext_33x128_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_ext_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4r4g4b4_unorm_pack16_33x128_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.multiple_layers.a4b4g4r4_unorm_pack16_33x128_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4_unorm_pack8_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r4g4b4a4_unorm_pack16
@@ -204561,10 +204561,10 @@ dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.c
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.r32g32b32a32_sfloat
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.b10g11r11_ufloat_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.e5b9g9r9_ufloat_pack32
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_ext_clamp_input
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext
-dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_ext_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4r4g4b4_unorm_pack16_clamp_input
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16
+dEQP-VK.api.image_clearing.dedicated_allocation.partial_clear_color_attachment.cube_layers.a4b4g4r4_unorm_pack16_clamp_input
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.d16_unorm
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.x8_d24_unorm_pack32
 dEQP-VK.api.image_clearing.dedicated_allocation.clear_depth_stencil_attachment.single_layer.d32_sfloat
index 7af3d24..29ac5c8 100644 (file)
@@ -121,8 +121,8 @@ dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b4g4r4a4_unorm_pack16
@@ -246,8 +246,8 @@ dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.create_list_modifiers.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.create_list_modifiers.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.create_list_modifiers.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.create_list_modifiers.a4b4g4r4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.r4g4_unorm_pack8
 dEQP-VK.drm_format_modifiers.export_import.r4g4b4a4_unorm_pack16
 dEQP-VK.drm_format_modifiers.export_import.b4g4r4a4_unorm_pack16
@@ -371,5 +371,5 @@ dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sint
 dEQP-VK.drm_format_modifiers.export_import.r64g64b64a64_sfloat
 dEQP-VK.drm_format_modifiers.export_import.b10g11r11_ufloat_pack32
 dEQP-VK.drm_format_modifiers.export_import.e5b9g9r9_ufloat_pack32
-dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16_ext
-dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16_ext
+dEQP-VK.drm_format_modifiers.export_import.a4r4g4b4_unorm_pack16
+dEQP-VK.drm_format_modifiers.export_import.a4b4g4r4_unorm_pack16
index f20dc1b..d3589fb 100644 (file)
@@ -43,30 +43,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.
 dEQP-VK.dynamic_state.compute_transfer.single.compute.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.compute.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.compute.viewport_shading_rate_palette_nv.before
@@ -103,30 +103,30 @@ dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.fragment_shading_rate_khr.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.line_stipple_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable_ext.after
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.before
-dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op_ext.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.cull_mode.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.front_face.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.primitive_topology.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.scissor_with_count.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.vertex_input_binding_stride.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_write_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_compare_op.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.depth_bounds_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_test_enable.after
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.before
+dEQP-VK.dynamic_state.compute_transfer.single.transfer.stencil_op.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.before
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_w_scaling_nv.after
 dEQP-VK.dynamic_state.compute_transfer.single.transfer.viewport_shading_rate_palette_nv.before
index 6a2242c..355e889 100644 (file)
@@ -61242,206 +61242,206 @@ dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mca_1mca_sub_a
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
 dEQP-VK.pipeline.blend.format.b5g5r5a1_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
-dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4r4g4b4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_sas_rsub_alpha_1mdc_1msc_sub-color_1msa_1msc_add_alpha_ca_da_min-color_1msc_da_sub_alpha_1mca_ca_sub-color_o_1mda_max_alpha_sa_dc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_rsub_alpha_1mda_1mcc_sub-color_1mda_1mca_min_alpha_o_cc_min-color_1mdc_da_min_alpha_1mda_da_min-color_sas_1msa_max_alpha_sas_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mcc_rsub_alpha_sa_1msc_rsub-color_1mca_ca_rsub_alpha_1msc_da_rsub-color_1mcc_1mdc_sub_alpha_z_da_sub-color_sc_dc_add_alpha_1mdc_1msa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_rsub_alpha_1mdc_1mcc_sub-color_sc_cc_min_alpha_sa_1mcc_max-color_z_cc_rsub_alpha_da_1msa_max-color_1msc_1msc_add_alpha_1mca_sc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_cc_max_alpha_z_ca_add-color_da_sa_max_alpha_1msa_sc_sub-color_sa_1mda_add_alpha_1mcc_ca_rsub-color_dc_dc_add_alpha_1mcc_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mdc_max_alpha_1mcc_1msc_max-color_1msa_cc_add_alpha_da_z_min-color_sas_dc_max_alpha_z_sc_min-color_da_ca_rsub_alpha_z_z_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_o_sub_alpha_1mca_z_min-color_1mcc_ca_max_alpha_1msa_1mcc_max-color_cc_1mda_rsub_alpha_1mca_sa_max-color_1mcc_da_sub_alpha_o_1mda_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_sa_dc_rsub-color_dc_1mdc_min_alpha_1mca_sas_rsub-color_1mda_o_min_alpha_1mca_sa_max-color_1mca_1msa_add_alpha_1mca_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mca_max_alpha_o_dc_max-color_sas_sa_max_alpha_sc_z_rsub-color_ca_sc_max_alpha_1msc_1msc_add-color_sc_o_add_alpha_dc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sa_sub_alpha_ca_1mdc_min-color_1msa_1mcc_sub_alpha_1msa_z_add-color_dc_da_sub_alpha_o_ca_max-color_1mcc_o_sub_alpha_dc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_dc_max_alpha_1mca_da_sub-color_1mdc_sa_sub_alpha_1mda_cc_max-color_1msc_sc_rsub_alpha_sa_1msa_add-color_1msa_cc_sub_alpha_dc_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_dc_max_alpha_z_z_rsub-color_z_1mca_max_alpha_da_1mcc_max-color_z_sc_rsub_alpha_o_dc_min-color_1mca_o_max_alpha_1mda_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_max_alpha_1mdc_o_max-color_sas_dc_rsub_alpha_1msc_1mda_rsub-color_sas_sa_min_alpha_1mda_cc_rsub-color_1mdc_sa_sub_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_cc_min_alpha_da_1mda_sub-color_o_1mca_rsub_alpha_1msc_ca_add-color_1mcc_1msc_rsub_alpha_sa_sa_min-color_1msa_1mda_rsub_alpha_1msa_sas_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_rsub_alpha_z_1mdc_sub-color_1msc_1msc_min_alpha_sc_dc_sub-color_da_sc_min_alpha_z_cc_min-color_1msc_sas_max_alpha_z_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_1msc_min-color_1msa_da_sub_alpha_1mca_sa_max-color_ca_1mdc_min_alpha_sa_1msc_min-color_ca_sc_min_alpha_1mcc_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_1mca_cc_rsub-color_sas_1msa_rsub_alpha_1mca_ca_rsub-color_1mca_da_sub_alpha_o_1mdc_min-color_1msc_1mcc_sub_alpha_z_ca_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mdc_min_alpha_da_1mca_rsub-color_1mcc_ca_max_alpha_cc_da_min-color_z_cc_min_alpha_1mca_z_rsub-color_dc_dc_rsub_alpha_z_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_ca_min_alpha_z_1mca_sub-color_1msa_z_max_alpha_1mda_z_sub-color_1msc_z_sub_alpha_1mdc_ca_sub-color_o_z_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_cc_sub_alpha_dc_o_max-color_sas_1mcc_sub_alpha_dc_1mdc_add-color_z_ca_max_alpha_sc_1mdc_max-color_1msc_dc_add_alpha_1msa_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sas_sub_alpha_da_cc_add-color_1mca_1msc_max_alpha_1mca_sc_max-color_1mcc_1mdc_sub_alpha_1mda_1mca_max-color_1msc_1msa_max_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mda_add_alpha_1msa_sas_rsub-color_1mda_cc_min_alpha_cc_cc_min-color_1mcc_1mca_rsub_alpha_1mca_1mda_min-color_sc_1mda_sub_alpha_sa_cc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_add_alpha_sas_1mca_add-color_z_1mda_sub_alpha_ca_1mcc_rsub-color_sa_sa_max_alpha_dc_da_min-color_cc_dc_min_alpha_1msa_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_add_alpha_1msa_ca_rsub-color_cc_1mca_sub_alpha_o_1mcc_max-color_z_z_sub_alpha_sa_sa_rsub-color_cc_sc_rsub_alpha_1mdc_dc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_max_alpha_sc_1mcc_sub-color_1mda_sa_max_alpha_sc_1msa_add-color_cc_dc_rsub_alpha_o_sa_min-color_sc_sa_max_alpha_1mda_1msa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_sa_min-color_1mda_da_rsub_alpha_1mdc_1mda_sub-color_sc_1msc_min_alpha_1mdc_1mca_max-color_ca_cc_min_alpha_da_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_cc_sub_alpha_1mcc_z_rsub-color_z_o_rsub_alpha_sa_1mdc_add-color_1mda_1msc_max_alpha_1mca_sa_sub-color_1msa_sa_rsub_alpha_z_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_cc_o_rsub-color_1mca_1mca_max_alpha_dc_1mdc_add-color_dc_sas_rsub_alpha_1mdc_1mdc_max-color_sas_1mca_max_alpha_sas_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_1mcc_da_min-color_cc_o_min_alpha_1mcc_sa_add-color_o_sas_add_alpha_ca_sc_sub-color_1msa_da_rsub_alpha_1mda_sc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_max_alpha_sas_1msc_add-color_sc_sas_sub_alpha_1msa_1mcc_max-color_sc_sc_rsub_alpha_1mdc_dc_sub-color_1msc_sa_rsub_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_sc_max_alpha_1mcc_1msa_max-color_1mdc_sas_min_alpha_1mcc_1msa_sub-color_ca_ca_max_alpha_dc_sc_max-color_1msa_sc_max_alpha_1mdc_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_da_rsub_alpha_ca_sc_min-color_1mca_ca_min_alpha_da_1msc_sub-color_da_sc_sub_alpha_1msa_ca_rsub-color_1mca_1mca_add_alpha_da_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_ca_sub_alpha_cc_cc_add-color_da_1msc_min_alpha_sa_ca_sub-color_sas_sa_sub_alpha_1mdc_z_max-color_sa_z_add_alpha_sc_1mca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_dc_max_alpha_cc_1mca_rsub-color_o_1msa_min_alpha_1mda_1mda_rsub-color_cc_1mdc_add_alpha_sc_1mdc_add-color_sa_1mdc_min_alpha_sc_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_min_alpha_1mcc_1mdc_max-color_z_sas_add_alpha_1mda_dc_add-color_sc_1mda_add_alpha_sc_cc_rsub-color_1msc_1msc_max_alpha_z_o_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sas_sub_alpha_1msa_1mca_sub-color_sas_ca_max_alpha_1mda_1msa_add-color_sa_da_sub_alpha_sa_z_rsub-color_ca_1mdc_add_alpha_z_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_z_sub_alpha_ca_cc_sub-color_sas_1msa_rsub_alpha_ca_da_sub-color_1mca_ca_min_alpha_1msc_1mcc_rsub-color_dc_da_sub_alpha_1mcc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_sub_alpha_1msa_1msa_sub-color_1mca_o_add_alpha_sa_sc_max-color_o_ca_rsub_alpha_o_dc_max-color_cc_1mdc_rsub_alpha_sas_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msc_rsub_alpha_sa_1mda_min-color_sa_1mcc_rsub_alpha_1msa_1mdc_max-color_ca_1mcc_max_alpha_1mca_1mcc_sub-color_dc_dc_max_alpha_da_sc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_rsub_alpha_1msa_cc_sub-color_da_1msc_min_alpha_1msc_sc_add-color_sa_sas_add_alpha_z_o_sub-color_dc_1msc_max_alpha_sa_da_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_1mca_rsub_alpha_1mda_z_sub-color_sc_sc_add_alpha_1mca_sa_max-color_sa_1msa_min_alpha_1msc_sa_sub-color_dc_sc_add_alpha_1mdc_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mcc_sub_alpha_sas_1msc_sub-color_ca_sc_sub_alpha_1mda_cc_max-color_o_ca_sub_alpha_1mda_sas_rsub-color_z_1mdc_rsub_alpha_1msa_z_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_sc_max_alpha_cc_1mca_add-color_da_1mca_add_alpha_1mcc_1msa_min-color_sa_z_rsub_alpha_1mca_dc_rsub-color_1msa_1mca_sub_alpha_cc_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_1mcc_sub_alpha_dc_o_rsub-color_cc_1mdc_rsub_alpha_1mdc_da_add-color_o_1mcc_min_alpha_sas_sas_max-color_1msa_sc_max_alpha_1msc_sa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mdc_min_alpha_da_sc_sub-color_1mcc_sa_min_alpha_sa_ca_max-color_o_z_add_alpha_1mda_da_add-color_1mdc_sa_min_alpha_1mcc_sc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_sa_rsub-color_ca_o_max_alpha_z_1mca_sub-color_1mcc_ca_add_alpha_cc_1mdc_rsub-color_dc_dc_rsub_alpha_o_1mcc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_sub_alpha_1mcc_ca_rsub-color_dc_1mda_max_alpha_ca_dc_add-color_1mca_o_rsub_alpha_1mcc_da_add-color_cc_cc_sub_alpha_o_z_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_dc_sub_alpha_1mdc_sa_sub-color_sa_sc_max_alpha_ca_o_add-color_1mcc_1mda_max_alpha_z_ca_max-color_1mca_1msa_min_alpha_1mca_sas_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_1mca_1msa_rsub-color_1mca_1msa_max_alpha_1mda_sc_min-color_sc_z_max_alpha_dc_1mca_add-color_1mda_ca_add_alpha_sas_1mdc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_min_alpha_1msa_1mda_min-color_ca_sc_min_alpha_da_1mdc_sub-color_z_1mdc_max_alpha_cc_z_rsub-color_z_dc_rsub_alpha_sc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_sc_min_alpha_o_z_min-color_o_1mda_add_alpha_sas_dc_min-color_dc_1mca_rsub_alpha_sc_1msa_add-color_1mda_da_rsub_alpha_1mca_dc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_o_add_alpha_1mda_1msa_min-color_sa_da_rsub_alpha_da_o_add-color_1msa_1msc_add_alpha_o_sas_sub-color_1msa_sas_min_alpha_1mdc_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sa_sas_sub_alpha_da_ca_add-color_1msc_o_add_alpha_o_1mca_sub-color_dc_1msc_max_alpha_da_1mdc_sub-color_1msa_1mdc_add_alpha_sc_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_min_alpha_sas_dc_sub-color_ca_ca_max_alpha_1mda_sas_sub-color_sa_1msa_max_alpha_z_1mda_min-color_sc_1mdc_sub_alpha_1msa_da_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_ca_1mda_max-color_1mdc_dc_add_alpha_1mda_sas_rsub-color_sas_1mca_max_alpha_1mca_1mcc_min-color_o_1msa_rsub_alpha_dc_da_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1msa_rsub_alpha_1mdc_1mcc_sub-color_1mdc_sc_add_alpha_1mcc_1mca_min-color_z_1msc_sub_alpha_ca_sa_min-color_sa_sa_rsub_alpha_cc_sas_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_sc_rsub_alpha_1mcc_cc_sub-color_o_da_rsub_alpha_ca_1mca_sub-color_1msc_sa_sub_alpha_1mca_sc_sub-color_cc_1msa_sub_alpha_sas_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_add_alpha_1mda_1mcc_sub-color_1mda_1msc_max_alpha_1msc_da_max-color_da_1mca_sub_alpha_z_cc_min-color_sc_da_add_alpha_1mdc_sc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_dc_sub_alpha_ca_o_sub-color_1mda_z_add_alpha_cc_1msa_sub-color_1msa_1mda_min_alpha_da_o_min-color_1mda_1msc_sub_alpha_dc_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sas_add_alpha_1msa_1msa_min-color_1mda_dc_rsub_alpha_da_da_min-color_sas_o_add_alpha_sa_ca_min-color_da_1mda_sub_alpha_da_1mdc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_ca_sub_alpha_sas_sas_sub-color_1mda_o_max_alpha_1msa_sas_sub-color_1mdc_o_sub_alpha_sas_sc_max-color_1mdc_1mcc_add_alpha_sa_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_max_alpha_cc_1mda_sub-color_sas_z_rsub_alpha_sas_o_rsub-color_1mdc_1msa_rsub_alpha_1mca_1mdc_min-color_1msc_sas_sub_alpha_dc_sa_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1msc_min_alpha_dc_1mda_sub-color_o_1msc_max_alpha_1mda_1mca_add-color_cc_sc_add_alpha_ca_1mcc_rsub-color_1mca_dc_min_alpha_sc_o_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_1mda_rsub_alpha_da_da_rsub-color_sas_1mdc_rsub_alpha_1msa_sa_add-color_cc_cc_rsub_alpha_sa_1mca_min-color_z_1msa_max_alpha_1msc_cc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_cc_rsub_alpha_sas_1mcc_max-color_da_1mca_max_alpha_da_1msa_sub-color_z_o_rsub_alpha_dc_sas_sub-color_1mda_1msa_add_alpha_1mda_1mdc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_min_alpha_sc_cc_min-color_o_o_min_alpha_1msc_1msc_add-color_sas_da_add_alpha_1mdc_ca_add-color_cc_1mda_sub_alpha_dc_1mda_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_cc_max-color_z_sas_max_alpha_ca_sa_max-color_1mcc_1mca_sub_alpha_sa_o_rsub-color_z_1mdc_sub_alpha_o_1mda_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_sub_alpha_z_o_rsub-color_o_sc_sub_alpha_1mdc_1mda_rsub-color_1mcc_1mdc_rsub_alpha_1mcc_z_min-color_cc_sa_max_alpha_o_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_sa_min_alpha_1mdc_dc_rsub-color_1mcc_1mca_sub_alpha_1mdc_dc_min-color_o_1mcc_sub_alpha_1msc_z_min-color_sas_1msa_add_alpha_z_1msa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_add_alpha_dc_1mdc_sub-color_1msa_o_max_alpha_1msc_1msa_sub-color_1mda_z_max_alpha_z_sa_min-color_sas_1mdc_min_alpha_1mcc_sa_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msc_1mdc_min_alpha_z_sc_rsub-color_1mda_o_min_alpha_1mdc_sa_max-color_sc_1mcc_rsub_alpha_z_1mdc_max-color_1mda_z_add_alpha_cc_sa_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_1mdc_sub-color_sc_dc_add_alpha_1mcc_ca_add-color_sc_da_rsub_alpha_sa_ca_min-color_o_1msc_max_alpha_ca_1msc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_dc_rsub_alpha_z_ca_min-color_sa_ca_rsub_alpha_sas_z_max-color_ca_sas_max_alpha_1mda_sas_max-color_1mda_sc_max_alpha_sc_1mda_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mdc_rsub_alpha_sa_1msc_min-color_1mca_ca_max_alpha_sc_sc_max-color_sa_dc_sub_alpha_cc_sas_sub-color_z_1mca_sub_alpha_da_da_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_sa_min_alpha_sa_sas_sub-color_1mda_dc_max_alpha_1mdc_sa_add-color_1mdc_cc_min_alpha_1mcc_dc_max-color_da_z_rsub_alpha_1mda_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_add_alpha_1msa_z_add-color_ca_1mdc_sub_alpha_1mcc_sc_max-color_sc_1mdc_rsub_alpha_1mdc_1mdc_rsub-color_1mdc_1msc_sub_alpha_sa_1mcc_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mdc_cc_sub_alpha_1mdc_1mcc_max-color_z_sc_rsub_alpha_1msc_sas_sub-color_dc_cc_max_alpha_z_1mcc_min-color_1msc_1mda_min_alpha_sa_1mca_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_ca_cc_sub_alpha_1msa_ca_max-color_sa_dc_rsub_alpha_cc_1mca_rsub-color_dc_cc_add_alpha_1mda_1mca_rsub-color_sa_1mcc_add_alpha_1mca_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sas_rsub-color_dc_sc_min_alpha_sas_dc_min-color_1mda_1msc_max_alpha_sa_1msc_max-color_cc_1mdc_min_alpha_1mda_1msc_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_min_alpha_1msa_da_max-color_1mdc_da_sub_alpha_cc_cc_max-color_1msa_sas_add_alpha_sc_dc_sub-color_z_sas_min_alpha_1msa_o_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_add_alpha_1msc_sa_min-color_sc_da_max_alpha_sa_da_min-color_1msa_dc_max_alpha_ca_o_sub-color_sas_sas_max_alpha_da_da_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sas_1mcc_min_alpha_dc_1mdc_min-color_1mda_1mcc_add_alpha_1mca_1msa_max-color_1mda_sc_add_alpha_sc_1msa_sub-color_dc_sa_min_alpha_1mdc_1mcc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mcc_sub_alpha_o_ca_add-color_da_sa_max_alpha_sa_1mdc_max-color_1mdc_1msc_min_alpha_o_1mda_rsub-color_dc_ca_sub_alpha_sc_1mca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_o_rsub_alpha_dc_1mca_sub-color_1mca_sas_rsub_alpha_da_1msc_sub-color_1mca_da_rsub_alpha_ca_1msc_sub-color_o_1msa_min_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_1mcc_min_alpha_1msc_sc_rsub-color_1mda_1mca_min_alpha_1msa_sc_sub-color_1mcc_dc_min_alpha_1mdc_1msa_max-color_1mda_da_rsub_alpha_1mca_z_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_sc_add_alpha_cc_1mca_sub-color_1mcc_sc_min_alpha_z_1mca_rsub-color_dc_da_sub_alpha_ca_1mdc_add-color_sas_1msc_max_alpha_1msc_ca_rsub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1mcc_max_alpha_sa_ca_rsub-color_1mdc_1mda_max_alpha_1mdc_sa_sub-color_1mdc_1mda_sub_alpha_sa_o_sub-color_1mcc_1msa_add_alpha_1mdc_1mdc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_1mda_add_alpha_cc_1msa_rsub-color_sas_1mca_sub_alpha_1mdc_1mca_rsub-color_da_da_min_alpha_sas_ca_rsub-color_1mca_dc_max_alpha_1mdc_sas_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_sc_ca_add_alpha_sas_1mcc_sub-color_1msc_1mdc_add_alpha_o_o_rsub-color_sc_1mcc_min_alpha_1mda_cc_sub-color_o_cc_min_alpha_z_ca_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1mda_sub_alpha_1mcc_dc_sub-color_1mcc_o_sub_alpha_1mda_ca_sub-color_1mcc_ca_min_alpha_1mcc_cc_add-color_1mdc_da_min_alpha_dc_sa_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_z_1mdc_sub_alpha_cc_cc_max-color_1mca_1msc_max_alpha_1mcc_sas_max-color_1mdc_1mda_sub_alpha_1msa_1mda_sub-color_sas_da_max_alpha_da_o_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_min_alpha_cc_ca_add-color_1msa_1mca_min_alpha_1mcc_1msc_min-color_1mda_dc_sub_alpha_sas_sa_add-color_1msc_1mca_add_alpha_z_cc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mda_add_alpha_1mda_1mcc_add-color_da_1msc_add_alpha_1mca_ca_max-color_cc_da_sub_alpha_dc_da_rsub-color_z_1mdc_rsub_alpha_1mca_1msa_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_da_sc_rsub_alpha_sa_cc_rsub-color_sas_1mda_sub_alpha_1mcc_dc_sub-color_da_1mca_min_alpha_1mda_o_rsub-color_1msa_da_max_alpha_ca_cc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mcc_dc_max_alpha_1mca_1mca_sub-color_1mda_1mdc_max_alpha_sc_sas_rsub-color_1msc_cc_add_alpha_1msc_1msc_max-color_cc_sc_min_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_dc_add_alpha_o_1msc_add-color_sas_1mdc_max_alpha_sa_1msc_min-color_dc_sas_min_alpha_1mcc_cc_sub-color_z_1mda_add_alpha_o_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1mda_add-color_z_1mcc_max_alpha_sc_1mdc_add-color_1mca_1mdc_add_alpha_sc_sa_min-color_sas_o_max_alpha_1mcc_1mdc_add
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_dc_1msc_min_alpha_ca_cc_min-color_z_1msc_rsub_alpha_sa_z_sub-color_1mdc_1mdc_max_alpha_sa_cc_sub-color_1mcc_1mdc_max_alpha_dc_1mda_max
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_1mda_ca_sub_alpha_1mda_dc_add-color_1msa_z_sub_alpha_o_sa_sub-color_dc_1mcc_max_alpha_sa_dc_max-color_o_da_sub_alpha_1mda_1msc_sub
+dEQP-VK.pipeline.blend.format.a4b4g4r4_unorm_pack16.states.color_o_1msa_add_alpha_o_1mda_max-color_da_1msa_sub_alpha_dc_sc_rsub-color_sc_ca_max_alpha_1mcc_sa_max-color_dc_ca_min_alpha_z_sc_rsub
 dEQP-VK.pipeline.blend.clamp.r8g8b8a8_unorm
 dEQP-VK.pipeline.blend.clamp.r8g8b8a8_snorm
 dEQP-VK.pipeline.blend.clamp.b8g8r8a8_unorm
@@ -65270,202 +65270,202 @@ dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_cc_
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
 dEQP-VK.pipeline.blend.dual_source.format.b5g5r5a1_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
-dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16_ext.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4r4g4b4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_cc_rsub_alpha_1mdc_s1a_add-color_1msa_1msa_sub_alpha_1ms1a_ca_min-color_z_s1c_rsub_alpha_s1c_ca_sub-color_1ms1c_s1c_min_alpha_1mcc_1mdc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_da_min_alpha_1ms1c_1mda_sub-color_dc_s1a_add_alpha_ca_sas_min-color_da_1mca_rsub_alpha_da_ca_min-color_o_cc_rsub_alpha_1mca_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sa_min_alpha_cc_sc_rsub-color_1mcc_1ms1a_add_alpha_sa_da_rsub-color_1mda_sa_min_alpha_s1a_dc_sub-color_sa_z_min_alpha_sc_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_sub_alpha_1mda_1mda_sub-color_1ms1a_ca_min_alpha_o_s1a_max-color_s1c_da_add_alpha_1ms1a_ca_max-color_sc_sa_add_alpha_z_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1ms1c_sub_alpha_1mda_cc_add-color_da_cc_rsub_alpha_z_1ms1a_add-color_s1c_1mcc_max_alpha_1mca_s1a_rsub-color_cc_dc_max_alpha_1mcc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_rsub_alpha_o_1msa_max-color_1ms1c_dc_sub_alpha_1msa_o_min-color_sc_cc_min_alpha_sc_1msc_min-color_1msc_sa_rsub_alpha_o_z_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_sas_o_min-color_o_1msa_add_alpha_1mdc_s1a_max-color_1ms1a_1msc_add_alpha_cc_1mcc_max-color_1msa_cc_max_alpha_sas_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1a_rsub_alpha_sc_dc_rsub-color_1msa_dc_sub_alpha_sc_z_min-color_da_z_add_alpha_1mdc_ca_max-color_1mcc_s1c_rsub_alpha_1ms1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_rsub_alpha_sc_da_max-color_sa_sc_rsub_alpha_sc_1ms1a_sub-color_1ms1a_sc_add_alpha_1ms1a_o_add-color_1mca_1ms1a_max_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_da_min_alpha_1msa_1msa_min-color_da_s1a_rsub_alpha_1msc_z_add-color_ca_sc_sub_alpha_cc_s1a_max-color_1mca_1mcc_add_alpha_1msa_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_rsub_alpha_sc_1mdc_sub-color_1ms1c_sas_sub_alpha_s1c_sas_max-color_dc_sa_sub_alpha_sa_1msa_add-color_s1c_sc_add_alpha_z_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sa_rsub_alpha_o_1ms1a_sub-color_1ms1c_1ms1c_min_alpha_sa_s1a_max-color_sa_cc_sub_alpha_sc_1mdc_min-color_o_1mca_add_alpha_da_ca_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_min_alpha_da_sc_max-color_1mda_s1a_add_alpha_da_1mda_rsub-color_dc_s1a_rsub_alpha_da_1mcc_rsub-color_cc_dc_min_alpha_1msa_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sa_sub_alpha_1ms1c_1mdc_sub-color_o_1mca_add_alpha_cc_cc_add-color_s1a_cc_sub_alpha_ca_cc_min-color_cc_sas_min_alpha_sa_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1msa_max_alpha_1mca_z_sub-color_da_1msc_rsub_alpha_1mda_1ms1c_add-color_1msa_1mdc_max_alpha_da_sas_min-color_cc_dc_sub_alpha_1mda_sas_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_da_dc_min-color_1msa_cc_rsub_alpha_1msa_1mcc_max-color_dc_dc_add_alpha_dc_dc_min-color_1mda_1ms1a_add_alpha_sc_sa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1mdc_rsub_alpha_1mca_1mcc_rsub-color_1mcc_1ms1a_add_alpha_1msa_1ms1c_rsub-color_1msa_1mda_max_alpha_1msc_sa_min-color_1ms1a_sc_max_alpha_1mca_cc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1mdc_sub_alpha_s1a_1ms1c_rsub-color_1mca_o_rsub_alpha_1mca_ca_min-color_ca_s1c_add_alpha_dc_1ms1c_sub-color_ca_1ms1a_min_alpha_sc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_sub_alpha_z_1mca_sub-color_sa_da_min_alpha_s1c_ca_add-color_1ms1a_sa_max_alpha_1ms1a_cc_sub-color_dc_ca_add_alpha_cc_1ms1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_sc_rsub_alpha_s1c_o_max-color_da_ca_add_alpha_z_1msc_add-color_1mca_1ms1a_add_alpha_o_1mda_max-color_1ms1a_1msc_rsub_alpha_dc_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mdc_add_alpha_sc_1mda_add-color_sc_1mca_rsub_alpha_z_1mdc_max-color_sa_1mca_sub_alpha_sc_s1c_max-color_sas_s1a_min_alpha_da_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_s1c_min_alpha_1mcc_s1c_rsub-color_ca_1mca_add_alpha_cc_1ms1a_min-color_ca_1ms1c_rsub_alpha_sa_sas_min-color_1ms1c_s1a_add_alpha_1mda_1ms1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sa_max_alpha_da_ca_add-color_z_1ms1c_add_alpha_sc_sas_rsub-color_1mdc_cc_min_alpha_dc_ca_min-color_1ms1a_1msc_max_alpha_1msa_ca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_ca_rsub_alpha_dc_s1a_rsub-color_cc_da_min_alpha_ca_1ms1a_max-color_1msc_1mdc_max_alpha_cc_sa_rsub-color_da_o_sub_alpha_z_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_max_alpha_da_1mda_sub-color_dc_ca_max_alpha_1msc_1msa_add-color_1mdc_1ms1a_min_alpha_1mda_1mda_min-color_1ms1c_1msc_max_alpha_1mca_1msc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1msc_sub_alpha_z_1mcc_min-color_1msc_1ms1c_add_alpha_1mda_1mdc_sub-color_ca_sas_rsub_alpha_cc_1ms1c_max-color_1ms1c_1ms1c_rsub_alpha_da_s1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1msc_sub_alpha_s1c_s1a_sub-color_cc_cc_max_alpha_sc_1msc_add-color_z_sas_sub_alpha_cc_sc_sub-color_z_1msa_min_alpha_z_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1msa_rsub_alpha_ca_z_rsub-color_1ms1c_s1a_max_alpha_z_1msc_add-color_1mda_1mcc_add_alpha_1msc_1mda_max-color_1ms1c_o_max_alpha_s1a_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mcc_max_alpha_1mca_ca_min-color_1mca_sa_rsub_alpha_s1a_dc_add-color_1mca_1mcc_min_alpha_1msa_1ms1a_add-color_s1c_da_max_alpha_dc_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_cc_add_alpha_sc_sc_add-color_dc_da_max_alpha_dc_s1a_max-color_sa_1mca_sub_alpha_1mca_1ms1c_add-color_1msa_1msa_rsub_alpha_1mda_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mdc_max_alpha_s1a_ca_max-color_1mda_cc_min_alpha_sas_dc_sub-color_1ms1a_sc_sub_alpha_z_dc_max-color_sc_dc_sub_alpha_s1c_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_z_max_alpha_1mcc_1msc_min-color_1msa_1msc_min_alpha_ca_s1a_add-color_1mda_1msc_max_alpha_dc_s1a_rsub-color_s1c_s1c_add_alpha_s1c_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_sas_sub_alpha_s1a_1mda_add-color_sa_1mcc_min_alpha_cc_1mcc_sub-color_dc_1ms1a_sub_alpha_1mca_z_max-color_1msc_1msa_max_alpha_sc_s1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_ca_rsub_alpha_1msa_s1c_rsub-color_dc_1ms1a_min_alpha_1ms1a_cc_rsub-color_ca_ca_add_alpha_s1c_sc_add-color_o_1ms1c_sub_alpha_z_1mda_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_ca_add_alpha_1msa_cc_max-color_s1c_z_sub_alpha_sa_sc_add-color_da_da_max_alpha_s1c_cc_rsub-color_da_s1a_max_alpha_da_o_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mca_sub-color_1msc_da_max_alpha_o_da_add-color_s1c_s1a_max_alpha_dc_1ms1a_sub-color_s1a_z_sub_alpha_1msa_1msc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1a_add_alpha_1mdc_1msa_sub-color_dc_1ms1c_rsub_alpha_z_1mdc_sub-color_ca_1ms1c_min_alpha_sas_ca_rsub-color_1ms1c_s1c_add_alpha_z_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1mca_min_alpha_1msa_1msc_sub-color_s1a_1msc_rsub_alpha_dc_dc_max-color_sa_1mda_sub_alpha_z_da_max-color_dc_sc_max_alpha_dc_1ms1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1mda_add_alpha_cc_1mca_min-color_da_o_sub_alpha_da_1mda_max-color_z_1mcc_sub_alpha_sc_cc_sub-color_1mca_1ms1a_max_alpha_cc_dc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1mcc_sub_alpha_1mdc_sa_sub-color_s1a_s1a_rsub_alpha_cc_z_add-color_s1c_s1a_rsub_alpha_dc_1mca_add-color_1mdc_1ms1c_max_alpha_s1a_dc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_1mda_add_alpha_s1c_ca_add-color_1mca_z_max_alpha_dc_1mcc_max-color_sa_dc_max_alpha_1ms1c_o_sub-color_1mcc_1msc_rsub_alpha_da_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_rsub_alpha_da_1ms1c_add-color_cc_ca_add_alpha_da_sas_max-color_z_1mcc_min_alpha_o_z_min-color_ca_s1c_add_alpha_1msc_s1a_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_da_sub_alpha_sc_ca_add-color_1msa_z_min_alpha_1mca_1mcc_min-color_o_sa_add_alpha_1mda_dc_rsub-color_sc_1mcc_min_alpha_s1a_z_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_sa_rsub_alpha_1mda_s1c_sub-color_o_ca_min_alpha_sa_da_add-color_sa_da_min_alpha_s1c_s1c_max-color_z_s1a_max_alpha_1msa_cc_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_add_alpha_dc_1ms1a_add-color_da_cc_rsub_alpha_1ms1a_s1a_max-color_sas_z_min_alpha_1mca_da_add-color_1msc_ca_min_alpha_1mdc_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_ca_max_alpha_da_1mdc_rsub-color_sa_1msc_sub_alpha_sc_1mca_sub-color_1ms1c_s1c_add_alpha_s1c_dc_rsub-color_da_1mda_add_alpha_s1c_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_z_rsub_alpha_s1a_s1a_rsub-color_s1c_1msa_rsub_alpha_1mda_sc_add-color_cc_1mcc_min_alpha_sas_da_add-color_1mcc_1msc_sub_alpha_da_z_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_s1a_min_alpha_1msa_sc_sub-color_1msa_o_rsub_alpha_da_z_add-color_1msc_s1c_rsub_alpha_1mda_s1a_max-color_s1c_cc_add_alpha_sas_ca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1mda_max_alpha_s1c_1msa_rsub-color_ca_1ms1a_add_alpha_1mda_1msc_min-color_z_s1a_add_alpha_1mdc_1mcc_add-color_s1c_1mda_add_alpha_1ms1a_o_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_z_add_alpha_sas_1mca_min-color_cc_s1c_add_alpha_sc_o_sub-color_z_1mda_min_alpha_1mda_s1a_sub-color_s1c_sc_min_alpha_o_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msc_1ms1c_sub_alpha_da_z_min-color_sa_cc_max_alpha_sc_sa_min-color_o_s1c_sub_alpha_1msa_sa_add-color_sa_1mda_rsub_alpha_cc_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mdc_1mda_rsub_alpha_1mca_1mcc_min-color_dc_o_rsub_alpha_sa_z_add-color_1msc_da_max_alpha_1mca_1mca_sub-color_sa_1ms1a_sub_alpha_1msa_sc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_cc_max_alpha_sas_cc_add-color_dc_1ms1a_rsub_alpha_sa_1mca_sub-color_1msc_cc_rsub_alpha_cc_o_sub-color_s1c_1msa_rsub_alpha_1mda_ca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_1ms1c_max_alpha_1mdc_z_sub-color_sc_z_max_alpha_1ms1c_sas_sub-color_1msc_1msc_min_alpha_s1a_ca_min-color_1msc_1msc_add_alpha_ca_da_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1c_rsub_alpha_sa_sas_max-color_z_1msa_min_alpha_sas_s1c_rsub-color_1mdc_1msa_rsub_alpha_sc_s1a_min-color_1mdc_sa_min_alpha_1mca_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_1ms1c_add_alpha_1mcc_1mda_sub-color_ca_1ms1a_max_alpha_1ms1c_s1c_min-color_da_sc_sub_alpha_sc_1mcc_min-color_1mda_dc_max_alpha_ca_s1c_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_ca_add_alpha_z_1msa_sub-color_z_1mcc_add_alpha_1mcc_1mca_sub-color_1msa_da_rsub_alpha_cc_1ms1a_add-color_cc_1mcc_sub_alpha_1mda_1ms1c_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1msa_max_alpha_s1a_1mda_sub-color_s1a_sc_add_alpha_dc_1mca_max-color_sas_s1a_add_alpha_1msa_sas_min-color_1ms1c_1msc_sub_alpha_sc_sas_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_1msc_max_alpha_1ms1a_1mca_add-color_1mdc_s1c_min_alpha_ca_dc_sub-color_1mdc_s1c_sub_alpha_z_sc_min-color_ca_1mca_rsub_alpha_s1a_1ms1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_cc_rsub_alpha_1msc_1mcc_min-color_sc_1mdc_add_alpha_da_ca_min-color_1mcc_1mda_max_alpha_1ms1c_s1a_min-color_s1c_cc_sub_alpha_ca_1mda_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mca_add_alpha_o_1ms1a_sub-color_1mcc_1msc_max_alpha_1mdc_sas_sub-color_ca_1mdc_min_alpha_z_1mdc_max-color_1ms1c_1mdc_min_alpha_dc_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1mca_max_alpha_1ms1c_1mdc_sub-color_ca_1mda_sub_alpha_ca_o_rsub-color_cc_dc_add_alpha_ca_1msa_min-color_1ms1c_1mcc_max_alpha_sas_1mdc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_ca_1ms1a_sub_alpha_1msa_1mdc_sub-color_1mda_sas_add_alpha_o_ca_add-color_sa_1mdc_sub_alpha_o_1mca_rsub-color_s1c_1msa_rsub_alpha_1msa_1mca_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_dc_1msa_sub_alpha_1mca_da_rsub-color_z_cc_add_alpha_sa_dc_add-color_s1a_1ms1a_rsub_alpha_1mca_s1c_min-color_1mdc_z_min_alpha_sc_1mcc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_1ms1a_rsub_alpha_da_s1a_max-color_o_sc_max_alpha_1mcc_1msc_sub-color_1msc_1mcc_max_alpha_s1c_1mca_sub-color_ca_1mcc_max_alpha_s1a_dc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_max_alpha_sas_sas_min-color_1ms1c_1msa_sub_alpha_1msc_o_add-color_sa_sa_rsub_alpha_cc_cc_add-color_da_da_add_alpha_s1c_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sc_rsub_alpha_1msc_1ms1a_max-color_1ms1c_1mda_rsub_alpha_z_1mcc_max-color_z_sas_sub_alpha_1ms1c_s1c_sub-color_1mdc_s1c_min_alpha_sa_1mdc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_add_alpha_cc_1ms1c_sub-color_1msa_z_max_alpha_da_1mda_rsub-color_1msa_1msc_rsub_alpha_1mcc_o_min-color_1ms1c_cc_add_alpha_dc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_sa_sub_alpha_z_dc_rsub-color_s1a_1mdc_sub_alpha_1msc_1mdc_min-color_1mcc_ca_sub_alpha_ca_z_min-color_1mdc_s1c_min_alpha_s1c_1mdc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_1mdc_rsub_alpha_s1a_z_sub-color_1msc_sc_min_alpha_s1a_sc_sub-color_sas_z_max_alpha_1msc_da_min-color_s1c_dc_rsub_alpha_o_1mcc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_s1c_rsub_alpha_1mca_o_rsub-color_1msc_s1a_rsub_alpha_da_cc_max-color_o_1msc_sub_alpha_sas_da_max-color_z_o_min_alpha_cc_dc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_da_sub_alpha_s1a_z_sub-color_sas_da_max_alpha_z_1mcc_add-color_sas_da_rsub_alpha_sc_1ms1c_min-color_da_1mdc_sub_alpha_1ms1c_1msa_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_z_sub_alpha_1mdc_s1a_min-color_1mda_1mcc_max_alpha_1msc_o_max-color_1ms1a_1mcc_min_alpha_1mcc_s1c_max-color_1mcc_1ms1a_add_alpha_sa_1mca_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1c_sa_min_alpha_1msc_dc_min-color_1mdc_1mca_sub_alpha_s1a_1msc_max-color_sas_ca_max_alpha_1ms1c_sas_sub-color_1msc_sas_max_alpha_1mcc_da_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_1msa_rsub_alpha_1msc_z_add-color_s1c_1ms1c_min_alpha_s1a_dc_max-color_1ms1a_o_max_alpha_1mca_dc_rsub-color_sc_dc_min_alpha_sas_1ms1a_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1a_add_alpha_sas_1ms1a_max-color_1msa_sas_rsub_alpha_s1a_1mca_sub-color_1mcc_1ms1a_add_alpha_sc_s1a_min-color_ca_1ms1c_max_alpha_1mca_1mcc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mca_add_alpha_dc_1ms1c_max-color_1msc_sc_sub_alpha_sa_s1c_rsub-color_o_1mcc_rsub_alpha_1mdc_s1c_rsub-color_ca_1mcc_sub_alpha_sas_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_sub_alpha_sc_z_min-color_da_o_add_alpha_1msc_sa_min-color_1mdc_1mda_sub_alpha_sas_1mdc_max-color_1mdc_1msa_max_alpha_o_1msc_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mda_1ms1a_add_alpha_1mcc_1mca_max-color_sc_dc_sub_alpha_1msc_1ms1a_max-color_1ms1a_sa_max_alpha_da_1ms1c_add-color_1ms1a_dc_max_alpha_1ms1c_s1c_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_z_sc_add_alpha_1ms1c_sa_min-color_dc_1mca_add_alpha_z_1mca_max-color_1ms1c_sa_max_alpha_1mcc_sc_sub-color_s1c_1mda_add_alpha_s1c_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_sc_add_alpha_cc_cc_add-color_1ms1c_ca_sub_alpha_1msa_1mda_max-color_da_1mdc_sub_alpha_1mdc_1mda_rsub-color_1msa_1msa_min_alpha_1mca_1ms1c_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_da_o_add_alpha_1msa_1mca_sub-color_cc_1msc_min_alpha_1msa_s1a_add-color_1mca_sc_min_alpha_1msc_1ms1c_add-color_1ms1c_1mcc_add_alpha_1mdc_o_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1msa_1mda_max_alpha_1ms1c_o_rsub-color_1mda_s1a_rsub_alpha_1mca_sas_add-color_s1c_1mca_add_alpha_cc_ca_max-color_s1c_1mcc_max_alpha_s1a_o_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_cc_max_alpha_1msa_1mca_sub-color_o_1mdc_max_alpha_1mda_1ms1c_rsub-color_sas_da_max_alpha_1msa_1msc_add-color_sc_1msc_add_alpha_sas_1ms1a_rsub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sc_1ms1c_rsub_alpha_1msc_s1a_rsub-color_1ms1a_1msc_max_alpha_1mda_sc_sub-color_1msa_dc_min_alpha_1msa_1mca_add-color_da_1mcc_rsub_alpha_1ms1c_sa_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_s1a_s1a_sub_alpha_sc_1msa_rsub-color_sc_1mcc_add_alpha_s1a_1ms1c_rsub-color_1mdc_ca_rsub_alpha_1mda_1ms1c_rsub-color_1ms1a_1msc_min_alpha_o_sas_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sa_1mdc_rsub_alpha_1mda_cc_sub-color_1msc_z_max_alpha_o_s1c_sub-color_1ms1a_1msc_sub_alpha_ca_sa_sub-color_ca_ca_max_alpha_cc_s1a_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_cc_add_alpha_o_s1c_add-color_1mdc_1mcc_min_alpha_1ms1a_1mcc_sub-color_sas_1msa_sub_alpha_1ms1c_1mda_add-color_1msa_o_add_alpha_dc_sc_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_sa_add_alpha_o_1ms1a_max-color_sa_1ms1c_add_alpha_s1a_s1c_max-color_sc_1mdc_add_alpha_1ms1a_1mdc_sub-color_da_sa_sub_alpha_1mcc_sc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1c_s1c_min_alpha_1ms1c_cc_add-color_sas_sas_max_alpha_1mca_dc_min-color_1msc_1ms1c_min_alpha_dc_1mdc_add-color_1mdc_s1a_rsub_alpha_o_1mda_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_ca_max_alpha_sa_cc_add-color_o_cc_min_alpha_1mda_1ms1c_max-color_z_1msa_max_alpha_1mda_da_rsub-color_sc_1mca_add_alpha_sc_1mca_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_o_sas_rsub_alpha_1msc_1mcc_rsub-color_z_s1a_sub_alpha_da_s1c_add-color_1mda_sc_add_alpha_z_z_rsub-color_1ms1a_sc_sub_alpha_sa_1msa_sub
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_sas_s1c_add_alpha_1mca_1mca_sub-color_1mdc_sc_max_alpha_1msa_s1c_rsub-color_1msa_1mdc_max_alpha_1mca_1mdc_max-color_s1c_ca_min_alpha_1ms1c_1msc_min
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_1mcc_max_alpha_z_o_add-color_sa_s1a_max_alpha_1msa_dc_min-color_sc_cc_add_alpha_dc_1msa_sub-color_1ms1a_o_max_alpha_1ms1a_sc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_cc_ca_sub_alpha_1ms1c_da_add-color_ca_dc_sub_alpha_s1c_sc_add-color_sc_sa_min_alpha_1ms1c_1mda_min-color_1ms1c_dc_rsub_alpha_1msc_1msc_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mca_1mdc_min_alpha_ca_1ms1a_min-color_o_s1a_add_alpha_s1a_ca_add-color_sas_1mca_add_alpha_1msc_sa_sub-color_sc_1msc_max_alpha_1msc_sas_max
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1mcc_s1c_max_alpha_da_sc_add-color_dc_1mcc_sub_alpha_s1a_o_sub-color_1ms1a_da_sub_alpha_cc_da_max-color_1msa_s1a_max_alpha_ca_s1a_add
+dEQP-VK.pipeline.blend.dual_source.format.a4b4g4r4_unorm_pack16.states.color_1ms1a_o_rsub_alpha_o_sas_max-color_z_1msa_min_alpha_dc_sc_rsub-color_sc_1mda_add_alpha_1ms1c_cc_max-color_s1a_1ms1c_max_alpha_1mca_o_rsub
 dEQP-VK.pipeline.depth.format_features.support_d16_unorm
 dEQP-VK.pipeline.depth.format_features.support_d24_unorm_or_d32_sfloat
 dEQP-VK.pipeline.depth.format_features.support_d24_unorm_s8_uint_or_d32_sfloat_s8_uint
@@ -69431,32 +69431,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_4.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.512x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.2x1_array_of_3
@@ -71261,50 +71261,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_4.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.512x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.r4g4_unorm_pack8.count_1.size.32x32
@@ -72371,32 +72371,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_4.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.32x16
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
@@ -74695,50 +74695,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x16_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.2x2_array_of_3
@@ -77051,42 +77051,42 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.11x11x11
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.8x16x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.16x16x16
@@ -78263,18 +78263,18 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.forma
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_4.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube.format.etc2_r8g8b8_unorm_block.count_4.size.32x32
@@ -79159,22 +79159,22 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.combined.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.13x13_array_of_6
@@ -80545,32 +80545,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_4.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.512x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.b5g5r5a1_unorm_pack16.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4r4g4b4_unorm_pack16.count_8.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.2x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.32x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.128x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.3x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.13x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.127x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_1.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_4.size.443x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.512x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d.format.a4b4g4r4_unorm_pack16.count_8.size.443x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.r4g4_unorm_pack8.count_1.size.2x1_array_of_3
@@ -82375,50 +82375,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_4.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.512x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.b5g5r5a1_unorm_pack16.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.128x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.127x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.443x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.512x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4r4g4b4_unorm_pack16.count_8.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.128x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.127x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_1.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_4.size.443x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.512x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.1d_array.format.a4b4g4r4_unorm_pack16.count_8.size.443x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.r4g4_unorm_pack8.count_1.size.32x32
@@ -83485,32 +83485,32 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_4.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.32x16
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.b5g5r5a1_unorm_pack16.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4r4g4b4_unorm_pack16.count_8.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_1.size.23x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_4.size.13x23
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.32x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.a4b4g4r4_unorm_pack16.count_8.size.13x23
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
@@ -85809,50 +85809,50 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.f
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x16_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.23x8_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x23_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x16_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.1x1_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.2x2_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.3x3_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.8x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_1.size.23x8_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x23_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x16_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x23_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_3
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.1x1_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.2d_array.format.etc2_r8g8b8_unorm_block.count_1.size.2x2_array_of_3
@@ -88165,42 +88165,42 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.11x11x11
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.8x16x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.b5g5r5a1_unorm_pack16.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.count_8.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.1x1x1
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.2x2x2
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.3x3x3
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x5x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x16x8
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_1.size.5x11x17
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_4.size.17x11x5
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.16x16x16
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.11x11x11
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.8x16x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4r4g4b4_unorm_pack16.count_8.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.1x1x1
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.2x2x2
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.3x3x3
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x5x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.32x16x8
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_1.size.5x11x17
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_4.size.17x11x5
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.16x16x16
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.11x11x11
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.8x16x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.a4b4g4r4_unorm_pack16.count_8.size.17x11x5
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.1x1x1
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.2x2x2
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.3d.format.etc2_r8g8b8_unorm_block.count_1.size.16x16x16
@@ -89377,18 +89377,18 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.forma
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_4.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.b5g5r5a1_unorm_pack16.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4r4g4b4_unorm_pack16.count_8.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_1.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_4.size.13x13
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.32x32
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.a4b4g4r4_unorm_pack16.count_8.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.32x32
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_1.size.13x13
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube.format.etc2_r8g8b8_unorm_block.count_4.size.32x32
@@ -90273,22 +90273,22 @@ dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_4.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.b5g5r5a1_unorm_pack16.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.count_8.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_6
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_1.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_4.size.13x13_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.32x32_array_of_36
-dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4r4g4b4_unorm_pack16.count_8.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_6
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_1.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_4.size.13x13_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.32x32_array_of_36
+dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.a4b4g4r4_unorm_pack16.count_8.size.13x13_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_6
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.32x32_array_of_36
 dEQP-VK.pipeline.image.suballocation.sampling_type.separate.view_type.cube_array.format.etc2_r8g8b8_unorm_block.count_1.size.13x13_array_of_6
@@ -91700,176 +91700,176 @@ dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -94763,38 +94763,38 @@ dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.1d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -96198,176 +96198,176 @@ dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.1d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.1d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -99932,176 +99932,176 @@ dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -104865,38 +104865,38 @@ dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.mag_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_edge
 dEQP-VK.pipeline.sampler.view_type.2d_unnormalized.format.r8_srgb.address_modes.all_mode_clamp_to_border_transparent_black
@@ -106716,176 +106716,176 @@ dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.2d_array.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.2d_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -112320,176 +112320,176 @@ dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
 dEQP-VK.pipeline.sampler.view_type.3d.format.b5g5r5a1_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_transparent_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_black
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_opaque_white
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_0011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1000
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1001
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1011_formatless
-dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4r4g4b4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_transparent_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_black
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_opaque_white
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirror_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_mirrored_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_repeat_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_border_mode_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_border_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_mirrored_repeat_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirror_clamp_to_edge_mode_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_border_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirror_clamp_to_edge_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_clamp_to_edge_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_border_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_mirrored_repeat_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_repeat_mode_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_mirrored_repeat_mode_mirror_clamp_to_edge_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_edge_mode_clamp_to_border
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_clamp_to_border_mode_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_repeat_mode_mirror_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirrored_repeat_mode_clamp_to_edge
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.uvw_mode_clamp_to_edge_mode_mirror_clamp_to_edge_mode_mirrored_repeat
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_0011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1000
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1001
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1011_formatless
+dEQP-VK.pipeline.sampler.view_type.3d.format.a4b4g4r4_unorm_pack16.address_modes.all_mode_clamp_to_border_custom_1101_formatless
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.3d.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -117558,102 +117558,102 @@ dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.line
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -120428,102 +120428,102 @@ dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipma
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.b5g5r5a1_unorm_pack16.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.min_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.linear
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_filter.nearest
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_identity_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_zero_zero_zero.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_r_g_b_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_b_g_r_a.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.average
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.min
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mag_reduce.comp_one_r_r_r.max
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.nearest.lod.select_bias_3_7
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.equal_min_3_max_3
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_min_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_max_4
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_2_5
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_1
-dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4r4g4b4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.min_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.linear
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_filter.nearest
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_identity_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_r_g_b_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_b_g_r_a.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.average
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.min
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mag_reduce.comp_one_r_r_r.max
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.nearest.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.equal_min_3_max_3
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_min_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_max_4
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_2_5
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_1
+dEQP-VK.pipeline.sampler.view_type.cube_array.format.a4b4g4r4_unorm_pack16.mipmap.linear.lod.select_bias_3_7
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.linear
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_filter.nearest
 dEQP-VK.pipeline.sampler.view_type.cube_array.format.r8_srgb.min_reduce.comp_identity_zero_zero_zero.average
@@ -125741,36 +125741,36 @@ dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
@@ -127445,42 +127445,42 @@ dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subr
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.1d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.1d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d.format.r4g4_unorm_pack8.component_swizzle.b_a_r_g
@@ -128876,36 +128876,36 @@ dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -131150,42 +131150,42 @@ dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subr
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.2d_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.2d_array.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -132707,24 +132707,24 @@ dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresourc
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.single_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.single_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.single_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.3d.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_single_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.3d.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -134462,36 +134462,36 @@ dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresou
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.array_layer_last_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_second
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_layer_last
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_layer_last_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_second
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_layer_last
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.array_layer_last_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_layer_last_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
@@ -136736,42 +136736,42 @@ dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.su
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.base_array_layer_remaining_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.b5g5r5a1_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.r_g_b_a
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.g_b_a_r
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.b_a_r_g
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.component_swizzle.a_r_g_b
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_base_array_layer
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_mip_levels_array_base_and_size
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_remaining_levels
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.base_array_layer_remaining_layers
-dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16_ext.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4r4g4b4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.r_g_b_a
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.g_b_a_r
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.b_a_r_g
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.component_swizzle.a_r_g_b
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_base_array_layer
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_mip_levels_array_base_and_size
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_remaining_levels
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.base_array_layer_remaining_layers
+dEQP-VK.pipeline.image_view.view_type.cube_array.format.a4b4g4r4_unorm_pack16.subresource_range.lod_base_mip_level_base_array_layer_remaining_levels_and_layers
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.cube_array.format.etc2_r8g8b8_unorm_block.component_swizzle.b_a_r_g
index 2391b2d..5741d24 100644 (file)
@@ -4349,326 +4349,326 @@ dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.y
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
 dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_420_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
-dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm_ext.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g8_b8r8_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.fragment.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.rgb_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_identity.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_709.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_601.itu_narrow.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_full.tiling_optimal_midpoint_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_cosited_disjoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint
+dEQP-VK.protected_memory.interaction.ycbcr.g16_b16r16_2plane_444_unorm.compute.ycbcr_2020.itu_narrow.tiling_optimal_midpoint_disjoint
 dEQP-VK.protected_memory.workgroupstorage.memsize_1
 dEQP-VK.protected_memory.workgroupstorage.memsize_4
 dEQP-VK.protected_memory.workgroupstorage.memsize_5
index fad61b7..77ce1b5 100644 (file)
@@ -434,18 +434,18 @@ dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_422_unorm.102
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.r64i.11_137_3
@@ -620,18 +620,18 @@ dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_422_uno
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_binding.3d.r64i.11_137_3
@@ -1286,18 +1286,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.r64i.11_137_3
@@ -1472,18 +1472,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_binding.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_binding.3d.r64i.11_137_3
@@ -1946,18 +1946,18 @@ dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_422_unorm.1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.r64i.11_137_3
@@ -2132,18 +2132,18 @@ dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_422_u
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_residency.cube.r64i.137_137_1
@@ -2498,10 +2498,10 @@ dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_420_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16_r16_3plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16_r16_3plane_444_unorm
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r32i
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.r16i
@@ -2568,10 +2568,10 @@ dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_420_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16_r16_3plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_422_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16_r16_3plane_444_unorm
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm_ext
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g8_b8r8_2plane_444_unorm
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.sparse_resources.aligned_mip_size.2d_array.g16_b16r16_2plane_444_unorm
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r64i
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r32i
 dEQP-VK.sparse_resources.aligned_mip_size.cube.r16i
@@ -2998,26 +2998,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samp
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16_r16_3plane_444_unorm.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.r64i.samples_4
@@ -3348,26 +3348,26 @@ dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unor
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_4
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_8
 dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16_r16_3plane_444_unorm.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.samples_16
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_1
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_2
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_4
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_8
-dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm_ext.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g8_b8r8_2plane_444_unorm.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.samples_16
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_1
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_2
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_4
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_8
+dEQP-VK.sparse_resources.image_block_shapes.2d_array.g16_b16r16_2plane_444_unorm.samples_16
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_1
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_2
 dEQP-VK.sparse_resources.image_block_shapes.cube.r64i.samples_4
@@ -4022,18 +4022,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plan
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.r64i.11_137_3
@@ -4208,18 +4208,18 @@ dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_residency.cube.r64i.137_137_1
@@ -4682,18 +4682,18 @@ dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_422_unorm.
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.r64i.11_137_3
@@ -4868,18 +4868,18 @@ dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_422_
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.mipmap_sparse_residency.cube.r64i.137_137_1
@@ -5342,18 +5342,18 @@ dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2pla
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.512_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.1024_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16_r16_3plane_444_unorm.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.1024_128_1
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm_ext.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g8_b8r8_2plane_444_unorm.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.1024_128_1
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d.g16_b16r16_2plane_444_unorm.11_137_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.r64i.11_137_3
@@ -5528,18 +5528,18 @@ dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.512_256_6
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.1024_128_8
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16_r16_3plane_444_unorm.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_137_3
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.1024_128_8
-dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm_ext.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g8_b8r8_2plane_444_unorm.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_137_3
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.1024_128_8
+dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.2d_array.g16_b16r16_2plane_444_unorm.11_137_3
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_mipmap_sparse_residency.cube.r64i.137_137_1
@@ -6044,22 +6044,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -6276,22 +6276,22 @@ dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plan
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -6892,22 +6892,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.512_256_6
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.r64i.503_137_3
@@ -7124,22 +7124,22 @@ dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.2d_array.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.256_256_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.128_128_1
 dEQP-VK.sparse_resources.device_group_image_sparse_memory_aliasing.cube.r64i.137_137_1
@@ -7740,22 +7740,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_44
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.r64i.503_137_3
@@ -7972,22 +7972,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3pl
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_fetch.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.256_256_16
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.3d_sparse_fetch.r64i.503_137_3
@@ -8332,22 +8332,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_read.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.r64i.503_137_3
@@ -8564,22 +8564,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3pla
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_read.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.256_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.cube_sparse_read.r64i.137_137_1
@@ -9180,22 +9180,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.r64i.503_137_3
@@ -9412,22 +9412,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_explicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.r64i.503_137_1
@@ -9644,22 +9644,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.r64i.503_137_3
@@ -9876,22 +9876,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_sample_implicit_lod.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.512_256_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.r64i.503_137_1
@@ -10108,22 +10108,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_4
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.128_128_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.503_137_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16_r16_3plane_444_unorm.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_1
-dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_1
+dEQP-VK.sparse_resources.shader_intrinsics.2d_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_1
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.512_256_6
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.r64i.503_137_3
@@ -10340,22 +10340,22 @@ dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3p
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.128_128_8
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.503_137_3
 dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16_r16_3plane_444_unorm.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.11_37_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.512_256_6
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.128_128_8
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.503_137_3
-dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm_ext.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g8_b8r8_2plane_444_unorm.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.11_37_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.512_256_6
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.128_128_8
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.503_137_3
+dEQP-VK.sparse_resources.shader_intrinsics.2d_array_sparse_gather.g16_b16r16_2plane_444_unorm.11_37_3
 dEQP-VK.sparse_resources.queue_bind.no_dependency
 dEQP-VK.sparse_resources.queue_bind.no_dependency_fence
 dEQP-VK.sparse_resources.queue_bind.single_queue_wait_one
index b59b13c..cd9272e 100644 (file)
@@ -10248,42 +10248,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_aa
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_pot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_pot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_pot_rrrr
@@ -12390,42 +12390,42 @@ dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_a
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_rgba
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_iiii
 dEQP-VK.texture.swizzle.component_mapping.b5g5r5a1_unorm_pack16_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_abgr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_zzzz
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_oooo
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rrrr
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_gggg
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_bbbb
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_aaaa
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_rgba
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_iiii
-dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4r4g4b4_unorm_pack16_2d_npot_sparse_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_abgr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_zzzz
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_oooo
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rrrr
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_gggg
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_bbbb
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_aaaa
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_rgba
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_iiii
+dEQP-VK.texture.swizzle.component_mapping.a4b4g4r4_unorm_pack16_2d_npot_sparse_abgr
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_zzzz
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_oooo
 dEQP-VK.texture.swizzle.component_mapping.etc2_r8g8b8_unorm_block_2d_npot_rrrr
@@ -13584,18 +13584,18 @@ dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_yy
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_xx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_pot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_pot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_pot_sparse_yy
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_pot_yy
@@ -14298,18 +14298,18 @@ dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_yy
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_xx
 dEQP-VK.texture.swizzle.texture_coordinate.b5g5r5a1_unorm_pack16_2d_npot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_ext_2d_npot_sparse_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_yy
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_xx
-dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_ext_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4r4g4b4_unorm_pack16_2d_npot_sparse_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_yy
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_xx
+dEQP-VK.texture.swizzle.texture_coordinate.a4b4g4r4_unorm_pack16_2d_npot_sparse_yy
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_xx
 dEQP-VK.texture.swizzle.texture_coordinate.etc2_r8g8b8_unorm_block_2d_npot_yy
index b23535a..13898dc 100644 (file)
@@ -1942,294 +1942,294 @@ dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_disjoint
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_mapped
 dEQP-VK.ycbcr.format.g16_b16_r16_3plane_444_unorm.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.compute_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.vertex_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.fragment_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.geometry_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_control_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.tess_eval_linear_array_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_optimal_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_disjoint_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_mapped
-dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm_ext.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g8_b8r8_2plane_444_unorm.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.compute_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.vertex_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.fragment_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.geometry_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_control_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.tess_eval_linear_array_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_optimal_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_disjoint_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_mapped
+dEQP-VK.ycbcr.format.g16_b16r16_2plane_444_unorm.compute_linear_array_disjoint_mapped
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_with_chroma_linear_filtering_g8_b8_r8_3plane_420_unorm
 dEQP-VK.ycbcr.filtering.linear_sampler_g8_b8r8_2plane_420_unorm
@@ -2954,86 +2954,86 @@ dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.image_view.g16_b16_r16_3plane_444_unorm_disjoint_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_ext_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g8_b8r8_2plane_444_unorm_disjoint_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.image_view.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint_plane_1_compatible_format_r32_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r4g4_unorm_pack8
 dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8_r8_3plane_420_unorm_plane_0_compatible_format_r8_uint
@@ -3394,46 +3394,46 @@ dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compa
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_uint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r16_sint
 dEQP-VK.ycbcr.plane_view.memory_alias.g16_b16_r16_3plane_444_unorm_plane_2_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r4g4_unorm_pack8
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_0_compatible_format_r8_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_ext_plane_1_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r12x4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r8g8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r10x6_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r16_sint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_0_compatible_format_r4g4b4a4_unorm_pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r16g16_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_unorm
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r8g8b8a8_uint
-dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r4g4_unorm_pack8
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_0_compatible_format_r8_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g8_b8r8_2plane_444_unorm_plane_1_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r12x4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r12x4g12x4_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r8g8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r10x6_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r16_sint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_0_compatible_format_r4g4b4a4_unorm_pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r10x6g10x6_unorm_2pack16
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r16g16_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_unorm
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r8g8b8a8_uint
+dEQP-VK.ycbcr.plane_view.memory_alias.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_plane_1_compatible_format_r32_uint
 dEQP-VK.ycbcr.query.size_lod.vertex.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.b8g8r8g8_422_unorm
@@ -3489,14 +3489,14 @@ dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.vertex.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.b8g8r8g8_422_unorm
@@ -3552,14 +3552,14 @@ dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.geometry.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.b8g8r8g8_422_unorm
@@ -3615,14 +3615,14 @@ dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.geometry.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_control.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.b8g8r8g8_422_unorm
@@ -3678,14 +3678,14 @@ dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_control.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_eval.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.b8g8r8g8_422_unorm
@@ -3741,14 +3741,14 @@ dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.compute.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.b8g8r8g8_422_unorm
@@ -3804,14 +3804,14 @@ dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.size_lod.compute.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.size_lod.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.size_lod.compute.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.lod.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.lod.fragment.b8g8r8g8_422_unorm
@@ -3867,14 +3867,14 @@ dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.lod.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.lod.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.lod.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.vertex.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.vertex.b8g8r8g8_422_unorm
@@ -3930,14 +3930,14 @@ dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.vertex.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.vertex.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.vertex.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.fragment.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.fragment.b8g8r8g8_422_unorm
@@ -3993,14 +3993,14 @@ dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.fragment.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.fragment.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.fragment.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.geometry.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.geometry.b8g8r8g8_422_unorm
@@ -4056,14 +4056,14 @@ dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.geometry.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.geometry.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.geometry.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_control.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.b8g8r8g8_422_unorm
@@ -4119,14 +4119,14 @@ dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.tess_control.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_control.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_control.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_eval.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.b8g8r8g8_422_unorm
@@ -4182,14 +4182,14 @@ dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.tess_eval.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.tess_eval.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.compute.r8g8b8a8_unorm
 dEQP-VK.ycbcr.query.levels.compute.g8b8g8r8_422_unorm
 dEQP-VK.ycbcr.query.levels.compute.b8g8r8g8_422_unorm
@@ -4245,14 +4245,14 @@ dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_422_unorm
 dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_422_unorm_disjoint
 dEQP-VK.ycbcr.query.levels.compute.g16_b16_r16_3plane_444_unorm
 dEQP-VK.ycbcr.query.levels.compute.g16_b16_r16_3plane_444_unorm_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext
-dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext_disjoint
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext
-dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_ext_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g8_b8r8_2plane_444_unorm_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16
+dEQP-VK.ycbcr.query.levels.compute.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_disjoint
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm
+dEQP-VK.ycbcr.query.levels.compute.g16_b16r16_2plane_444_unorm_disjoint
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear_binding_7
 dEQP-VK.ycbcr.conversion.r4g4b4a4_unorm_pack16.rgb_identity.linear_tiling_linear_binding_15
@@ -7389,646 +7389,646 @@ dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tili
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
 dEQP-VK.ycbcr.conversion.g16_b16_r16_3plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.sampler_array.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.rgb_identity.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.linear_tiling_optimal_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_linear_binding_31
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_7
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_15
-dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm_ext.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g8_b8r8_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.sampler_array.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.rgb_identity.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_identity.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_709.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_601.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_full.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.ycbcr_2020.itu_narrow.nearest_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.linear_tiling_optimal_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_linear_binding_31
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_7
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_15
+dEQP-VK.ycbcr.conversion.g16_b16r16_2plane_444_unorm.sampler_array.nearest_tiling_optimal_binding_31
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited_binding_7
 dEQP-VK.ycbcr.conversion.g8b8g8r8_422_unorm.color_conversion.rgb_identity_tiling_linear_cosited_binding_15
@@ -15421,22 +15421,22 @@ dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4_unorm_pack8.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -15741,70 +15741,70 @@ dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r4g4b4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16109,70 +16109,70 @@ dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b4g4r4a4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16477,70 +16477,70 @@ dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_opti
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g6b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -16845,70 +16845,70 @@ dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_opti
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g6r5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17213,70 +17213,70 @@ dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r5g5b5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17581,70 +17581,70 @@ dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b5g5r5a1_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -17949,70 +17949,70 @@ dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_op
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a1r5g5b5_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
@@ -18093,22 +18093,22 @@ dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -18413,70 +18413,70 @@ dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18605,54 +18605,54 @@ dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r8g8b8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18781,54 +18781,54 @@ dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b8g8r8a8_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -18957,54 +18957,54 @@ dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_opt
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a8b8g8r8_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19133,54 +19133,54 @@ dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.a2r10g10b10_unorm_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
@@ -19485,70 +19485,70 @@ dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r16_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19677,54 +19677,54 @@ dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r16g16_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_linear
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
@@ -19853,54 +19853,54 @@ dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_o
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.b10g11r11_ufloat_pack32.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_linear
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8b8g8r8_422_unorm.g8b8g8r8_422_unorm.linear_disjoint_linear
@@ -20045,22 +20045,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -20589,70 +20589,70 @@ dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -20765,22 +20765,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -21309,70 +21309,70 @@ dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_linear
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear
@@ -21485,22 +21485,22 @@ dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_o
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8_r8_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -21949,70 +21949,70 @@ dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optim
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.r8g8b8a8_unorm.linear_disjoint_linear
@@ -22237,54 +22237,54 @@ dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r10x6g10x6_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_linear
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r10x6g10x6b10x6a10x6_unorm_4pack16.r10x6g10x6b10x6a10x6_unorm_4pack16.linear_disjoint_linear
@@ -22781,70 +22781,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -23421,70 +23421,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -23933,70 +23933,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -24573,70 +24573,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -25085,70 +25085,70 @@ dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -25597,70 +25597,70 @@ dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optim
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4_unorm_pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_linear
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.r8g8b8a8_unorm.linear_disjoint_linear
@@ -25885,54 +25885,54 @@ dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.r12x4g12x4_unorm_2pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_linear
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.r12x4g12x4b12x4a12x4_unorm_4pack16.r12x4g12x4b12x4a12x4_unorm_4pack16.linear_disjoint_linear
@@ -26429,70 +26429,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -27069,70 +27069,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -27581,70 +27581,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -28221,70 +28221,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -28733,70 +28733,70 @@ dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_linear
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16b16g16r16_422_unorm.g16b16g16r16_422_unorm.linear_disjoint_linear
@@ -29277,70 +29277,70 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -29917,70 +29917,70 @@ dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.opti
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_420_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -30429,70 +30429,70 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -31069,70 +31069,70 @@ dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.opti
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_422_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
@@ -31581,2582 +31581,2582 @@ dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.opt
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
 dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r16g16_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g8_b8r8_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.optimal_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.linear_disjoint_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_linear_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_optimal_disjoint
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal
-dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm_ext.g16_b16r16_2plane_444_unorm_ext.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16_r16_3plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4_unorm_pack8.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8_r8_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g8_b8r8_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r4g4b4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b4g4r4a4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g6b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g6r5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r5g5b5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b5g5r5a1_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a1r5g5b5_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r8g8b8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b8g8r8a8_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a8b8g8r8_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.a2r10g10b10_unorm_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r16g16_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.b10g11r11_ufloat_pack32.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r10x6g10x6_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4_unorm_pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.r12x4g12x4_unorm_2pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_420_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_422_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_420_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_422_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16_r16_3plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g8_b8r8_2plane_444_unorm.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.optimal_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.linear_disjoint_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_linear_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_optimal_disjoint
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal
+dEQP-VK.ycbcr.copy.g16_b16r16_2plane_444_unorm.g16_b16r16_2plane_444_unorm.optimal_disjoint_optimal_disjoint
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_linear
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_linear_disjoint
 dEQP-VK.ycbcr.copy_dimensions.src4096x4_dst4096x4.g8_b8_r8_3plane_420_unorm.g8_b8_r8_3plane_420_unorm.linear_disjoint_linear
@@ -36921,27 +36921,27 @@ dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.1024_128_1.joint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.1024_128_1.disjoint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.66_32_1.joint
 dEQP-VK.ycbcr.storage_image_write.g16_b16_r16_3plane_444_unorm.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16_ext.66_32_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.512_512_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.1024_128_1.disjoint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.joint
-dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm_ext.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g8_b8r8_2plane_444_unorm.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g10x6_b10x6r10x6_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g12x4_b12x4r12x4_2plane_444_unorm_3pack16.66_32_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.512_512_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.1024_128_1.disjoint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.joint
+dEQP-VK.ycbcr.storage_image_write.g16_b16r16_2plane_444_unorm.66_32_1.disjoint
index 0b64171..a3cd11b 100755 (executable)
@@ -142,6 +142,8 @@ def prefixName (prefix, name):
        name = name.replace("VULKAN_11_PROPERTIES", "VULKAN_1_1_PROPERTIES")
        name = name.replace("VULKAN_12_FEATURES", "VULKAN_1_2_FEATURES")
        name = name.replace("VULKAN_12_PROPERTIES", "VULKAN_1_2_PROPERTIES")
+       name = name.replace("VULKAN_13_FEATURES", "VULKAN_1_3_FEATURES")
+       name = name.replace("VULKAN_13_PROPERTIES", "VULKAN_1_3_PROPERTIES")
        name = name.replace("INT_8_", "INT8_")
        name = name.replace("AABBNV", "AABB_NV")
        name = name.replace("_H_264_", "_H264_")
@@ -693,7 +695,7 @@ def parseExtensions (src, versions, allFunctions, allCompositeTypes, allEnums, a
                functions                       = parseFunctions(extensionSrc)
                compositeTypes          = parseCompositeTypes(extensionSrc)
                rawEnums                        = parseEnums(extensionSrc)
-               bitfieldNames           = parseBitfieldNames(extensionSrc)
+               bitfieldNames           = parse32bitBitfieldNames(extensionSrc)
                typedefs                        = parseTypedefs(extensionSrc)
                enumBitfieldNames       = [getBitEnumNameForBitfield(name) for name in bitfieldNames]
                enums                           = [enum for enum in rawEnums if enum.name not in enumBitfieldNames]
@@ -715,7 +717,7 @@ def parseExtensions (src, versions, allFunctions, allCompositeTypes, allEnums, a
                extensions.append(Extension(extensionName, extHandles, extEnums, extBitfields, extCompositeTypes, extFunctions, extDefinitions, additionalDefinitions, typedefs, extCoreVersion))
        return extensions
 
-def parseBitfieldNames (src):
+def parse32bitBitfieldNames (src):
        ptrn            = r'typedef\s+VkFlags\s(' + IDENT_PTRN + r')\s*;'
        matches         = re.findall(ptrn, src)
 
@@ -745,7 +747,7 @@ def parseAPI (src):
 
        handles                         = parseHandles(src)
        rawEnums                        = parseEnums(src)
-       bitfieldNames           = parseBitfieldNames(src)
+       bitfieldNames           = parse32bitBitfieldNames(src)
        bitfieldEnums           = set([getBitEnumNameForBitfield(n) for n in bitfieldNames if getBitEnumNameForBitfield(n) in [enum.name for enum in rawEnums]])
        bitfield64Names         = parse64bitBitfieldNames(src)
        bitfields64                     = parse64bitBitfieldValues(src, bitfield64Names)
@@ -771,6 +773,7 @@ def parseAPI (src):
        populateAliasesWithTypedefs(compositeTypes, src)
        populateAliasesWithTypedefs(enums, src)
        populateAliasesWithTypedefs(bitfields, src)
+       populateAliasesWithTypedefs(bitfields64, src)
        populateAliasesWithTypedefs(handles, src)
 
        for enum in enums:
@@ -992,9 +995,15 @@ def writeBasicTypes (api, filename):
                                                yield "typedef %s %s;" % (bitfield2.name, bitfield.name)
                        yield ""
 
-               for bitfield64 in api.bitfields64:
-                       for line in genBitfield64Src(bitfield64):
-                               yield line
+               for bitfield in api.bitfields64:
+                       if not bitfield.isAlias:
+                               for line in genBitfield64Src(bitfield):
+                                       yield line
+                       else:
+                               for bitfield2 in api.bitfields64:
+                                       if bitfield2.alias == bitfield:
+                                               yield "typedef %s %s;" % (bitfield2.name, bitfield.name)
+                       yield ""
 
                for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TYPES]):
                        yield line
@@ -1723,25 +1732,80 @@ def writeDeviceFeatures2(api, filename):
        # this is not posible to determine from vulkan_core.h, if new feature structures
        # are added they should be manualy added to this list
        testedStructures = [
-               'VkPhysicalDeviceConditionalRenderingFeaturesEXT',
-               'VkPhysicalDeviceScalarBlockLayoutFeatures',
-               'VkPhysicalDevicePerformanceQueryFeaturesKHR',
+               'VkPhysicalDevice4444FormatsFeaturesEXT',
+               'VkPhysicalDevice8BitStorageFeatures',
                'VkPhysicalDevice16BitStorageFeatures',
+               'VkPhysicalDeviceAccelerationStructureFeaturesKHR',
+               'VkPhysicalDeviceASTCDecodeFeaturesEXT',
+               'VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT',
+               'VkPhysicalDeviceBufferDeviceAddressFeaturesEXT',
+               'VkPhysicalDeviceBufferDeviceAddressFeatures',
+               'VkPhysicalDeviceConditionalRenderingFeaturesEXT',
+               'VkPhysicalDeviceCustomBorderColorFeaturesEXT',
+               'VkPhysicalDeviceColorWriteEnableFeaturesEXT',
+               'VkPhysicalDeviceDescriptorIndexingFeatures',
+               'VkPhysicalDeviceDepthClipEnableFeaturesEXT',
+               'VkPhysicalDeviceDynamicRenderingFeatures',
+               'VkPhysicalDeviceExtendedDynamicStateFeaturesEXT',
+               'VkPhysicalDeviceExtendedDynamicState2FeaturesEXT',
+               'VkPhysicalDeviceFragmentDensityMapFeaturesEXT',
+               'VkPhysicalDeviceFragmentDensityMap2FeaturesEXT',
+               'VkPhysicalDeviceFragmentShadingRateFeaturesKHR',
+               'VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT',
+               'VkPhysicalDeviceInlineUniformBlockFeatures',
+               'VkPhysicalDeviceIndexTypeUint8FeaturesEXT',
+               'VkPhysicalDeviceImagelessFramebufferFeatures',
+               'VkPhysicalDeviceImageRobustnessFeatures',
+               'VkPhysicalDeviceHostQueryResetFeatures',
+               'VkPhysicalDeviceLineRasterizationFeaturesEXT',
+               'VkPhysicalDeviceMaintenance4Features',
                'VkPhysicalDeviceMultiviewFeatures',
+               'VkPhysicalDeviceMultiDrawFeaturesEXT',
+               'VkPhysicalDeviceMemoryPriorityFeaturesEXT',
+               'VkPhysicalDeviceDeviceMemoryReportFeaturesEXT',
+               'VkPhysicalDevicePerformanceQueryFeaturesKHR',
+               'VkPhysicalDevicePipelineCreationCacheControlFeatures',
+               'VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR',
+               'VkPhysicalDevicePresentIdFeaturesKHR',
+               'VkPhysicalDevicePresentWaitFeaturesKHR',
                'VkPhysicalDeviceProtectedMemoryFeatures',
+               'VkPhysicalDeviceProvokingVertexFeaturesEXT',
+               'VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT',
+               'VkPhysicalDevicePrivateDataFeatures',
+               'VkPhysicalDeviceRayTracingPipelineFeaturesKHR',
+               'VkPhysicalDeviceRayQueryFeaturesKHR',
+               'VkPhysicalDeviceRobustness2FeaturesEXT',
                'VkPhysicalDeviceSamplerYcbcrConversionFeatures',
-               'VkPhysicalDeviceVariablePointersFeatures',
-               'VkPhysicalDevice8BitStorageFeatures',
+               'VkPhysicalDeviceScalarBlockLayoutFeatures',
+               'VkPhysicalDeviceSeparateDepthStencilLayoutsFeatures',
                'VkPhysicalDeviceShaderAtomicInt64Features',
+               'VkPhysicalDeviceShaderAtomicFloatFeaturesEXT',
+               'VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT',
                'VkPhysicalDeviceShaderFloat16Int8Features',
-               'VkPhysicalDeviceBufferDeviceAddressFeaturesEXT',
-               'VkPhysicalDeviceBufferDeviceAddressFeatures',
-               'VkPhysicalDeviceDescriptorIndexingFeatures',
+               'VkPhysicalDeviceShaderClockFeaturesKHR',
+               'VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures',
+               'VkPhysicalDeviceShaderDrawParametersFeatures',
+               'VkPhysicalDeviceShaderIntegerDotProductFeatures',
+               'VkPhysicalDeviceShaderSubgroupExtendedTypesFeatures',
+               'VkPhysicalDeviceShaderTerminateInvocationFeatures',
+               'VkPhysicalDeviceSubgroupSizeControlFeatures',
+               'VkPhysicalDeviceSynchronization2Features',
+               'VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT',
+               'VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT',
+               'VkPhysicalDeviceTextureCompressionASTCHDRFeatures',
                'VkPhysicalDeviceTimelineSemaphoreFeatures',
-               'VkPhysicalDeviceFragmentDensityMapFeaturesEXT',
-               'VkPhysicalDeviceFragmentDensityMap2FeaturesEXT',
-               'VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR',
+               'VkPhysicalDeviceTransformFeedbackFeaturesEXT',
+               'VkPhysicalDeviceUniformBufferStandardLayoutFeatures',
+               'VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR',
+               'VkPhysicalDeviceVariablePointersFeatures',
+               'VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT',
+               'VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT',
+               'VkPhysicalDeviceVulkanMemoryModelFeaturesKHR',
+               'VkPhysicalDeviceYcbcrImageArraysFeaturesEXT',
+               'VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT',
+               'VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures',
        ]
+
        # helper class used to encapsulate all data needed during generation
        class StructureDetail:
                def __init__ (self, name):
@@ -1752,12 +1816,23 @@ def writeDeviceFeatures2(api, filename):
                        # VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT
                        # but mostly they are not:
                        # VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_FLOAT16_INT8_FEATURES
-                       if (nameResult.group(1) == 'FragmentDensityMap2'):
-                               nameSplitUp             = ['FRAGMENT', 'DENSITY', 'MAP', '2', 'FEATURES']
-                       else:
+                       specialCaseDict = {
+                               'FragmentDensityMap2'                   : ['FRAGMENT', 'DENSITY', 'MAP', '2'],
+                               'Ycbcr2Plane444Formats'                 : ['YCBCR', '2', 'PLANE', '444', 'FORMATS'],
+                               'ASTCDecode'                                    : ['ASTC', 'DECODE'],
+                               '4444Formats'                                   : ['4444', 'FORMATS'],
+                               'TextureCompressionASTCHDR'             : ['TEXTURE', 'COMPRESSION', 'ASTC', 'HDR'],
+                               'Synchronization2'                              : ['SYNCHRONIZATION', '2'],
+                               'ShaderAtomicFloat2'                    : ['SHADER', 'ATOMIC', 'FLOAT', '2'],
+                               'Robustness2'                                   : ['ROBUSTNESS', '2'],
+                               'Maintenance4'                                  : ['MAINTENANCE', '4'],
+                               'ExtendedDynamicState2'                 : ['EXTENDED', 'DYNAMIC', 'STATE', '2'],
+                       }
+                       nameSplitUp = specialCaseDict.get(nameResult.group(1))
+                       if nameSplitUp == None:
                                nameSplit               = re.findall(r'[1-9A-Z]+(?:[a-z1-9]+|[A-Z]*(?=[A-Z]|$))', nameResult.group(1))
                                nameSplitUp             = map(str.upper, nameSplit)
-                               nameSplitUp             = list(nameSplitUp) + ['FEATURES']
+                       nameSplitUp = list(nameSplitUp) + ['FEATURES']
                        # check if there is extension suffix
                        if (len(nameResult.group(2)) != 0):
                                nameSplitUp.append(nameResult.group(2))
@@ -1816,7 +1891,7 @@ def writeDeviceFeatures2(api, filename):
        verifyStructures = []
        for index, structureDetail in enumerate(testedStructureDetail):
                # create two instances of each structure
-               nameSpacing = '\t' * int((55 - len(structureDetail.name)) / 4)
+               nameSpacing = '\t' * int((67 - len(structureDetail.name)) / 4)
                structureDefinitions.append(structureDetail.name + nameSpacing + structureDetail.instanceName + '[count];')
                # create flags that check if proper extension or vulkan version is available
                condition       = ''
@@ -1826,15 +1901,15 @@ def writeDeviceFeatures2(api, filename):
                        condition = ' checkExtension(properties, "' + extension + '")'
                if major is not None:
                        if condition != '':
-                               condition += '\t' * int((39 - len(extension)) / 4) + '|| '
+                               condition += '\t' * int((47 - len(extension)) / 4) + '|| '
                        else:
-                               condition += '\t' * 17 + '   '
+                               condition += '\t' * 19 + '   '
                        condition += 'context.contextSupports(vk::ApiVersion(' + str(major) + ', ' + str(structureDetail.minor) + ', 0))'
                condition += ';'
-               nameSpacing = '\t' * int((40 - len(structureDetail.flagName)) / 4)
+               nameSpacing = '\t' * int((48 - len(structureDetail.flagName)) / 4)
                featureEnabledFlags.append('const bool ' + structureDetail.flagName + nameSpacing + '=' + condition)
                # clear memory of each structure
-               nameSpacing = '\t' * int((43 - len(structureDetail.instanceName)) / 4)
+               nameSpacing = '\t' * int((51 - len(structureDetail.instanceName)) / 4)
                clearStructures.append('\tdeMemset(&' + structureDetail.instanceName + '[ndx],' + nameSpacing + '0xFF * ndx, sizeof(' + structureDetail.name + '));')
                # construct structure chain
                nextInstanceName = 'DE_NULL';
@@ -1887,7 +1962,11 @@ def generateDeviceFeaturesDefs(src):
                                sType = "SCISSOR_EXCLUSIVE"
                        elif sType == "ASTC_DECODE":
                                sType = "ASTC_DECODE_MODE"
-                       if sType in {'VULKAN_1_1', 'VULKAN_1_2'}:
+                       elif sType == "MAINTENANCE_4":
+                               sType = "MAINTENANCE4"
+                       elif sType == "YCBCR_2_PLANE_444_FORMATS":
+                               sType = "YCBCR_2PLANE_444_FORMATS"
+                       elif sType in {'VULKAN_1_1', 'VULKAN_1_2', 'VULKAN_1_3'}:
                                continue
                        # end handling special cases
                        ptrnExtensionName       = r'^\s*#define\s+(\w+' + sSuffix + '_' + sType + '_EXTENSION_NAME).+$'
@@ -1909,7 +1988,7 @@ def generateDevicePropertiesDefs(src):
        defs = []
        for sType, sSuffix in matches:
                # handle special cases
-               if sType in {'VULKAN_1_1', 'VULKAN_1_2', 'GROUP', 'MEMORY_BUDGET', 'MEMORY', 'TOOL'}:
+               if sType in {'VULKAN_1_1', 'VULKAN_1_2', 'VULKAN_1_3', 'GROUP', 'MEMORY_BUDGET', 'MEMORY', 'TOOL'}:
                        continue
                # there are cases like VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CORE_PROPERTIES_2_AMD
                # where 2 is after PROPERTIES - to handle this we need to split suffix to two parts
@@ -2027,6 +2106,10 @@ def writeDeviceFeatures(api, dfDefs, filename):
                        sType = "EXCLUSIVE_SCISSOR"
                elif sType == "ASTC_DECODE_MODE":
                        sType = "ASTC_DECODE"
+               elif sType == "MAINTENANCE4":
+                       sType = "MAINTENANCE_4"
+               elif sType == "YCBCR_2PLANE_444_FORMATS":
+                       sType = "YCBCR_2_PLANE_444_FORMATS"
                # end handling special cases
                # construct makeFeatureDesc template function definitions
                sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_FEATURES{1}".format(sType, sVerSuffix + sExtSuffix)
@@ -2034,9 +2117,9 @@ def writeDeviceFeatures(api, dfDefs, filename):
                        "{{ return FeatureDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVer, len(dfDefs)-idx))
                # construct CreateFeatureStruct wrapper block
                featureStructWrappers.append("\t{{ createFeatureStructWrapper<{0}>, {1}, {2} }},".format(extStruct, extensionNameDefinition, specVer))
-       # construct method that will check if structure sType is part of blob
-       blobChecker = "bool isPartOfBlobFeatures (VkStructureType sType)\n{\n" \
-                                 "\tconst std::vector<VkStructureType> sTypeVect =" \
+       # construct function that will check for which vk version structure sType is part of blob
+       blobChecker = "deUint32 getBlobFeaturesVersion (VkStructureType sType)\n{\n" \
+                                 "\tconst std::map<VkStructureType, deUint32> sTypeBlobMap\n" \
                                  "\t{\n"
        # iterate over blobs with list of structures
        for blobName in sorted(blobStructs.keys()):
@@ -2057,11 +2140,17 @@ def writeDeviceFeatures(api, dfDefs, filename):
                        # handle special cases
                        if sType == "SCISSOR_EXCLUSIVE":
                                sType = "EXCLUSIVE_SCISSOR"
+                       elif sType == "MAINTENANCE4":
+                               sType = "MAINTENANCE_4"
                        # end handling special cases
                        sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_FEATURES{1}".format(sType, sSuffix)
-                       blobChecker += "\t\t{0},\n".format(sTypeName)
-       blobChecker += "\t};\n" \
-                                  "\treturn de::contains(sTypeVect.begin(), sTypeVect.end(), sType);\n" \
+                       tabs = "\t" * int((88 - len(sTypeName)) / 4)
+                       blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])
+       blobChecker += "\t};\n\n" \
+                                  "\tauto it = sTypeBlobMap.find(sType);\n" \
+                                  "\tif(it == sTypeBlobMap.end())\n" \
+                                  "\t\treturn 0;\n" \
+                                  "\treturn it->second;\n" \
                                   "}\n"
        # combine all definition lists
        stream = [
@@ -2075,7 +2164,7 @@ def writeDeviceFeatures(api, dfDefs, filename):
        stream.append('\n')
        stream.extend(makeFeatureDescDefinitions)
        stream.append('\n')
-       stream.append('static const FeatureStructCreationData featureStructCreationArray[] =\n{')
+       stream.append('static const FeatureStructCreationData featureStructCreationArray[]\n{')
        stream.extend(featureStructWrappers)
        stream.append('};\n')
        stream.append(blobChecker)
@@ -2166,9 +2255,9 @@ def writeDeviceProperties(api, dpDefs, filename):
                        "{{ return PropertyDesc{{{1}, {2}, {3}, {4}}}; }}".format(extStruct, sTypeName, extensionNameDefinition, specVer, len(dpDefs)-idx))
                # construct CreateProperty struct wrapper block
                propertyStructWrappers.append("\t{{ createPropertyStructWrapper<{0}>, {1}, {2} }},".format(extStruct, extensionNameDefinition, specVer))
-                       # construct method that will check if structure sType is part of blob
-       blobChecker = "bool isPartOfBlobProperties (VkStructureType sType)\n{\n" \
-                                 "\tconst std::vector<VkStructureType> sTypeVect =" \
+       # construct method that will check if structure sType is part of blob
+       blobChecker = "deUint32 getBlobPropertiesVersion (VkStructureType sType)\n{\n" \
+                                 "\tconst std::map<VkStructureType, deUint32> sTypeBlobMap\n" \
                                  "\t{\n"
        # iterate over blobs with list of structures
        for blobName in sorted(blobStructs.keys()):
@@ -2183,9 +2272,13 @@ def writeDeviceProperties(api, dpDefs, filename):
                        sType = structDef[0]
                        sSuffix = structDef[1] + structDef[2]
                        sTypeName = "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_{0}_PROPERTIES{1}".format(sType, sSuffix)
-                       blobChecker += "\t\t{0},\n".format(sTypeName)
-       blobChecker += "\t};\n" \
-                                  "\treturn de::contains(sTypeVect.begin(), sTypeVect.end(), sType);\n" \
+                       tabs = "\t" * int((76 - len(sTypeName)) / 4)
+                       blobChecker += "\t\t{{ {0},{1}VK_API_VERSION_{2}_{3} }},\n".format(sTypeName, tabs, blobName[0], blobName[1])
+       blobChecker += "\t};\n\n" \
+                                  "\tauto it = sTypeBlobMap.find(sType);\n" \
+                                  "\tif(it == sTypeBlobMap.end())\n" \
+                                  "\t\treturn 0;\n" \
+                                  "\treturn it->second;\n" \
                                   "}\n"
        # combine all definition lists
        stream = [
index fcc69ae..c75cd54 100644 (file)
@@ -74,31 +74,45 @@ VK_EXT_scalar_block_layout                                  DEVICE 1_2_0
 VK_KHR_buffer_device_address                           DEVICE 1_2_0
 VK_EXT_host_query_reset                                                DEVICE 1_2_0
 VK_KHR_separate_depth_stencil_layouts          DEVICE 1_2_0
-VK_KHR_timeline_semaphore                                      DEVICE 1_2_0
-VK_KHR_spirv_1_4                                                       DEVICE 1_2_0
-VK_EXT_separate_stencil_usage                          DEVICE 1_2_0
-VK_KHR_pipeline_executable_properties          DEVICE
+VK_KHR_timeline_semaphore                                      DEVICE 1_2_0
+VK_KHR_spirv_1_4                                                       DEVICE 1_2_0
+VK_EXT_separate_stencil_usage                          DEVICE 1_2_0
+VK_KHR_pipeline_executable_properties          DEVICE
 VK_KHR_shader_clock                                                    DEVICE
 VK_KHR_performance_query                                       DEVICE
-VK_KHR_shader_non_semantic_info                                DEVICE
-VK_KHR_copy_commands2                                          DEVICE
-VK_KHR_shader_terminate_invocation                     DEVICE
+VK_KHR_shader_non_semantic_info                                DEVICE 1_3_0
+VK_KHR_copy_commands2                                          DEVICE 1_3_0
+VK_KHR_shader_terminate_invocation                     DEVICE 1_3_0
 VK_KHR_ray_tracing_pipeline                                    DEVICE
 VK_KHR_ray_query                                                       DEVICE
 VK_KHR_acceleration_structure                          DEVICE
-VK_KHR_pipeline_library                     DEVICE
+VK_KHR_pipeline_library                                                DEVICE
 VK_KHR_deferred_host_operations                                DEVICE
 VK_KHR_fragment_shading_rate                           DEVICE
-VK_KHR_zero_initialize_workgroup_memory                DEVICE
+VK_KHR_zero_initialize_workgroup_memory                DEVICE 1_3_0
 VK_KHR_workgroup_memory_explicit_layout                DEVICE
-VK_KHR_synchronization2                                                DEVICE
+VK_KHR_synchronization2                                                DEVICE 1_3_0
 VK_EXT_color_write_enable                                      DEVICE
 VK_VALVE_mutable_descriptor_type                       DEVICE
 VK_EXT_multi_draw                                                      DEVICE
 VK_KHR_shader_subgroup_uniform_control_flow    DEVICE
 VK_KHR_present_id                                                      DEVICE
 VK_KHR_present_wait                                                    DEVICE
-VK_KHR_format_feature_flags2                       DEVICE
-VK_KHR_maintenance4                                                    DEVICE
-VK_KHR_dynamic_rendering                                       DEVICE
-VK_KHR_shader_integer_dot_product                      DEVICE
+VK_KHR_format_feature_flags2                           DEVICE 1_3_0
+VK_KHR_maintenance4                                                    DEVICE 1_3_0
+VK_KHR_dynamic_rendering                                       DEVICE 1_3_0
+VK_EXT_extended_dynamic_state                          DEVICE 1_3_0
+VK_EXT_extended_dynamic_state2                         DEVICE
+VK_EXT_4444_formats                                                    DEVICE 1_3_0
+VK_KHR_shader_integer_dot_product                      DEVICE 1_3_0
+VK_EXT_image_robustness                                                DEVICE 1_3_0
+VK_EXT_inline_uniform_block                                    DEVICE 1_3_0
+VK_EXT_pipeline_creation_cache_control         DEVICE 1_3_0
+VK_EXT_pipeline_creation_feedback                      DEVICE 1_3_0
+VK_EXT_private_data                                                    DEVICE 1_3_0
+VK_EXT_shader_demote_to_helper_invocation      DEVICE 1_3_0
+VK_EXT_subgroup_size_control                           DEVICE 1_3_0
+VK_EXT_texel_buffer_alignment                          DEVICE 1_3_0
+VK_EXT_texture_compression_astc_hdr                    DEVICE 1_3_0
+VK_EXT_tooling_info                                                    DEVICE 1_3_0
+VK_EXT_ycbcr_2plane_444_formats                                DEVICE 1_3_0
index c16caf4..874a00b 100644 (file)
@@ -72,7 +72,7 @@ extern "C" {
 #define VK_API_VERSION_1_0 VK_MAKE_API_VERSION(0, 1, 0, 0)// Patch version should always be set to 0
 
 // Version of this file
-#define VK_HEADER_VERSION 189
+#define VK_HEADER_VERSION 191
 
 // Complete version of this file
 #define VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION(0, 1, 2, VK_HEADER_VERSION)
@@ -160,6 +160,7 @@ typedef enum VkResult {
     VK_ERROR_INVALID_EXTERNAL_HANDLE = -1000072003,
     VK_ERROR_FRAGMENTATION = -1000161000,
     VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS = -1000257000,
+    VK_PIPELINE_COMPILE_REQUIRED = 1000297000,
     VK_ERROR_SURFACE_LOST_KHR = -1000000000,
     VK_ERROR_NATIVE_WINDOW_IN_USE_KHR = -1000000001,
     VK_SUBOPTIMAL_KHR = 1000001003,
@@ -174,13 +175,13 @@ typedef enum VkResult {
     VK_THREAD_DONE_KHR = 1000268001,
     VK_OPERATION_DEFERRED_KHR = 1000268002,
     VK_OPERATION_NOT_DEFERRED_KHR = 1000268003,
-    VK_PIPELINE_COMPILE_REQUIRED_EXT = 1000297000,
     VK_ERROR_OUT_OF_POOL_MEMORY_KHR = VK_ERROR_OUT_OF_POOL_MEMORY,
     VK_ERROR_INVALID_EXTERNAL_HANDLE_KHR = VK_ERROR_INVALID_EXTERNAL_HANDLE,
     VK_ERROR_FRAGMENTATION_EXT = VK_ERROR_FRAGMENTATION,
     VK_ERROR_INVALID_DEVICE_ADDRESS_EXT = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
     VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS_KHR = VK_ERROR_INVALID_OPAQUE_CAPTURE_ADDRESS,
-    VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED_EXT,
+    VK_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
+    VK_ERROR_PIPELINE_COMPILE_REQUIRED_EXT = VK_PIPELINE_COMPILE_REQUIRED,
     VK_RESULT_MAX_ENUM = 0x7FFFFFFF
 } VkResult;
 
@@ -349,6 +350,58 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_BUFFER_OPAQUE_CAPTURE_ADDRESS_CREATE_INFO = 1000257002,
     VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO = 1000257003,
     VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO = 1000257004,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_FEATURES = 53,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_3_PROPERTIES = 54,
+    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO = 1000192000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES = 1000215000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES = 1000245000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES = 1000276000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES = 1000295000,
+    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO = 1000295001,
+    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO = 1000295002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES = 1000297000,
+    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2 = 1000314000,
+    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2 = 1000314001,
+    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2 = 1000314002,
+    VK_STRUCTURE_TYPE_DEPENDENCY_INFO = 1000314003,
+    VK_STRUCTURE_TYPE_SUBMIT_INFO_2 = 1000314004,
+    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO = 1000314005,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO = 1000314006,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES = 1000314007,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES = 1000325000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES = 1000335000,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2 = 1000337000,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2 = 1000337001,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2 = 1000337002,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2 = 1000337003,
+    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2 = 1000337004,
+    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2 = 1000337005,
+    VK_STRUCTURE_TYPE_BUFFER_COPY_2 = 1000337006,
+    VK_STRUCTURE_TYPE_IMAGE_COPY_2 = 1000337007,
+    VK_STRUCTURE_TYPE_IMAGE_BLIT_2 = 1000337008,
+    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2 = 1000337009,
+    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2 = 1000337010,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES = 1000225000,
+    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO = 1000225001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES = 1000225002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES = 1000138000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES = 1000138001,
+    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK = 1000138002,
+    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO = 1000138003,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES = 1000066000,
+    VK_STRUCTURE_TYPE_RENDERING_INFO = 1000044000,
+    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO = 1000044001,
+    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO = 1000044002,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES = 1000044003,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO = 1000044004,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES = 1000280000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES = 1000280001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES = 1000281001,
+    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3 = 1000360000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES = 1000413000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES = 1000413001,
+    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS = 1000413002,
+    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS = 1000413003,
     VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR = 1000001000,
     VK_STRUCTURE_TYPE_PRESENT_INFO_KHR = 1000001001,
     VK_STRUCTURE_TYPE_DEVICE_GROUP_PRESENT_CAPABILITIES_KHR = 1000060007,
@@ -484,11 +537,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_DPB_SLOT_INFO_EXT = 1000040007,
 #endif
     VK_STRUCTURE_TYPE_TEXTURE_LOD_GATHER_FORMAT_PROPERTIES_AMD = 1000041000,
-    VK_STRUCTURE_TYPE_RENDERING_INFO_KHR = 1000044000,
-    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR = 1000044001,
-    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR = 1000044002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR = 1000044003,
-    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR = 1000044004,
     VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000044006,
     VK_STRUCTURE_TYPE_RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_INFO_EXT = 1000044007,
     VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD = 1000044008,
@@ -502,7 +550,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_WIN32_KEYED_MUTEX_ACQUIRE_RELEASE_INFO_NV = 1000058000,
     VK_STRUCTURE_TYPE_VALIDATION_FLAGS_EXT = 1000061000,
     VK_STRUCTURE_TYPE_VI_SURFACE_CREATE_INFO_NN = 1000062000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT = 1000066000,
     VK_STRUCTURE_TYPE_IMAGE_VIEW_ASTC_DECODE_MODE_EXT = 1000067000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT = 1000067001,
     VK_STRUCTURE_TYPE_IMPORT_MEMORY_WIN32_HANDLE_INFO_KHR = 1000073000,
@@ -574,10 +621,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_IMPORT_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129003,
     VK_STRUCTURE_TYPE_MEMORY_GET_ANDROID_HARDWARE_BUFFER_INFO_ANDROID = 1000129004,
     VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID = 1000129005,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT = 1000138000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT = 1000138001,
-    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT = 1000138002,
-    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT = 1000138003,
+    VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID = 1000129006,
     VK_STRUCTURE_TYPE_SAMPLE_LOCATIONS_INFO_EXT = 1000143000,
     VK_STRUCTURE_TYPE_RENDER_PASS_SAMPLE_LOCATIONS_BEGIN_INFO_EXT = 1000143001,
     VK_STRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT = 1000143002,
@@ -616,6 +660,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_LIST_CREATE_INFO_EXT = 1000158003,
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_EXPLICIT_CREATE_INFO_EXT = 1000158004,
     VK_STRUCTURE_TYPE_IMAGE_DRM_FORMAT_MODIFIER_PROPERTIES_EXT = 1000158005,
+    VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT = 1000158006,
     VK_STRUCTURE_TYPE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160000,
     VK_STRUCTURE_TYPE_SHADER_MODULE_VALIDATION_CACHE_CREATE_INFO_EXT = 1000160001,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
@@ -677,7 +722,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_DIVISOR_STATE_CREATE_INFO_EXT = 1000190001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_FEATURES_EXT = 1000190002,
     VK_STRUCTURE_TYPE_PRESENT_FRAME_TOKEN_GGP = 1000191000,
-    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT = 1000192000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COMPUTE_SHADER_DERIVATIVES_FEATURES_NV = 1000201000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_FEATURES_NV = 1000202000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MESH_SHADER_PROPERTIES_NV = 1000202001,
@@ -698,14 +742,10 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_DISPLAY_NATIVE_HDR_SURFACE_CAPABILITIES_AMD = 1000213000,
     VK_STRUCTURE_TYPE_SWAPCHAIN_DISPLAY_NATIVE_HDR_CREATE_INFO_AMD = 1000213001,
     VK_STRUCTURE_TYPE_IMAGEPIPE_SURFACE_CREATE_INFO_FUCHSIA = 1000214000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR = 1000215000,
     VK_STRUCTURE_TYPE_METAL_SURFACE_CREATE_INFO_EXT = 1000217000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_FEATURES_EXT = 1000218000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_PROPERTIES_EXT = 1000218001,
     VK_STRUCTURE_TYPE_RENDER_PASS_FRAGMENT_DENSITY_MAP_CREATE_INFO_EXT = 1000218002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT = 1000225000,
-    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT = 1000225001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT = 1000225002,
     VK_STRUCTURE_TYPE_FRAGMENT_SHADING_RATE_ATTACHMENT_INFO_KHR = 1000226000,
     VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_STATE_CREATE_INFO_KHR = 1000226001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_PROPERTIES_KHR = 1000226002,
@@ -721,7 +761,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEDICATED_ALLOCATION_IMAGE_ALIASING_FEATURES_NV = 1000240000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT = 1000244000,
     VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_CREATE_INFO_EXT = 1000244002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT = 1000245000,
     VK_STRUCTURE_TYPE_VALIDATION_FEATURES_EXT = 1000247000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_WAIT_FEATURES_KHR = 1000248000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COOPERATIVE_MATRIX_FEATURES_NV = 1000249000,
@@ -752,7 +791,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_STATISTIC_KHR = 1000269004,
     VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR = 1000269005,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_FLOAT_2_FEATURES_EXT = 1000273000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT = 1000276000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_PROPERTIES_NV = 1000277000,
     VK_STRUCTURE_TYPE_GRAPHICS_SHADER_GROUP_CREATE_INFO_NV = 1000277001,
     VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_SHADER_GROUPS_CREATE_INFO_NV = 1000277002,
@@ -763,10 +801,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_GENERATED_COMMANDS_FEATURES_NV = 1000277007,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INHERITED_VIEWPORT_SCISSOR_FEATURES_NV = 1000278000,
     VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_VIEWPORT_SCISSOR_INFO_NV = 1000278001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR = 1000280000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR = 1000280001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_FEATURES_EXT = 1000281000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT = 1000281001,
     VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDER_PASS_TRANSFORM_INFO_QCOM = 1000282000,
     VK_STRUCTURE_TYPE_RENDER_PASS_TRANSFORM_BEGIN_INFO_QCOM = 1000282001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEVICE_MEMORY_REPORT_FEATURES_EXT = 1000284000,
@@ -780,10 +815,6 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PIPELINE_LIBRARY_CREATE_INFO_KHR = 1000290000,
     VK_STRUCTURE_TYPE_PRESENT_ID_KHR = 1000294000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT_ID_FEATURES_KHR = 1000294001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT = 1000295000,
-    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT = 1000295001,
-    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT = 1000295002,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT = 1000297000,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_STRUCTURE_TYPE_VIDEO_ENCODE_INFO_KHR = 1000299000,
 #endif
@@ -792,18 +823,9 @@ typedef enum VkStructureType {
 #endif
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DIAGNOSTICS_CONFIG_FEATURES_NV = 1000300000,
     VK_STRUCTURE_TYPE_DEVICE_DIAGNOSTICS_CONFIG_CREATE_INFO_NV = 1000300001,
-    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR = 1000314000,
-    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR = 1000314001,
-    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR = 1000314002,
-    VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR = 1000314003,
-    VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR = 1000314004,
-    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR = 1000314005,
-    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR = 1000314006,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR = 1000314007,
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_2_NV = 1000314008,
     VK_STRUCTURE_TYPE_CHECKPOINT_DATA_2_NV = 1000314009,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_UNIFORM_CONTROL_FLOW_FEATURES_KHR = 1000323000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR = 1000325000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_PROPERTIES_NV = 1000326000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_SHADING_RATE_ENUMS_FEATURES_NV = 1000326001,
     VK_STRUCTURE_TYPE_PIPELINE_FRAGMENT_SHADING_RATE_ENUM_STATE_CREATE_INFO_NV = 1000326002,
@@ -814,19 +836,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_FEATURES_EXT = 1000332000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FRAGMENT_DENSITY_MAP_2_PROPERTIES_EXT = 1000332001,
     VK_STRUCTURE_TYPE_COPY_COMMAND_TRANSFORM_INFO_QCOM = 1000333000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT = 1000335000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_WORKGROUP_MEMORY_EXPLICIT_LAYOUT_FEATURES_KHR = 1000336000,
-    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR = 1000337000,
-    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR = 1000337001,
-    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR = 1000337002,
-    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR = 1000337003,
-    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR = 1000337004,
-    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR = 1000337005,
-    VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR = 1000337006,
-    VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR = 1000337007,
-    VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR = 1000337008,
-    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR = 1000337009,
-    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR = 1000337010,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT = 1000340000,
     VK_STRUCTURE_TYPE_DIRECTFB_SURFACE_CREATE_INFO_EXT = 1000346000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MUTABLE_DESCRIPTOR_TYPE_FEATURES_VALVE = 1000351000,
@@ -835,7 +845,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_VERTEX_INPUT_BINDING_DESCRIPTION_2_EXT = 1000352001,
     VK_STRUCTURE_TYPE_VERTEX_INPUT_ATTRIBUTE_DESCRIPTION_2_EXT = 1000352002,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRM_PROPERTIES_EXT = 1000353000,
-    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_EXTENDED_KHR = 1000360000,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIMITIVE_TOPOLOGY_LIST_RESTART_FEATURES_EXT = 1000356000,
     VK_STRUCTURE_TYPE_IMPORT_MEMORY_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364000,
     VK_STRUCTURE_TYPE_MEMORY_ZIRCON_HANDLE_PROPERTIES_FUCHSIA = 1000364001,
     VK_STRUCTURE_TYPE_MEMORY_GET_ZIRCON_HANDLE_INFO_FUCHSIA = 1000364002,
@@ -855,13 +865,15 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT = 1000388001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = 1000413000,
-    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = 1000413001,
-    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR = 1000413002,
-    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR = 1000413003,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETER_FEATURES = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DRAW_PARAMETERS_FEATURES,
     VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT,
+    VK_STRUCTURE_TYPE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_INFO,
+    VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO_KHR = VK_STRUCTURE_TYPE_RENDERING_ATTACHMENT_INFO,
+    VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DYNAMIC_RENDERING_FEATURES,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_INHERITANCE_RENDERING_INFO,
     VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_NV = VK_STRUCTURE_TYPE_ATTACHMENT_SAMPLE_COUNT_INFO_AMD,
     VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_RENDER_PASS_MULTIVIEW_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES,
@@ -882,6 +894,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_BIND_SPARSE_INFO,
     VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_BUFFER_MEMORY_DEVICE_GROUP_INFO,
     VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO_KHR = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_DEVICE_GROUP_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXTURE_COMPRESSION_ASTC_HDR_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES,
     VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_GROUP_DEVICE_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO,
@@ -924,6 +937,10 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES,
     VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_INLINE_UNIFORM_BLOCK_PROPERTIES,
+    VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK_EXT = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET_INLINE_UNIFORM_BLOCK,
+    VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_INLINE_UNIFORM_BLOCK_CREATE_INFO,
     VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2,
     VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_REQUIREMENTS_INFO_2,
     VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2_KHR = VK_STRUCTURE_TYPE_IMAGE_SPARSE_MEMORY_REQUIREMENTS_INFO_2,
@@ -948,6 +965,7 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SUBGROUP_EXTENDED_TYPES_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_ATOMIC_INT64_FEATURES,
+    VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_CREATION_FEEDBACK_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FLOAT_CONTROLS_PROPERTIES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DEPTH_STENCIL_RESOLVE_PROPERTIES,
@@ -960,12 +978,17 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SIGNAL_INFO,
     VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO_INTEL = VK_STRUCTURE_TYPE_QUERY_POOL_PERFORMANCE_QUERY_CREATE_INFO_INTEL,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_MEMORY_MODEL_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_TERMINATE_INVOCATION_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SCALAR_BLOCK_LAYOUT_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_PROPERTIES,
+    VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_REQUIRED_SUBGROUP_SIZE_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SUBGROUP_SIZE_CONTROL_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SEPARATE_DEPTH_STENCIL_LAYOUTS_FEATURES,
     VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_REFERENCE_STENCIL_LAYOUT,
     VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT_KHR = VK_STRUCTURE_TYPE_ATTACHMENT_DESCRIPTION_STENCIL_LAYOUT,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_ADDRESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT,
     VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO_EXT = VK_STRUCTURE_TYPE_BUFFER_DEVICE_ADDRESS_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TOOL_PROPERTIES,
     VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_IMAGE_STENCIL_USAGE_CREATE_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_UNIFORM_BUFFER_STANDARD_LAYOUT_FEATURES,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES,
@@ -974,6 +997,40 @@ typedef enum VkStructureType {
     VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO_KHR = VK_STRUCTURE_TYPE_MEMORY_OPAQUE_CAPTURE_ADDRESS_ALLOCATE_INFO,
     VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO_KHR = VK_STRUCTURE_TYPE_DEVICE_MEMORY_OPAQUE_CAPTURE_ADDRESS_INFO,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_HOST_QUERY_RESET_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_DEMOTE_TO_HELPER_INVOCATION_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INTEGER_DOT_PRODUCT_PROPERTIES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_TEXEL_BUFFER_ALIGNMENT_PROPERTIES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRIVATE_DATA_FEATURES,
+    VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_DEVICE_PRIVATE_DATA_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO_EXT = VK_STRUCTURE_TYPE_PRIVATE_DATA_SLOT_CREATE_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES,
+    VK_STRUCTURE_TYPE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_BUFFER_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2_KHR = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER_2,
+    VK_STRUCTURE_TYPE_DEPENDENCY_INFO_KHR = VK_STRUCTURE_TYPE_DEPENDENCY_INFO,
+    VK_STRUCTURE_TYPE_SUBMIT_INFO_2_KHR = VK_STRUCTURE_TYPE_SUBMIT_INFO_2,
+    VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO,
+    VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO_KHR = VK_STRUCTURE_TYPE_COMMAND_BUFFER_SUBMIT_INFO,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SYNCHRONIZATION_2_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ZERO_INITIALIZE_WORKGROUP_MEMORY_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES_EXT = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_ROBUSTNESS_FEATURES,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_BUFFER_TO_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2_KHR = VK_STRUCTURE_TYPE_COPY_IMAGE_TO_BUFFER_INFO_2,
+    VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_BLIT_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2_KHR = VK_STRUCTURE_TYPE_RESOLVE_IMAGE_INFO_2,
+    VK_STRUCTURE_TYPE_BUFFER_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_IMAGE_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_BLIT_2_KHR = VK_STRUCTURE_TYPE_IMAGE_BLIT_2,
+    VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2_KHR = VK_STRUCTURE_TYPE_BUFFER_IMAGE_COPY_2,
+    VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2_KHR = VK_STRUCTURE_TYPE_IMAGE_RESOLVE_2,
+    VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3_KHR = VK_STRUCTURE_TYPE_FORMAT_PROPERTIES_3,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES,
+    VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_BUFFER_MEMORY_REQUIREMENTS,
+    VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS_KHR = VK_STRUCTURE_TYPE_DEVICE_IMAGE_MEMORY_REQUIREMENTS,
     VK_STRUCTURE_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkStructureType;
 
@@ -993,6 +1050,8 @@ typedef enum VkImageLayout {
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL = 1000241001,
     VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL = 1000241002,
     VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL = 1000241003,
+    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL = 1000314000,
+    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL = 1000314001,
     VK_IMAGE_LAYOUT_PRESENT_SRC_KHR = 1000001002,
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR = 1000024000,
@@ -1015,8 +1074,6 @@ typedef enum VkImageLayout {
 #ifdef VK_ENABLE_BETA_EXTENSIONS
     VK_IMAGE_LAYOUT_VIDEO_ENCODE_DPB_KHR = 1000299002,
 #endif
-    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR = 1000314000,
-    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR = 1000314001,
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL,
     VK_IMAGE_LAYOUT_SHADING_RATE_OPTIMAL_NV = VK_IMAGE_LAYOUT_FRAGMENT_SHADING_RATE_ATTACHMENT_OPTIMAL_KHR,
@@ -1024,6 +1081,8 @@ typedef enum VkImageLayout {
     VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_OPTIMAL,
     VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_STENCIL_READ_ONLY_OPTIMAL,
+    VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL_KHR = VK_IMAGE_LAYOUT_READ_ONLY_OPTIMAL,
+    VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL_KHR = VK_IMAGE_LAYOUT_ATTACHMENT_OPTIMAL,
     VK_IMAGE_LAYOUT_MAX_ENUM = 0x7FFFFFFF
 } VkImageLayout;
 
@@ -1056,6 +1115,7 @@ typedef enum VkObjectType {
     VK_OBJECT_TYPE_COMMAND_POOL = 25,
     VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION = 1000156000,
     VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE = 1000085000,
+    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT = 1000295000,
     VK_OBJECT_TYPE_SURFACE_KHR = 1000000000,
     VK_OBJECT_TYPE_SWAPCHAIN_KHR = 1000001000,
     VK_OBJECT_TYPE_DISPLAY_KHR = 1000002000,
@@ -1076,9 +1136,9 @@ typedef enum VkObjectType {
     VK_OBJECT_TYPE_PERFORMANCE_CONFIGURATION_INTEL = 1000210000,
     VK_OBJECT_TYPE_DEFERRED_OPERATION_KHR = 1000268000,
     VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV = 1000277000,
-    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT = 1000295000,
     VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE_KHR = VK_OBJECT_TYPE_DESCRIPTOR_UPDATE_TEMPLATE,
     VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION_KHR = VK_OBJECT_TYPE_SAMPLER_YCBCR_CONVERSION,
+    VK_OBJECT_TYPE_PRIVATE_DATA_SLOT_EXT = VK_OBJECT_TYPE_PRIVATE_DATA_SLOT,
     VK_OBJECT_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkObjectType;
 
@@ -1331,6 +1391,26 @@ typedef enum VkFormat {
     VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM = 1000156031,
     VK_FORMAT_G16_B16R16_2PLANE_422_UNORM = 1000156032,
     VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM = 1000156033,
+    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM = 1000330000,
+    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16 = 1000330001,
+    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16 = 1000330002,
+    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM = 1000330003,
+    VK_FORMAT_A4R4G4B4_UNORM_PACK16 = 1000340000,
+    VK_FORMAT_A4B4G4R4_UNORM_PACK16 = 1000340001,
+    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK = 1000066000,
+    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK = 1000066001,
+    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK = 1000066002,
+    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK = 1000066003,
+    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK = 1000066004,
+    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK = 1000066005,
+    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK = 1000066006,
+    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK = 1000066007,
+    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK = 1000066008,
+    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK = 1000066009,
+    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK = 1000066010,
+    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK = 1000066011,
+    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK = 1000066012,
+    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK = 1000066013,
     VK_FORMAT_PVRTC1_2BPP_UNORM_BLOCK_IMG = 1000054000,
     VK_FORMAT_PVRTC1_4BPP_UNORM_BLOCK_IMG = 1000054001,
     VK_FORMAT_PVRTC2_2BPP_UNORM_BLOCK_IMG = 1000054002,
@@ -1339,26 +1419,20 @@ typedef enum VkFormat {
     VK_FORMAT_PVRTC1_4BPP_SRGB_BLOCK_IMG = 1000054005,
     VK_FORMAT_PVRTC2_2BPP_SRGB_BLOCK_IMG = 1000054006,
     VK_FORMAT_PVRTC2_4BPP_SRGB_BLOCK_IMG = 1000054007,
-    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT = 1000066000,
-    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT = 1000066001,
-    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT = 1000066002,
-    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT = 1000066003,
-    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT = 1000066004,
-    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT = 1000066005,
-    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT = 1000066006,
-    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT = 1000066007,
-    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT = 1000066008,
-    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT = 1000066009,
-    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT = 1000066010,
-    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT = 1000066011,
-    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT = 1000066012,
-    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT = 1000066013,
-    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT = 1000330000,
-    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT = 1000330001,
-    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT = 1000330002,
-    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT = 1000330003,
-    VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = 1000340000,
-    VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = 1000340001,
+    VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_4x4_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x4_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_5x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_6x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_8x8_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x5_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x6_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x8_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_10x10_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x10_SFLOAT_BLOCK,
+    VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK_EXT = VK_FORMAT_ASTC_12x12_SFLOAT_BLOCK,
     VK_FORMAT_G8B8G8R8_422_UNORM_KHR = VK_FORMAT_G8B8G8R8_422_UNORM,
     VK_FORMAT_B8G8R8G8_422_UNORM_KHR = VK_FORMAT_B8G8R8G8_422_UNORM,
     VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM_KHR = VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM,
@@ -1393,6 +1467,12 @@ typedef enum VkFormat {
     VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_422_UNORM,
     VK_FORMAT_G16_B16R16_2PLANE_422_UNORM_KHR = VK_FORMAT_G16_B16R16_2PLANE_422_UNORM,
     VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM_KHR = VK_FORMAT_G16_B16_R16_3PLANE_444_UNORM,
+    VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT = VK_FORMAT_G8_B8R8_2PLANE_444_UNORM,
+    VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16,
+    VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT = VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16,
+    VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT = VK_FORMAT_G16_B16R16_2PLANE_444_UNORM,
+    VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT = VK_FORMAT_A4R4G4B4_UNORM_PACK16,
+    VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT = VK_FORMAT_A4B4G4R4_UNORM_PACK16,
     VK_FORMAT_MAX_ENUM = 0x7FFFFFFF
 } VkFormat;
 
@@ -1566,6 +1646,21 @@ typedef enum VkDynamicState {
     VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK = 6,
     VK_DYNAMIC_STATE_STENCIL_WRITE_MASK = 7,
     VK_DYNAMIC_STATE_STENCIL_REFERENCE = 8,
+    VK_DYNAMIC_STATE_CULL_MODE = 1000267000,
+    VK_DYNAMIC_STATE_FRONT_FACE = 1000267001,
+    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY = 1000267002,
+    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT = 1000267003,
+    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT = 1000267004,
+    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE = 1000267005,
+    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE = 1000267006,
+    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE = 1000267007,
+    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP = 1000267008,
+    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE = 1000267009,
+    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE = 1000267010,
+    VK_DYNAMIC_STATE_STENCIL_OP = 1000267011,
+    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE = 1000377001,
+    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE = 1000377002,
+    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE = 1000377004,
     VK_DYNAMIC_STATE_VIEWPORT_W_SCALING_NV = 1000087000,
     VK_DYNAMIC_STATE_DISCARD_RECTANGLE_EXT = 1000099000,
     VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_EXT = 1000143000,
@@ -1575,25 +1670,25 @@ typedef enum VkDynamicState {
     VK_DYNAMIC_STATE_EXCLUSIVE_SCISSOR_NV = 1000205001,
     VK_DYNAMIC_STATE_FRAGMENT_SHADING_RATE_KHR = 1000226000,
     VK_DYNAMIC_STATE_LINE_STIPPLE_EXT = 1000259000,
-    VK_DYNAMIC_STATE_CULL_MODE_EXT = 1000267000,
-    VK_DYNAMIC_STATE_FRONT_FACE_EXT = 1000267001,
-    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT = 1000267002,
-    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT = 1000267003,
-    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT = 1000267004,
-    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT = 1000267005,
-    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT = 1000267006,
-    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT = 1000267007,
-    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT = 1000267008,
-    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT = 1000267009,
-    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT = 1000267010,
-    VK_DYNAMIC_STATE_STENCIL_OP_EXT = 1000267011,
     VK_DYNAMIC_STATE_VERTEX_INPUT_EXT = 1000352000,
     VK_DYNAMIC_STATE_PATCH_CONTROL_POINTS_EXT = 1000377000,
-    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT = 1000377001,
-    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT = 1000377002,
     VK_DYNAMIC_STATE_LOGIC_OP_EXT = 1000377003,
-    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT = 1000377004,
     VK_DYNAMIC_STATE_COLOR_WRITE_ENABLE_EXT = 1000381000,
+    VK_DYNAMIC_STATE_CULL_MODE_EXT = VK_DYNAMIC_STATE_CULL_MODE,
+    VK_DYNAMIC_STATE_FRONT_FACE_EXT = VK_DYNAMIC_STATE_FRONT_FACE,
+    VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY_EXT = VK_DYNAMIC_STATE_PRIMITIVE_TOPOLOGY,
+    VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT_EXT = VK_DYNAMIC_STATE_VIEWPORT_WITH_COUNT,
+    VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT_EXT = VK_DYNAMIC_STATE_SCISSOR_WITH_COUNT,
+    VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE_EXT = VK_DYNAMIC_STATE_VERTEX_INPUT_BINDING_STRIDE,
+    VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_TEST_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_WRITE_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_COMPARE_OP_EXT = VK_DYNAMIC_STATE_DEPTH_COMPARE_OP,
+    VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BOUNDS_TEST_ENABLE,
+    VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE_EXT = VK_DYNAMIC_STATE_STENCIL_TEST_ENABLE,
+    VK_DYNAMIC_STATE_STENCIL_OP_EXT = VK_DYNAMIC_STATE_STENCIL_OP,
+    VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE_EXT = VK_DYNAMIC_STATE_RASTERIZER_DISCARD_ENABLE,
+    VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE_EXT = VK_DYNAMIC_STATE_DEPTH_BIAS_ENABLE,
+    VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE_EXT = VK_DYNAMIC_STATE_PRIMITIVE_RESTART_ENABLE,
     VK_DYNAMIC_STATE_MAX_ENUM = 0x7FFFFFFF
 } VkDynamicState;
 
@@ -1712,10 +1807,11 @@ typedef enum VkDescriptorType {
     VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC = 8,
     VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC = 9,
     VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT = 10,
-    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT = 1000138000,
+    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK = 1000138000,
     VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR = 1000150000,
     VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV = 1000165000,
     VK_DESCRIPTOR_TYPE_MUTABLE_VALVE = 1000351000,
+    VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT = VK_DESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK,
     VK_DESCRIPTOR_TYPE_MAX_ENUM = 0x7FFFFFFF
 } VkDescriptorType;
 
@@ -1730,8 +1826,10 @@ typedef enum VkAttachmentLoadOp {
 typedef enum VkAttachmentStoreOp {
     VK_ATTACHMENT_STORE_OP_STORE = 0,
     VK_ATTACHMENT_STORE_OP_DONT_CARE = 1,
-    VK_ATTACHMENT_STORE_OP_NONE_EXT = 1000301000,
-    VK_ATTACHMENT_STORE_OP_NONE_QCOM = VK_ATTACHMENT_STORE_OP_NONE_EXT,
+    VK_ATTACHMENT_STORE_OP_NONE = 1000301000,
+    VK_ATTACHMENT_STORE_OP_NONE_KHR = VK_ATTACHMENT_STORE_OP_NONE,
+    VK_ATTACHMENT_STORE_OP_NONE_QCOM = VK_ATTACHMENT_STORE_OP_NONE,
+    VK_ATTACHMENT_STORE_OP_NONE_EXT = VK_ATTACHMENT_STORE_OP_NONE,
     VK_ATTACHMENT_STORE_OP_MAX_ENUM = 0x7FFFFFFF
 } VkAttachmentStoreOp;
 
@@ -1783,6 +1881,7 @@ typedef enum VkAccessFlagBits {
     VK_ACCESS_HOST_WRITE_BIT = 0x00004000,
     VK_ACCESS_MEMORY_READ_BIT = 0x00008000,
     VK_ACCESS_MEMORY_WRITE_BIT = 0x00010000,
+    VK_ACCESS_NONE = 0,
     VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000,
     VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000,
     VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000,
@@ -1794,10 +1893,10 @@ typedef enum VkAccessFlagBits {
     VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000,
     VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000,
     VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000,
-    VK_ACCESS_NONE_KHR = 0,
     VK_ACCESS_SHADING_RATE_IMAGE_READ_BIT_NV = VK_ACCESS_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR,
     VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_READ_BIT_KHR,
     VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_NV = VK_ACCESS_ACCELERATION_STRUCTURE_WRITE_BIT_KHR,
+    VK_ACCESS_NONE_KHR = VK_ACCESS_NONE,
     VK_ACCESS_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkAccessFlagBits;
 typedef VkFlags VkAccessFlags;
@@ -2013,6 +2112,7 @@ typedef enum VkPipelineStageFlagBits {
     VK_PIPELINE_STAGE_HOST_BIT = 0x00004000,
     VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT = 0x00008000,
     VK_PIPELINE_STAGE_ALL_COMMANDS_BIT = 0x00010000,
+    VK_PIPELINE_STAGE_NONE = 0,
     VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000,
     VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000,
     VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000,
@@ -2022,10 +2122,10 @@ typedef enum VkPipelineStageFlagBits {
     VK_PIPELINE_STAGE_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000,
     VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000,
     VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV = 0x00020000,
-    VK_PIPELINE_STAGE_NONE_KHR = 0,
     VK_PIPELINE_STAGE_SHADING_RATE_IMAGE_BIT_NV = VK_PIPELINE_STAGE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR,
     VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_NV = VK_PIPELINE_STAGE_RAY_TRACING_SHADER_BIT_KHR,
     VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_NV = VK_PIPELINE_STAGE_ACCELERATION_STRUCTURE_BUILD_BIT_KHR,
+    VK_PIPELINE_STAGE_NONE_KHR = VK_PIPELINE_STAGE_NONE,
     VK_PIPELINE_STAGE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineStageFlagBits;
 typedef VkFlags VkPipelineStageFlags;
@@ -2053,7 +2153,8 @@ typedef VkFlags VkFenceCreateFlags;
 typedef VkFlags VkSemaphoreCreateFlags;
 
 typedef enum VkEventCreateFlagBits {
-    VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR = 0x00000001,
+    VK_EVENT_CREATE_DEVICE_ONLY_BIT = 0x00000001,
+    VK_EVENT_CREATE_DEVICE_ONLY_BIT_KHR = VK_EVENT_CREATE_DEVICE_ONLY_BIT,
     VK_EVENT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkEventCreateFlagBits;
 typedef VkFlags VkEventCreateFlags;
@@ -2142,14 +2243,11 @@ typedef enum VkImageViewCreateFlagBits {
     VK_IMAGE_VIEW_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkImageViewCreateFlagBits;
 typedef VkFlags VkImageViewCreateFlags;
-
-typedef enum VkShaderModuleCreateFlagBits {
-    VK_SHADER_MODULE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
-} VkShaderModuleCreateFlagBits;
 typedef VkFlags VkShaderModuleCreateFlags;
 
 typedef enum VkPipelineCacheCreateFlagBits {
-    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT = 0x00000001,
+    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT = 0x00000001,
+    VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT = VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT,
     VK_PIPELINE_CACHE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineCacheCreateFlagBits;
 typedef VkFlags VkPipelineCacheCreateFlags;
@@ -2169,6 +2267,8 @@ typedef enum VkPipelineCreateFlagBits {
     VK_PIPELINE_CREATE_DERIVATIVE_BIT = 0x00000004,
     VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT = 0x00000008,
     VK_PIPELINE_CREATE_DISPATCH_BASE_BIT = 0x00000010,
+    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT = 0x00000100,
+    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT = 0x00000200,
     VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00200000,
     VK_PIPELINE_RASTERIZATION_STATE_CREATE_FRAGMENT_DENSITY_MAP_ATTACHMENT_BIT_EXT = 0x00400000,
     VK_PIPELINE_CREATE_RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_BIT_KHR = 0x00004000,
@@ -2183,19 +2283,21 @@ typedef enum VkPipelineCreateFlagBits {
     VK_PIPELINE_CREATE_CAPTURE_INTERNAL_REPRESENTATIONS_BIT_KHR = 0x00000080,
     VK_PIPELINE_CREATE_INDIRECT_BINDABLE_BIT_NV = 0x00040000,
     VK_PIPELINE_CREATE_LIBRARY_BIT_KHR = 0x00000800,
-    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT = 0x00000100,
-    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT = 0x00000200,
     VK_PIPELINE_CREATE_RAY_TRACING_ALLOW_MOTION_BIT_NV = 0x00100000,
     VK_PIPELINE_CREATE_DISPATCH_BASE = VK_PIPELINE_CREATE_DISPATCH_BASE_BIT,
     VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT_KHR = VK_PIPELINE_CREATE_VIEW_INDEX_FROM_DEVICE_INDEX_BIT,
     VK_PIPELINE_CREATE_DISPATCH_BASE_KHR = VK_PIPELINE_CREATE_DISPATCH_BASE,
+    VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXT = VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT,
+    VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT = VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT,
     VK_PIPELINE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineCreateFlagBits;
 typedef VkFlags VkPipelineCreateFlags;
 
 typedef enum VkPipelineShaderStageCreateFlagBits {
-    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = 0x00000001,
-    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = 0x00000002,
+    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT = 0x00000001,
+    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT = 0x00000002,
+    VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_ALLOW_VARYING_SUBGROUP_SIZE_BIT,
+    VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT_EXT = VK_PIPELINE_SHADER_STAGE_CREATE_REQUIRE_FULL_SUBGROUPS_BIT,
     VK_PIPELINE_SHADER_STAGE_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
 } VkPipelineShaderStageCreateFlagBits;
 typedef VkFlags VkPipelineShaderStageCreateFlags;
@@ -6025,6 +6127,1040 @@ VKAPI_ATTR uint64_t VKAPI_CALL vkGetDeviceMemoryOpaqueCaptureAddress(
 #endif
 
 
+#define VK_VERSION_1_3 1
+// Vulkan 1.3 version number
+#define VK_API_VERSION_1_3 VK_MAKE_API_VERSION(0, 1, 3, 0)// Patch version should always be set to 0
+
+typedef uint64_t VkFlags64;
+VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPrivateDataSlot)
+
+typedef enum VkPipelineCreationFeedbackFlagBits {
+    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT = 0x00000001,
+    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT = 0x00000002,
+    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT = 0x00000004,
+    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT = VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT,
+    VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkPipelineCreationFeedbackFlagBits;
+typedef VkFlags VkPipelineCreationFeedbackFlags;
+
+typedef enum VkToolPurposeFlagBits {
+    VK_TOOL_PURPOSE_VALIDATION_BIT = 0x00000001,
+    VK_TOOL_PURPOSE_PROFILING_BIT = 0x00000002,
+    VK_TOOL_PURPOSE_TRACING_BIT = 0x00000004,
+    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT = 0x00000008,
+    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT = 0x00000010,
+    VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 0x00000020,
+    VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 0x00000040,
+    VK_TOOL_PURPOSE_VALIDATION_BIT_EXT = VK_TOOL_PURPOSE_VALIDATION_BIT,
+    VK_TOOL_PURPOSE_PROFILING_BIT_EXT = VK_TOOL_PURPOSE_PROFILING_BIT,
+    VK_TOOL_PURPOSE_TRACING_BIT_EXT = VK_TOOL_PURPOSE_TRACING_BIT,
+    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT,
+    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT = VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT,
+    VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkToolPurposeFlagBits;
+typedef VkFlags VkToolPurposeFlags;
+
+typedef enum VkPrivateDataSlotCreateFlagBits {
+    VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkPrivateDataSlotCreateFlagBits;
+typedef VkFlags VkPrivateDataSlotCreateFlags;
+typedef VkFlags64 VkPipelineStageFlags2;
+
+// Flag bits for VkPipelineStageFlagBits2
+typedef VkFlags64 VkPipelineStageFlagBits2;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_NONE_KHR = 0ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = 0x00000001ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = 0x00000002ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = 0x00000004ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = 0x00000008ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = 0x00000010ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = 0x00000020ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = 0x00000040ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = 0x00000080ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = 0x00000100ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = 0x00000200ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = 0x00000400ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = 0x00000800ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = 0x00001000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = 0x00002000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_HOST_BIT_KHR = 0x00004000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = 0x00008000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = 0x00010000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COPY_BIT_KHR = 0x100000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = 0x200000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = 0x400000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = 0x800000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = 0x1000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = 0x2000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT = 0x4000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = 0x4000000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR = 0x04000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR = 0x08000000ULL;
+#endif
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV = 0x00020000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV = 0x00400000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV = 0x00200000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV = 0x02000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV = 0x00080000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV = 0x00100000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI = 0x8000000000ULL;
+static const VkPipelineStageFlagBits2 VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI = 0x10000000000ULL;
+
+typedef VkFlags64 VkAccessFlags2;
+
+// Flag bits for VkAccessFlagBits2
+typedef VkFlags64 VkAccessFlagBits2;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_NONE_KHR = 0ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR = 0x00000001ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INDEX_READ_BIT_KHR = 0x00000002ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR = 0x00000004ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_UNIFORM_READ_BIT_KHR = 0x00000008ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR = 0x00000010ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_READ_BIT_KHR = 0x00000020ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_WRITE_BIT_KHR = 0x00000040ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR = 0x00000080ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR = 0x00000100ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR = 0x00000200ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR = 0x00000400ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_READ_BIT_KHR = 0x00000800ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR = 0x00001000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_READ_BIT_KHR = 0x00002000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_HOST_WRITE_BIT_KHR = 0x00004000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_READ_BIT_KHR = 0x00008000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_MEMORY_WRITE_BIT_KHR = 0x00010000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR = 0x100000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR = 0x200000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT = 0x400000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR = 0x400000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR = 0x800000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR = 0x1000000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR = 0x2000000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkAccessFlagBits2 VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR = 0x4000000000ULL;
+#endif
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV = 0x00800000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV = 0x00200000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV = 0x00400000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000ULL;
+static const VkAccessFlagBits2 VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI = 0x8000000000ULL;
+
+
+typedef enum VkSubmitFlagBits {
+    VK_SUBMIT_PROTECTED_BIT = 0x00000001,
+    VK_SUBMIT_PROTECTED_BIT_KHR = VK_SUBMIT_PROTECTED_BIT,
+    VK_SUBMIT_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkSubmitFlagBits;
+typedef VkFlags VkSubmitFlags;
+
+typedef enum VkRenderingFlagBits {
+    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT = 0x00000001,
+    VK_RENDERING_SUSPENDING_BIT = 0x00000002,
+    VK_RENDERING_RESUMING_BIT = 0x00000004,
+    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT,
+    VK_RENDERING_SUSPENDING_BIT_KHR = VK_RENDERING_SUSPENDING_BIT,
+    VK_RENDERING_RESUMING_BIT_KHR = VK_RENDERING_RESUMING_BIT,
+    VK_RENDERING_FLAG_BITS_MAX_ENUM = 0x7FFFFFFF
+} VkRenderingFlagBits;
+typedef VkFlags VkRenderingFlags;
+typedef VkFlags64 VkFormatFeatureFlags2;
+
+// Flag bits for VkFormatFeatureFlagBits2
+typedef VkFlags64 VkFormatFeatureFlagBits2;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = 0x00000001ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = 0x00000002ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = 0x00000004ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = 0x00000008ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = 0x00000010ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = 0x00000020ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = 0x00000040ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = 0x00000080ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = 0x00000100ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = 0x00000200ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = 0x00000400ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = 0x00000800ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = 0x00001000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT = 0x00002000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = 0x00004000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = 0x00008000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = 0x00010000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = 0x00020000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = 0x00040000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = 0x00080000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = 0x00100000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = 0x00400000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = 0x80000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = 0x100000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT = 0x200000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = 0x200000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000ULL;
+#endif
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000ULL;
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000ULL;
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000ULL;
+#endif
+#ifdef VK_ENABLE_BETA_EXTENSIONS
+static const VkFormatFeatureFlagBits2 VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000ULL;
+#endif
+
+typedef struct VkPhysicalDeviceVulkan13Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           robustImageAccess;
+    VkBool32           inlineUniformBlock;
+    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
+    VkBool32           pipelineCreationCacheControl;
+    VkBool32           privateData;
+    VkBool32           shaderDemoteToHelperInvocation;
+    VkBool32           shaderTerminateInvocation;
+    VkBool32           subgroupSizeControl;
+    VkBool32           computeFullSubgroups;
+    VkBool32           synchronization2;
+    VkBool32           textureCompressionASTC_HDR;
+    VkBool32           shaderZeroInitializeWorkgroupMemory;
+    VkBool32           dynamicRendering;
+    VkBool32           shaderIntegerDotProduct;
+    VkBool32           maintenance4;
+} VkPhysicalDeviceVulkan13Features;
+
+typedef struct VkPhysicalDeviceVulkan13Properties {
+    VkStructureType       sType;
+    void*                 pNext;
+    uint32_t              minSubgroupSize;
+    uint32_t              maxSubgroupSize;
+    uint32_t              maxComputeWorkgroupSubgroups;
+    VkShaderStageFlags    requiredSubgroupSizeStages;
+    uint32_t              maxInlineUniformBlockSize;
+    uint32_t              maxPerStageDescriptorInlineUniformBlocks;
+    uint32_t              maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+    uint32_t              maxDescriptorSetInlineUniformBlocks;
+    uint32_t              maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+    uint32_t              maxInlineUniformTotalSize;
+    VkBool32              integerDotProduct8BitUnsignedAccelerated;
+    VkBool32              integerDotProduct8BitSignedAccelerated;
+    VkBool32              integerDotProduct8BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedUnsignedAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedSignedAccelerated;
+    VkBool32              integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+    VkBool32              integerDotProduct16BitUnsignedAccelerated;
+    VkBool32              integerDotProduct16BitSignedAccelerated;
+    VkBool32              integerDotProduct16BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct32BitUnsignedAccelerated;
+    VkBool32              integerDotProduct32BitSignedAccelerated;
+    VkBool32              integerDotProduct32BitMixedSignednessAccelerated;
+    VkBool32              integerDotProduct64BitUnsignedAccelerated;
+    VkBool32              integerDotProduct64BitSignedAccelerated;
+    VkBool32              integerDotProduct64BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+    VkBool32              integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+    VkDeviceSize          storageTexelBufferOffsetAlignmentBytes;
+    VkBool32              storageTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize          uniformTexelBufferOffsetAlignmentBytes;
+    VkBool32              uniformTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize          maxBufferSize;
+} VkPhysicalDeviceVulkan13Properties;
+
+typedef struct VkPipelineCreationFeedback {
+    VkPipelineCreationFeedbackFlags    flags;
+    uint64_t                           duration;
+} VkPipelineCreationFeedback;
+
+typedef struct VkPipelineCreationFeedbackCreateInfo {
+    VkStructureType                sType;
+    const void*                    pNext;
+    VkPipelineCreationFeedback*    pPipelineCreationFeedback;
+    uint32_t                       pipelineStageCreationFeedbackCount;
+    VkPipelineCreationFeedback*    pPipelineStageCreationFeedbacks;
+} VkPipelineCreationFeedbackCreateInfo;
+
+typedef struct VkPhysicalDeviceShaderTerminateInvocationFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderTerminateInvocation;
+} VkPhysicalDeviceShaderTerminateInvocationFeatures;
+
+typedef struct VkPhysicalDeviceToolProperties {
+    VkStructureType       sType;
+    void*                 pNext;
+    char                  name[VK_MAX_EXTENSION_NAME_SIZE];
+    char                  version[VK_MAX_EXTENSION_NAME_SIZE];
+    VkToolPurposeFlags    purposes;
+    char                  description[VK_MAX_DESCRIPTION_SIZE];
+    char                  layer[VK_MAX_EXTENSION_NAME_SIZE];
+} VkPhysicalDeviceToolProperties;
+
+typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderDemoteToHelperInvocation;
+} VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures;
+
+typedef struct VkPhysicalDevicePrivateDataFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           privateData;
+} VkPhysicalDevicePrivateDataFeatures;
+
+typedef struct VkDevicePrivateDataCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    uint32_t           privateDataSlotRequestCount;
+} VkDevicePrivateDataCreateInfo;
+
+typedef struct VkPrivateDataSlotCreateInfo {
+    VkStructureType                 sType;
+    const void*                     pNext;
+    VkPrivateDataSlotCreateFlags    flags;
+} VkPrivateDataSlotCreateInfo;
+
+typedef struct VkPhysicalDevicePipelineCreationCacheControlFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           pipelineCreationCacheControl;
+} VkPhysicalDevicePipelineCreationCacheControlFeatures;
+
+typedef struct VkMemoryBarrier2 {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkPipelineStageFlags2    srcStageMask;
+    VkAccessFlags2           srcAccessMask;
+    VkPipelineStageFlags2    dstStageMask;
+    VkAccessFlags2           dstAccessMask;
+} VkMemoryBarrier2;
+
+typedef struct VkBufferMemoryBarrier2 {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkPipelineStageFlags2    srcStageMask;
+    VkAccessFlags2           srcAccessMask;
+    VkPipelineStageFlags2    dstStageMask;
+    VkAccessFlags2           dstAccessMask;
+    uint32_t                 srcQueueFamilyIndex;
+    uint32_t                 dstQueueFamilyIndex;
+    VkBuffer                 buffer;
+    VkDeviceSize             offset;
+    VkDeviceSize             size;
+} VkBufferMemoryBarrier2;
+
+typedef struct VkImageMemoryBarrier2 {
+    VkStructureType            sType;
+    const void*                pNext;
+    VkPipelineStageFlags2      srcStageMask;
+    VkAccessFlags2             srcAccessMask;
+    VkPipelineStageFlags2      dstStageMask;
+    VkAccessFlags2             dstAccessMask;
+    VkImageLayout              oldLayout;
+    VkImageLayout              newLayout;
+    uint32_t                   srcQueueFamilyIndex;
+    uint32_t                   dstQueueFamilyIndex;
+    VkImage                    image;
+    VkImageSubresourceRange    subresourceRange;
+} VkImageMemoryBarrier2;
+
+typedef struct VkDependencyInfo {
+    VkStructureType                  sType;
+    const void*                      pNext;
+    VkDependencyFlags                dependencyFlags;
+    uint32_t                         memoryBarrierCount;
+    const VkMemoryBarrier2*          pMemoryBarriers;
+    uint32_t                         bufferMemoryBarrierCount;
+    const VkBufferMemoryBarrier2*    pBufferMemoryBarriers;
+    uint32_t                         imageMemoryBarrierCount;
+    const VkImageMemoryBarrier2*     pImageMemoryBarriers;
+} VkDependencyInfo;
+
+typedef struct VkSemaphoreSubmitInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkSemaphore              semaphore;
+    uint64_t                 value;
+    VkPipelineStageFlags2    stageMask;
+    uint32_t                 deviceIndex;
+} VkSemaphoreSubmitInfo;
+
+typedef struct VkCommandBufferSubmitInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    VkCommandBuffer    commandBuffer;
+    uint32_t           deviceMask;
+} VkCommandBufferSubmitInfo;
+
+typedef struct VkSubmitInfo2 {
+    VkStructureType                     sType;
+    const void*                         pNext;
+    VkSubmitFlags                       flags;
+    uint32_t                            waitSemaphoreInfoCount;
+    const VkSemaphoreSubmitInfo*        pWaitSemaphoreInfos;
+    uint32_t                            commandBufferInfoCount;
+    const VkCommandBufferSubmitInfo*    pCommandBufferInfos;
+    uint32_t                            signalSemaphoreInfoCount;
+    const VkSemaphoreSubmitInfo*        pSignalSemaphoreInfos;
+} VkSubmitInfo2;
+
+typedef struct VkPhysicalDeviceSynchronization2Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           synchronization2;
+} VkPhysicalDeviceSynchronization2Features;
+
+typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderZeroInitializeWorkgroupMemory;
+} VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures;
+
+typedef struct VkPhysicalDeviceImageRobustnessFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           robustImageAccess;
+} VkPhysicalDeviceImageRobustnessFeatures;
+
+typedef struct VkBufferCopy2 {
+    VkStructureType    sType;
+    const void*        pNext;
+    VkDeviceSize       srcOffset;
+    VkDeviceSize       dstOffset;
+    VkDeviceSize       size;
+} VkBufferCopy2;
+
+typedef struct VkCopyBufferInfo2 {
+    VkStructureType         sType;
+    const void*             pNext;
+    VkBuffer                srcBuffer;
+    VkBuffer                dstBuffer;
+    uint32_t                regionCount;
+    const VkBufferCopy2*    pRegions;
+} VkCopyBufferInfo2;
+
+typedef struct VkImageCopy2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffset;
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffset;
+    VkExtent3D                  extent;
+} VkImageCopy2;
+
+typedef struct VkCopyImageInfo2 {
+    VkStructureType        sType;
+    const void*            pNext;
+    VkImage                srcImage;
+    VkImageLayout          srcImageLayout;
+    VkImage                dstImage;
+    VkImageLayout          dstImageLayout;
+    uint32_t               regionCount;
+    const VkImageCopy2*    pRegions;
+} VkCopyImageInfo2;
+
+typedef struct VkBufferImageCopy2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkDeviceSize                bufferOffset;
+    uint32_t                    bufferRowLength;
+    uint32_t                    bufferImageHeight;
+    VkImageSubresourceLayers    imageSubresource;
+    VkOffset3D                  imageOffset;
+    VkExtent3D                  imageExtent;
+} VkBufferImageCopy2;
+
+typedef struct VkCopyBufferToImageInfo2 {
+    VkStructureType              sType;
+    const void*                  pNext;
+    VkBuffer                     srcBuffer;
+    VkImage                      dstImage;
+    VkImageLayout                dstImageLayout;
+    uint32_t                     regionCount;
+    const VkBufferImageCopy2*    pRegions;
+} VkCopyBufferToImageInfo2;
+
+typedef struct VkCopyImageToBufferInfo2 {
+    VkStructureType              sType;
+    const void*                  pNext;
+    VkImage                      srcImage;
+    VkImageLayout                srcImageLayout;
+    VkBuffer                     dstBuffer;
+    uint32_t                     regionCount;
+    const VkBufferImageCopy2*    pRegions;
+} VkCopyImageToBufferInfo2;
+
+typedef struct VkImageBlit2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffsets[2];
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffsets[2];
+} VkImageBlit2;
+
+typedef struct VkBlitImageInfo2 {
+    VkStructureType        sType;
+    const void*            pNext;
+    VkImage                srcImage;
+    VkImageLayout          srcImageLayout;
+    VkImage                dstImage;
+    VkImageLayout          dstImageLayout;
+    uint32_t               regionCount;
+    const VkImageBlit2*    pRegions;
+    VkFilter               filter;
+} VkBlitImageInfo2;
+
+typedef struct VkImageResolve2 {
+    VkStructureType             sType;
+    const void*                 pNext;
+    VkImageSubresourceLayers    srcSubresource;
+    VkOffset3D                  srcOffset;
+    VkImageSubresourceLayers    dstSubresource;
+    VkOffset3D                  dstOffset;
+    VkExtent3D                  extent;
+} VkImageResolve2;
+
+typedef struct VkResolveImageInfo2 {
+    VkStructureType           sType;
+    const void*               pNext;
+    VkImage                   srcImage;
+    VkImageLayout             srcImageLayout;
+    VkImage                   dstImage;
+    VkImageLayout             dstImageLayout;
+    uint32_t                  regionCount;
+    const VkImageResolve2*    pRegions;
+} VkResolveImageInfo2;
+
+typedef struct VkPhysicalDeviceSubgroupSizeControlFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           subgroupSizeControl;
+    VkBool32           computeFullSubgroups;
+} VkPhysicalDeviceSubgroupSizeControlFeatures;
+
+typedef struct VkPhysicalDeviceSubgroupSizeControlProperties {
+    VkStructureType       sType;
+    void*                 pNext;
+    uint32_t              minSubgroupSize;
+    uint32_t              maxSubgroupSize;
+    uint32_t              maxComputeWorkgroupSubgroups;
+    VkShaderStageFlags    requiredSubgroupSizeStages;
+} VkPhysicalDeviceSubgroupSizeControlProperties;
+
+typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfo {
+    VkStructureType    sType;
+    void*              pNext;
+    uint32_t           requiredSubgroupSize;
+} VkPipelineShaderStageRequiredSubgroupSizeCreateInfo;
+
+typedef struct VkPhysicalDeviceInlineUniformBlockFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           inlineUniformBlock;
+    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
+} VkPhysicalDeviceInlineUniformBlockFeatures;
+
+typedef struct VkPhysicalDeviceInlineUniformBlockProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    uint32_t           maxInlineUniformBlockSize;
+    uint32_t           maxPerStageDescriptorInlineUniformBlocks;
+    uint32_t           maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
+    uint32_t           maxDescriptorSetInlineUniformBlocks;
+    uint32_t           maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
+} VkPhysicalDeviceInlineUniformBlockProperties;
+
+typedef struct VkWriteDescriptorSetInlineUniformBlock {
+    VkStructureType    sType;
+    const void*        pNext;
+    uint32_t           dataSize;
+    const void*        pData;
+} VkWriteDescriptorSetInlineUniformBlock;
+
+typedef struct VkDescriptorPoolInlineUniformBlockCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    uint32_t           maxInlineUniformBlockBindings;
+} VkDescriptorPoolInlineUniformBlockCreateInfo;
+
+typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           textureCompressionASTC_HDR;
+} VkPhysicalDeviceTextureCompressionASTCHDRFeatures;
+
+typedef struct VkRenderingAttachmentInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkImageView              imageView;
+    VkImageLayout            imageLayout;
+    VkResolveModeFlagBits    resolveMode;
+    VkImageView              resolveImageView;
+    VkImageLayout            resolveImageLayout;
+    VkAttachmentLoadOp       loadOp;
+    VkAttachmentStoreOp      storeOp;
+    VkClearValue             clearValue;
+} VkRenderingAttachmentInfo;
+
+typedef struct VkRenderingInfo {
+    VkStructureType                     sType;
+    const void*                         pNext;
+    VkRenderingFlags                    flags;
+    VkRect2D                            renderArea;
+    uint32_t                            layerCount;
+    uint32_t                            viewMask;
+    uint32_t                            colorAttachmentCount;
+    const VkRenderingAttachmentInfo*    pColorAttachments;
+    const VkRenderingAttachmentInfo*    pDepthAttachment;
+    const VkRenderingAttachmentInfo*    pStencilAttachment;
+} VkRenderingInfo;
+
+typedef struct VkPipelineRenderingCreateInfo {
+    VkStructureType    sType;
+    const void*        pNext;
+    uint32_t           viewMask;
+    uint32_t           colorAttachmentCount;
+    const VkFormat*    pColorAttachmentFormats;
+    VkFormat           depthStencilAttachmentFormat;
+} VkPipelineRenderingCreateInfo;
+
+typedef struct VkPhysicalDeviceDynamicRenderingFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           dynamicRendering;
+} VkPhysicalDeviceDynamicRenderingFeatures;
+
+typedef struct VkCommandBufferInheritanceRenderingInfo {
+    VkStructureType          sType;
+    const void*              pNext;
+    VkRenderingFlags         flags;
+    uint32_t                 viewMask;
+    uint32_t                 colorAttachmentCount;
+    const VkFormat*          pColorAttachmentFormats;
+    VkFormat                 depthStencilAttachmentFormat;
+    VkSampleCountFlagBits    rasterizationSamples;
+} VkCommandBufferInheritanceRenderingInfo;
+
+typedef VkRenderingInfo VkRenderingInfoKHR;
+
+typedef struct VkPhysicalDeviceShaderIntegerDotProductFeatures {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           shaderIntegerDotProduct;
+} VkPhysicalDeviceShaderIntegerDotProductFeatures;
+
+typedef struct VkPhysicalDeviceShaderIntegerDotProductProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           integerDotProduct8BitUnsignedAccelerated;
+    VkBool32           integerDotProduct8BitSignedAccelerated;
+    VkBool32           integerDotProduct8BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedUnsignedAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedSignedAccelerated;
+    VkBool32           integerDotProduct4x8BitPackedMixedSignednessAccelerated;
+    VkBool32           integerDotProduct16BitUnsignedAccelerated;
+    VkBool32           integerDotProduct16BitSignedAccelerated;
+    VkBool32           integerDotProduct16BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct32BitUnsignedAccelerated;
+    VkBool32           integerDotProduct32BitSignedAccelerated;
+    VkBool32           integerDotProduct32BitMixedSignednessAccelerated;
+    VkBool32           integerDotProduct64BitUnsignedAccelerated;
+    VkBool32           integerDotProduct64BitSignedAccelerated;
+    VkBool32           integerDotProduct64BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitSignedAccelerated;
+    VkBool32           integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
+} VkPhysicalDeviceShaderIntegerDotProductProperties;
+
+typedef struct VkPhysicalDeviceTexelBufferAlignmentProperties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkDeviceSize       storageTexelBufferOffsetAlignmentBytes;
+    VkBool32           storageTexelBufferOffsetSingleTexelAlignment;
+    VkDeviceSize       uniformTexelBufferOffsetAlignmentBytes;
+    VkBool32           uniformTexelBufferOffsetSingleTexelAlignment;
+} VkPhysicalDeviceTexelBufferAlignmentProperties;
+
+typedef struct VkFormatProperties3 {
+    VkStructureType          sType;
+    void*                    pNext;
+    VkFormatFeatureFlags2    linearTilingFeatures;
+    VkFormatFeatureFlags2    optimalTilingFeatures;
+    VkFormatFeatureFlags2    bufferFeatures;
+} VkFormatProperties3;
+
+typedef struct VkPhysicalDeviceMaintenance4Features {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           maintenance4;
+} VkPhysicalDeviceMaintenance4Features;
+
+typedef struct VkPhysicalDeviceMaintenance4Properties {
+    VkStructureType    sType;
+    void*              pNext;
+    VkDeviceSize       maxBufferSize;
+} VkPhysicalDeviceMaintenance4Properties;
+
+typedef struct VkDeviceBufferMemoryRequirements {
+    VkStructureType              sType;
+    const void*                  pNext;
+    const VkBufferCreateInfo*    pCreateInfo;
+} VkDeviceBufferMemoryRequirements;
+
+typedef struct VkDeviceImageMemoryRequirements {
+    VkStructureType             sType;
+    const void*                 pNext;
+    const VkImageCreateInfo*    pCreateInfo;
+    VkImageAspectFlagBits       planeAspect;
+} VkDeviceImageMemoryRequirements;
+
+typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolProperties)(VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
+typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlot)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlot)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data);
+typedef void (VKAPI_PTR *PFN_vkGetPrivateData)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData);
+typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2                               stageMask);
+typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2)(VkCommandBuffer                   commandBuffer, uint32_t                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfo*            pDependencyInfos);
+typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2)(VkCommandBuffer                   commandBuffer, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2                               stage, VkQueryPool                                         queryPool, uint32_t                                            query);
+typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2)(VkQueue                           queue, uint32_t                            submitCount, const VkSubmitInfo2*              pSubmits, VkFence           fence);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBeginRendering)(VkCommandBuffer                   commandBuffer, const VkRenderingInfoKHR*                           pRenderingInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdEndRendering)(VkCommandBuffer                   commandBuffer);
+typedef void (VKAPI_PTR *PFN_vkCmdSetCullMode)(VkCommandBuffer commandBuffer, VkCullModeFlags cullMode);
+typedef void (VKAPI_PTR *PFN_vkCmdSetFrontFace)(VkCommandBuffer commandBuffer, VkFrontFace frontFace);
+typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveTopology)(VkCommandBuffer commandBuffer, VkPrimitiveTopology primitiveTopology);
+typedef void (VKAPI_PTR *PFN_vkCmdSetViewportWithCount)(VkCommandBuffer commandBuffer, uint32_t viewportCount, const VkViewport* pViewports);
+typedef void (VKAPI_PTR *PFN_vkCmdSetScissorWithCount)(VkCommandBuffer commandBuffer, uint32_t scissorCount, const VkRect2D* pScissors);
+typedef void (VKAPI_PTR *PFN_vkCmdBindVertexBuffers2)(VkCommandBuffer commandBuffer, uint32_t firstBinding, uint32_t bindingCount, const VkBuffer* pBuffers, const VkDeviceSize* pOffsets, const VkDeviceSize* pSizes, const VkDeviceSize* pStrides);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthWriteEnable)(VkCommandBuffer commandBuffer, VkBool32 depthWriteEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthCompareOp)(VkCommandBuffer commandBuffer, VkCompareOp depthCompareOp);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBoundsTestEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBoundsTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetStencilTestEnable)(VkCommandBuffer commandBuffer, VkBool32 stencilTestEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetStencilOp)(VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, VkStencilOp failOp, VkStencilOp passOp, VkStencilOp depthFailOp, VkCompareOp compareOp);
+typedef void (VKAPI_PTR *PFN_vkCmdSetRasterizerDiscardEnable)(VkCommandBuffer commandBuffer, VkBool32 rasterizerDiscardEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetDepthBiasEnable)(VkCommandBuffer commandBuffer, VkBool32 depthBiasEnable);
+typedef void (VKAPI_PTR *PFN_vkCmdSetPrimitiveRestartEnable)(VkCommandBuffer commandBuffer, VkBool32 primitiveRestartEnable);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirements)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirements)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
+
+#ifndef VK_NO_PROTOTYPES
+VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolProperties(
+    VkPhysicalDevice                            physicalDevice,
+    uint32_t*                                   pToolCount,
+    VkPhysicalDeviceToolProperties*             pToolProperties);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlot(
+    VkDevice                                    device,
+    const VkPrivateDataSlotCreateInfo*          pCreateInfo,
+    const VkAllocationCallbacks*                pAllocator,
+    VkPrivateDataSlot*                          pPrivateDataSlot);
+
+VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlot(
+    VkDevice                                    device,
+    VkPrivateDataSlot                           privateDataSlot,
+    const VkAllocationCallbacks*                pAllocator);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateData(
+    VkDevice                                    device,
+    VkObjectType                                objectType,
+    uint64_t                                    objectHandle,
+    VkPrivateDataSlot                           privateDataSlot,
+    uint64_t                                    data);
+
+VKAPI_ATTR void VKAPI_CALL vkGetPrivateData(
+    VkDevice                                    device,
+    VkObjectType                                objectType,
+    uint64_t                                    objectHandle,
+    VkPrivateDataSlot                           privateDataSlot,
+    uint64_t*                                   pData);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2(
+    VkCommandBuffer                             commandBuffer,
+    VkEvent                                     event,
+    const VkDependencyInfo*                     pDependencyInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2(
+    VkCommandBuffer                             commandBuffer,
+    VkEvent                                     event,
+    VkPipelineStageFlags2                       stageMask);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2(
+    VkCommandBuffer                             commandBuffer,
+    uint32_t                                    eventCount,
+    const VkEvent*                              pEvents,
+    const VkDependencyInfo*                     pDependencyInfos);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2(
+    VkCommandBuffer                             commandBuffer,
+    const VkDependencyInfo*                     pDependencyInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2(
+    VkCommandBuffer                             commandBuffer,
+    VkPipelineStageFlags2                       stage,
+    VkQueryPool                                 queryPool,
+    uint32_t                                    query);
+
+VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2(
+    VkQueue                                     queue,
+    uint32_t                                    submitCount,
+    const VkSubmitInfo2*                        pSubmits,
+    VkFence                                     fence);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyBufferInfo2*                    pCopyBufferInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyImageInfo2*                     pCopyImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyBufferToImageInfo2*             pCopyBufferToImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2(
+    VkCommandBuffer                             commandBuffer,
+    const VkCopyImageToBufferInfo2*             pCopyImageToBufferInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkBlitImageInfo2*                     pBlitImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2(
+    VkCommandBuffer                             commandBuffer,
+    const VkResolveImageInfo2*                  pResolveImageInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBeginRendering(
+    VkCommandBuffer                             commandBuffer,
+    const VkRenderingInfoKHR*                   pRenderingInfo);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdEndRendering(
+    VkCommandBuffer                             commandBuffer);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetCullMode(
+    VkCommandBuffer                             commandBuffer,
+    VkCullModeFlags                             cullMode);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetFrontFace(
+    VkCommandBuffer                             commandBuffer,
+    VkFrontFace                                 frontFace);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveTopology(
+    VkCommandBuffer                             commandBuffer,
+    VkPrimitiveTopology                         primitiveTopology);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetViewportWithCount(
+    VkCommandBuffer                             commandBuffer,
+    uint32_t                                    viewportCount,
+    const VkViewport*                           pViewports);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetScissorWithCount(
+    VkCommandBuffer                             commandBuffer,
+    uint32_t                                    scissorCount,
+    const VkRect2D*                             pScissors);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdBindVertexBuffers2(
+    VkCommandBuffer                             commandBuffer,
+    uint32_t                                    firstBinding,
+    uint32_t                                    bindingCount,
+    const VkBuffer*                             pBuffers,
+    const VkDeviceSize*                         pOffsets,
+    const VkDeviceSize*                         pSizes,
+    const VkDeviceSize*                         pStrides);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthWriteEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthWriteEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthCompareOp(
+    VkCommandBuffer                             commandBuffer,
+    VkCompareOp                                 depthCompareOp);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBoundsTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthBoundsTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilTestEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    stencilTestEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetStencilOp(
+    VkCommandBuffer                             commandBuffer,
+    VkStencilFaceFlags                          faceMask,
+    VkStencilOp                                 failOp,
+    VkStencilOp                                 passOp,
+    VkStencilOp                                 depthFailOp,
+    VkCompareOp                                 compareOp);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetRasterizerDiscardEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    rasterizerDiscardEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetDepthBiasEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    depthBiasEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkCmdSetPrimitiveRestartEnable(
+    VkCommandBuffer                             commandBuffer,
+    VkBool32                                    primitiveRestartEnable);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceBufferMemoryRequirements*     pInfo,
+    VkMemoryRequirements2*                      pMemoryRequirements);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceImageMemoryRequirements*      pInfo,
+    VkMemoryRequirements2*                      pMemoryRequirements);
+
+VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirements(
+    VkDevice                                    device,
+    const VkDeviceImageMemoryRequirements*      pInfo,
+    uint32_t*                                   pSparseMemoryRequirementCount,
+    VkSparseImageMemoryRequirements2*           pSparseMemoryRequirements);
+#endif
+
+
 #define VK_KHR_surface 1
 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSurfaceKHR)
 #define VK_KHR_SURFACE_SPEC_VERSION       25
@@ -6454,66 +7590,18 @@ VKAPI_ATTR VkResult VKAPI_CALL vkCreateSharedSwapchainsKHR(
 #define VK_KHR_dynamic_rendering 1
 #define VK_KHR_DYNAMIC_RENDERING_SPEC_VERSION 1
 #define VK_KHR_DYNAMIC_RENDERING_EXTENSION_NAME "VK_KHR_dynamic_rendering"
+typedef VkRenderingFlags VkRenderingFlagsKHR;
+
+typedef VkRenderingFlagBits VkRenderingFlagBitsKHR;
+
+typedef VkRenderingAttachmentInfo VkRenderingAttachmentInfoKHR;
+
+typedef VkPipelineRenderingCreateInfo VkPipelineRenderingCreateInfoKHR;
+
+typedef VkPhysicalDeviceDynamicRenderingFeatures VkPhysicalDeviceDynamicRenderingFeaturesKHR;
+
+typedef VkCommandBufferInheritanceRenderingInfo VkCommandBufferInheritanceRenderingInfoKHR;
 
-typedef enum VkRenderingFlagBitsKHR {
-    VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFFERS_BIT_KHR = 0x00000001,
-    VK_RENDERING_SUSPENDING_BIT_KHR = 0x00000002,
-    VK_RENDERING_RESUMING_BIT_KHR = 0x00000004,
-    VK_RENDERING_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF
-} VkRenderingFlagBitsKHR;
-typedef VkFlags VkRenderingFlagsKHR;
-typedef struct VkRenderingAttachmentInfoKHR {
-    VkStructureType          sType;
-    const void*              pNext;
-    VkImageView              imageView;
-    VkImageLayout            imageLayout;
-    VkResolveModeFlagBits    resolveMode;
-    VkImageView              resolveImageView;
-    VkImageLayout            resolveImageLayout;
-    VkAttachmentLoadOp       loadOp;
-    VkAttachmentStoreOp      storeOp;
-    VkClearValue             clearValue;
-} VkRenderingAttachmentInfoKHR;
-
-typedef struct VkRenderingInfoKHR {
-    VkStructureType                        sType;
-    const void*                            pNext;
-    VkRenderingFlagsKHR                    flags;
-    VkRect2D                               renderArea;
-    uint32_t                               layerCount;
-    uint32_t                               viewMask;
-    uint32_t                               colorAttachmentCount;
-    const VkRenderingAttachmentInfoKHR*    pColorAttachments;
-    const VkRenderingAttachmentInfoKHR*    pDepthAttachment;
-    const VkRenderingAttachmentInfoKHR*    pStencilAttachment;
-} VkRenderingInfoKHR;
-
-typedef struct VkPipelineRenderingCreateInfoKHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    uint32_t           viewMask;
-    uint32_t           colorAttachmentCount;
-    const VkFormat*    pColorAttachmentFormats;
-    VkFormat           depthStencilAttachmentFormat;
-} VkPipelineRenderingCreateInfoKHR;
-
-typedef struct VkPhysicalDeviceDynamicRenderingFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           dynamicRendering;
-} VkPhysicalDeviceDynamicRenderingFeaturesKHR;
-
-typedef struct VkCommandBufferInheritanceRenderingInfoKHR {
-    VkStructureType          sType;
-    const void*              pNext;
-    VkRenderingFlagsKHR      flags;
-    uint32_t                 viewMask;
-    uint32_t                 colorAttachmentCount;
-    const VkFormat*          pColorAttachmentFormats;
-    VkFormat                 depthStencilAttachmentFormat;
-    VkSampleCountFlagBits    rasterizationSamples;
-} VkCommandBufferInheritanceRenderingInfoKHR;
-
 typedef struct VkRenderingFragmentShadingRateAttachmentInfoKHR {
     VkStructureType    sType;
     const void*        pNext;
@@ -6546,8 +7634,8 @@ typedef struct VkMultiviewPerViewAttributesInfoNVX {
     VkBool32           perViewAttributesPositionXOnly;
 } VkMultiviewPerViewAttributesInfoNVX;
 
-typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderingKHR)(VkCommandBuffer commandBuffer, const VkRenderingInfoKHR* pRenderingInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdEndRenderingKHR)(VkCommandBuffer commandBuffer);
+typedef void (VKAPI_PTR *PFN_vkCmdBeginRenderingKHR)(VkCommandBuffer                   commandBuffer, const VkRenderingInfoKHR*                           pRenderingInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdEndRenderingKHR)(VkCommandBuffer                   commandBuffer);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkCmdBeginRenderingKHR(
@@ -7696,11 +8784,7 @@ typedef VkPhysicalDeviceVulkanMemoryModelFeatures VkPhysicalDeviceVulkanMemoryMo
 #define VK_KHR_shader_terminate_invocation 1
 #define VK_KHR_SHADER_TERMINATE_INVOCATION_SPEC_VERSION 1
 #define VK_KHR_SHADER_TERMINATE_INVOCATION_EXTENSION_NAME "VK_KHR_shader_terminate_invocation"
-typedef struct VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderTerminateInvocation;
-} VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR;
+typedef VkPhysicalDeviceShaderTerminateInvocationFeatures VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR;
 
 
 
@@ -7997,46 +9081,9 @@ VKAPI_ATTR VkResult VKAPI_CALL vkGetPipelineExecutableInternalRepresentationsKHR
 #define VK_KHR_shader_integer_dot_product 1
 #define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_SPEC_VERSION 1
 #define VK_KHR_SHADER_INTEGER_DOT_PRODUCT_EXTENSION_NAME "VK_KHR_shader_integer_dot_product"
-typedef struct VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderIntegerDotProduct;
-} VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR;
+typedef VkPhysicalDeviceShaderIntegerDotProductFeatures VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR;
 
-typedef struct VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           integerDotProduct8BitUnsignedAccelerated;
-    VkBool32           integerDotProduct8BitSignedAccelerated;
-    VkBool32           integerDotProduct8BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedUnsignedAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedSignedAccelerated;
-    VkBool32           integerDotProduct4x8BitPackedMixedSignednessAccelerated;
-    VkBool32           integerDotProduct16BitUnsignedAccelerated;
-    VkBool32           integerDotProduct16BitSignedAccelerated;
-    VkBool32           integerDotProduct16BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct32BitUnsignedAccelerated;
-    VkBool32           integerDotProduct32BitSignedAccelerated;
-    VkBool32           integerDotProduct32BitMixedSignednessAccelerated;
-    VkBool32           integerDotProduct64BitUnsignedAccelerated;
-    VkBool32           integerDotProduct64BitSignedAccelerated;
-    VkBool32           integerDotProduct64BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitUnsignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitSignedAccelerated;
-    VkBool32           integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated;
-} VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR;
+typedef VkPhysicalDeviceShaderIntegerDotProductProperties VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR;
 
 
 
@@ -8076,202 +9123,35 @@ typedef struct VkPhysicalDevicePresentIdFeaturesKHR {
 
 
 #define VK_KHR_synchronization2 1
-typedef uint64_t VkFlags64;
 #define VK_KHR_SYNCHRONIZATION_2_SPEC_VERSION 1
 #define VK_KHR_SYNCHRONIZATION_2_EXTENSION_NAME "VK_KHR_synchronization2"
-typedef VkFlags64 VkPipelineStageFlags2KHR;
-
-// Flag bits for VkPipelineStageFlagBits2KHR
-typedef VkFlags64 VkPipelineStageFlagBits2KHR;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_NONE_KHR = 0ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TOP_OF_PIPE_BIT_KHR = 0x00000001ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_DRAW_INDIRECT_BIT_KHR = 0x00000002ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_INPUT_BIT_KHR = 0x00000004ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_SHADER_BIT_KHR = 0x00000008ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_CONTROL_SHADER_BIT_KHR = 0x00000010ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TESSELLATION_EVALUATION_SHADER_BIT_KHR = 0x00000020ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_GEOMETRY_SHADER_BIT_KHR = 0x00000040ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADER_BIT_KHR = 0x00000080ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_EARLY_FRAGMENT_TESTS_BIT_KHR = 0x00000100ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_LATE_FRAGMENT_TESTS_BIT_KHR = 0x00000200ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COLOR_ATTACHMENT_OUTPUT_BIT_KHR = 0x00000400ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMPUTE_SHADER_BIT_KHR = 0x00000800ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT_KHR = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR = 0x00001000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BOTTOM_OF_PIPE_BIT_KHR = 0x00002000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_HOST_BIT_KHR = 0x00004000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT_KHR = 0x00008000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ALL_COMMANDS_BIT_KHR = 0x00010000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COPY_BIT_KHR = 0x100000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR = 0x200000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_BLIT_BIT_KHR = 0x400000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CLEAR_BIT_KHR = 0x800000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR = 0x1000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR = 0x2000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_PRE_RASTERIZATION_SHADERS_BIT_KHR = 0x4000000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_DECODE_BIT_KHR = 0x04000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR = 0x08000000ULL;
-#endif
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT = 0x01000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT = 0x00040000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV = 0x00020000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV = 0x00400000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_KHR = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_RAY_TRACING_SHADER_BIT_NV = 0x00200000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_NV = 0x02000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_FRAGMENT_DENSITY_PROCESS_BIT_EXT = 0x00800000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_TASK_SHADER_BIT_NV = 0x00080000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_MESH_SHADER_BIT_NV = 0x00100000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_SUBPASS_SHADING_BIT_HUAWEI = 0x8000000000ULL;
-static const VkPipelineStageFlagBits2KHR VK_PIPELINE_STAGE_2_INVOCATION_MASK_BIT_HUAWEI = 0x10000000000ULL;
-
-typedef VkFlags64 VkAccessFlags2KHR;
-
-// Flag bits for VkAccessFlagBits2KHR
-typedef VkFlags64 VkAccessFlagBits2KHR;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_NONE_KHR = 0ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDIRECT_COMMAND_READ_BIT_KHR = 0x00000001ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INDEX_READ_BIT_KHR = 0x00000002ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VERTEX_ATTRIBUTE_READ_BIT_KHR = 0x00000004ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_UNIFORM_READ_BIT_KHR = 0x00000008ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INPUT_ATTACHMENT_READ_BIT_KHR = 0x00000010ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_READ_BIT_KHR = 0x00000020ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_WRITE_BIT_KHR = 0x00000040ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_BIT_KHR = 0x00000080ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_WRITE_BIT_KHR = 0x00000100ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_READ_BIT_KHR = 0x00000200ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_DEPTH_STENCIL_ATTACHMENT_WRITE_BIT_KHR = 0x00000400ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_READ_BIT_KHR = 0x00000800ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFER_WRITE_BIT_KHR = 0x00001000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_READ_BIT_KHR = 0x00002000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_HOST_WRITE_BIT_KHR = 0x00004000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_READ_BIT_KHR = 0x00008000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_MEMORY_WRITE_BIT_KHR = 0x00010000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR = 0x100000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR = 0x200000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADER_STORAGE_WRITE_BIT_KHR = 0x400000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_READ_BIT_KHR = 0x800000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_DECODE_WRITE_BIT_KHR = 0x1000000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_READ_BIT_KHR = 0x2000000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkAccessFlagBits2KHR VK_ACCESS_2_VIDEO_ENCODE_WRITE_BIT_KHR = 0x4000000000ULL;
-#endif
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_WRITE_BIT_EXT = 0x02000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT = 0x04000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT = 0x08000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_CONDITIONAL_RENDERING_READ_BIT_EXT = 0x00100000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV = 0x00020000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV = 0x00040000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_SHADING_RATE_ATTACHMENT_READ_BIT_KHR = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_SHADING_RATE_IMAGE_READ_BIT_NV = 0x00800000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_KHR = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_NV = 0x00200000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_ACCELERATION_STRUCTURE_WRITE_BIT_NV = 0x00400000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_FRAGMENT_DENSITY_MAP_READ_BIT_EXT = 0x01000000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_COLOR_ATTACHMENT_READ_NONCOHERENT_BIT_EXT = 0x00080000ULL;
-static const VkAccessFlagBits2KHR VK_ACCESS_2_INVOCATION_MASK_READ_BIT_HUAWEI = 0x8000000000ULL;
-
-
-typedef enum VkSubmitFlagBitsKHR {
-    VK_SUBMIT_PROTECTED_BIT_KHR = 0x00000001,
-    VK_SUBMIT_FLAG_BITS_MAX_ENUM_KHR = 0x7FFFFFFF
-} VkSubmitFlagBitsKHR;
-typedef VkFlags VkSubmitFlagsKHR;
-typedef struct VkMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-} VkMemoryBarrier2KHR;
+typedef VkPipelineStageFlags2 VkPipelineStageFlags2KHR;
 
-typedef struct VkBufferMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-    uint32_t                    srcQueueFamilyIndex;
-    uint32_t                    dstQueueFamilyIndex;
-    VkBuffer                    buffer;
-    VkDeviceSize                offset;
-    VkDeviceSize                size;
-} VkBufferMemoryBarrier2KHR;
-
-typedef struct VkImageMemoryBarrier2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkPipelineStageFlags2KHR    srcStageMask;
-    VkAccessFlags2KHR           srcAccessMask;
-    VkPipelineStageFlags2KHR    dstStageMask;
-    VkAccessFlags2KHR           dstAccessMask;
-    VkImageLayout               oldLayout;
-    VkImageLayout               newLayout;
-    uint32_t                    srcQueueFamilyIndex;
-    uint32_t                    dstQueueFamilyIndex;
-    VkImage                     image;
-    VkImageSubresourceRange     subresourceRange;
-} VkImageMemoryBarrier2KHR;
-
-typedef struct VkDependencyInfoKHR {
-    VkStructureType                     sType;
-    const void*                         pNext;
-    VkDependencyFlags                   dependencyFlags;
-    uint32_t                            memoryBarrierCount;
-    const VkMemoryBarrier2KHR*          pMemoryBarriers;
-    uint32_t                            bufferMemoryBarrierCount;
-    const VkBufferMemoryBarrier2KHR*    pBufferMemoryBarriers;
-    uint32_t                            imageMemoryBarrierCount;
-    const VkImageMemoryBarrier2KHR*     pImageMemoryBarriers;
-} VkDependencyInfoKHR;
-
-typedef struct VkSemaphoreSubmitInfoKHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkSemaphore                 semaphore;
-    uint64_t                    value;
-    VkPipelineStageFlags2KHR    stageMask;
-    uint32_t                    deviceIndex;
-} VkSemaphoreSubmitInfoKHR;
+typedef VkPipelineStageFlagBits2 VkPipelineStageFlagBits2KHR;
 
-typedef struct VkCommandBufferSubmitInfoKHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    VkCommandBuffer    commandBuffer;
-    uint32_t           deviceMask;
-} VkCommandBufferSubmitInfoKHR;
+typedef VkAccessFlags2 VkAccessFlags2KHR;
 
-typedef struct VkSubmitInfo2KHR {
-    VkStructureType                        sType;
-    const void*                            pNext;
-    VkSubmitFlagsKHR                       flags;
-    uint32_t                               waitSemaphoreInfoCount;
-    const VkSemaphoreSubmitInfoKHR*        pWaitSemaphoreInfos;
-    uint32_t                               commandBufferInfoCount;
-    const VkCommandBufferSubmitInfoKHR*    pCommandBufferInfos;
-    uint32_t                               signalSemaphoreInfoCount;
-    const VkSemaphoreSubmitInfoKHR*        pSignalSemaphoreInfos;
-} VkSubmitInfo2KHR;
+typedef VkAccessFlagBits2 VkAccessFlagBits2KHR;
 
-typedef struct VkPhysicalDeviceSynchronization2FeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           synchronization2;
-} VkPhysicalDeviceSynchronization2FeaturesKHR;
+typedef VkSubmitFlagBits VkSubmitFlagBitsKHR;
+
+typedef VkSubmitFlags VkSubmitFlagsKHR;
+
+typedef VkMemoryBarrier2 VkMemoryBarrier2KHR;
+
+typedef VkBufferMemoryBarrier2 VkBufferMemoryBarrier2KHR;
+
+typedef VkImageMemoryBarrier2 VkImageMemoryBarrier2KHR;
+
+typedef VkDependencyInfo VkDependencyInfoKHR;
+
+typedef VkSubmitInfo2 VkSubmitInfo2KHR;
+
+typedef VkSemaphoreSubmitInfo VkSemaphoreSubmitInfoKHR;
+
+typedef VkCommandBufferSubmitInfo VkCommandBufferSubmitInfoKHR;
+
+typedef VkPhysicalDeviceSynchronization2Features VkPhysicalDeviceSynchronization2FeaturesKHR;
 
 typedef struct VkQueueFamilyCheckpointProperties2NV {
     VkStructureType             sType;
@@ -8286,12 +9166,12 @@ typedef struct VkCheckpointData2NV {
     void*                       pCheckpointMarker;
 } VkCheckpointData2NV;
 
-typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfoKHR*                          pDependencyInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2KHR                            stageMask);
-typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2KHR)(VkCommandBuffer                   commandBuffer, uint32_t                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfoKHR*         pDependencyInfos);
-typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2KHR)(VkCommandBuffer                   commandBuffer, const VkDependencyInfoKHR*                                pDependencyInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2KHR)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2KHR                            stage, VkQueryPool                                         queryPool, uint32_t                                            query);
-typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue                           queue, uint32_t                            submitCount, const VkSubmitInfo2KHR*           pSubmits, VkFence           fence);
+typedef void (VKAPI_PTR *PFN_vkCmdSetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResetEvent2KHR)(VkCommandBuffer                   commandBuffer, VkEvent                                             event, VkPipelineStageFlags2                               stageMask);
+typedef void (VKAPI_PTR *PFN_vkCmdWaitEvents2KHR)(VkCommandBuffer                   commandBuffer, uint32_t                                            eventCount, const VkEvent*                     pEvents, const VkDependencyInfo*            pDependencyInfos);
+typedef void (VKAPI_PTR *PFN_vkCmdPipelineBarrier2KHR)(VkCommandBuffer                   commandBuffer, const VkDependencyInfo*                             pDependencyInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdWriteTimestamp2KHR)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2                               stage, VkQueryPool                                         queryPool, uint32_t                                            query);
+typedef VkResult (VKAPI_PTR *PFN_vkQueueSubmit2KHR)(VkQueue                           queue, uint32_t                            submitCount, const VkSubmitInfo2*              pSubmits, VkFence           fence);
 typedef void (VKAPI_PTR *PFN_vkCmdWriteBufferMarker2AMD)(VkCommandBuffer                   commandBuffer, VkPipelineStageFlags2KHR                            stage, VkBuffer                                            dstBuffer, VkDeviceSize                                        dstOffset, uint32_t                                            marker);
 typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointData2NV)(VkQueue queue, uint32_t* pCheckpointDataCount, VkCheckpointData2NV* pCheckpointData);
 
@@ -8299,33 +9179,33 @@ typedef void (VKAPI_PTR *PFN_vkGetQueueCheckpointData2NV)(VkQueue queue, uint32_
 VKAPI_ATTR void VKAPI_CALL vkCmdSetEvent2KHR(
     VkCommandBuffer                             commandBuffer,
     VkEvent                                     event,
-    const VkDependencyInfoKHR*                  pDependencyInfo);
+    const VkDependencyInfo*                     pDependencyInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdResetEvent2KHR(
     VkCommandBuffer                             commandBuffer,
     VkEvent                                     event,
-    VkPipelineStageFlags2KHR                    stageMask);
+    VkPipelineStageFlags2                       stageMask);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWaitEvents2KHR(
     VkCommandBuffer                             commandBuffer,
     uint32_t                                    eventCount,
     const VkEvent*                              pEvents,
-    const VkDependencyInfoKHR*                  pDependencyInfos);
+    const VkDependencyInfo*                     pDependencyInfos);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdPipelineBarrier2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkDependencyInfoKHR*                  pDependencyInfo);
+    const VkDependencyInfo*                     pDependencyInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWriteTimestamp2KHR(
     VkCommandBuffer                             commandBuffer,
-    VkPipelineStageFlags2KHR                    stage,
+    VkPipelineStageFlags2                       stage,
     VkQueryPool                                 queryPool,
     uint32_t                                    query);
 
 VKAPI_ATTR VkResult VKAPI_CALL vkQueueSubmit2KHR(
     VkQueue                                     queue,
     uint32_t                                    submitCount,
-    const VkSubmitInfo2KHR*                     pSubmits,
+    const VkSubmitInfo2*                        pSubmits,
     VkFence                                     fence);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdWriteBufferMarker2AMD(
@@ -8356,11 +9236,7 @@ typedef struct VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR {
 #define VK_KHR_zero_initialize_workgroup_memory 1
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_SPEC_VERSION 1
 #define VK_KHR_ZERO_INITIALIZE_WORKGROUP_MEMORY_EXTENSION_NAME "VK_KHR_zero_initialize_workgroup_memory"
-typedef struct VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderZeroInitializeWorkgroupMemory;
-} VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR;
+typedef VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeatures VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR;
 
 
 
@@ -8381,255 +9257,102 @@ typedef struct VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR {
 #define VK_KHR_copy_commands2 1
 #define VK_KHR_COPY_COMMANDS_2_SPEC_VERSION 1
 #define VK_KHR_COPY_COMMANDS_2_EXTENSION_NAME "VK_KHR_copy_commands2"
-typedef struct VkBufferCopy2KHR {
-    VkStructureType    sType;
-    const void*        pNext;
-    VkDeviceSize       srcOffset;
-    VkDeviceSize       dstOffset;
-    VkDeviceSize       size;
-} VkBufferCopy2KHR;
+typedef VkCopyBufferInfo2 VkCopyBufferInfo2KHR;
 
-typedef struct VkCopyBufferInfo2KHR {
-    VkStructureType            sType;
-    const void*                pNext;
-    VkBuffer                   srcBuffer;
-    VkBuffer                   dstBuffer;
-    uint32_t                   regionCount;
-    const VkBufferCopy2KHR*    pRegions;
-} VkCopyBufferInfo2KHR;
+typedef VkCopyImageInfo2 VkCopyImageInfo2KHR;
 
-typedef struct VkImageCopy2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffset;
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffset;
-    VkExtent3D                  extent;
-} VkImageCopy2KHR;
+typedef VkCopyBufferToImageInfo2 VkCopyBufferToImageInfo2KHR;
 
-typedef struct VkCopyImageInfo2KHR {
-    VkStructureType           sType;
-    const void*               pNext;
-    VkImage                   srcImage;
-    VkImageLayout             srcImageLayout;
-    VkImage                   dstImage;
-    VkImageLayout             dstImageLayout;
-    uint32_t                  regionCount;
-    const VkImageCopy2KHR*    pRegions;
-} VkCopyImageInfo2KHR;
+typedef VkCopyImageToBufferInfo2 VkCopyImageToBufferInfo2KHR;
 
-typedef struct VkBufferImageCopy2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkDeviceSize                bufferOffset;
-    uint32_t                    bufferRowLength;
-    uint32_t                    bufferImageHeight;
-    VkImageSubresourceLayers    imageSubresource;
-    VkOffset3D                  imageOffset;
-    VkExtent3D                  imageExtent;
-} VkBufferImageCopy2KHR;
+typedef VkBlitImageInfo2 VkBlitImageInfo2KHR;
 
-typedef struct VkCopyBufferToImageInfo2KHR {
-    VkStructureType                 sType;
-    const void*                     pNext;
-    VkBuffer                        srcBuffer;
-    VkImage                         dstImage;
-    VkImageLayout                   dstImageLayout;
-    uint32_t                        regionCount;
-    const VkBufferImageCopy2KHR*    pRegions;
-} VkCopyBufferToImageInfo2KHR;
-
-typedef struct VkCopyImageToBufferInfo2KHR {
-    VkStructureType                 sType;
-    const void*                     pNext;
-    VkImage                         srcImage;
-    VkImageLayout                   srcImageLayout;
-    VkBuffer                        dstBuffer;
-    uint32_t                        regionCount;
-    const VkBufferImageCopy2KHR*    pRegions;
-} VkCopyImageToBufferInfo2KHR;
-
-typedef struct VkImageBlit2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffsets[2];
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffsets[2];
-} VkImageBlit2KHR;
+typedef VkResolveImageInfo2 VkResolveImageInfo2KHR;
 
-typedef struct VkBlitImageInfo2KHR {
-    VkStructureType           sType;
-    const void*               pNext;
-    VkImage                   srcImage;
-    VkImageLayout             srcImageLayout;
-    VkImage                   dstImage;
-    VkImageLayout             dstImageLayout;
-    uint32_t                  regionCount;
-    const VkImageBlit2KHR*    pRegions;
-    VkFilter                  filter;
-} VkBlitImageInfo2KHR;
+typedef VkBufferCopy2 VkBufferCopy2KHR;
 
-typedef struct VkImageResolve2KHR {
-    VkStructureType             sType;
-    const void*                 pNext;
-    VkImageSubresourceLayers    srcSubresource;
-    VkOffset3D                  srcOffset;
-    VkImageSubresourceLayers    dstSubresource;
-    VkOffset3D                  dstOffset;
-    VkExtent3D                  extent;
-} VkImageResolve2KHR;
+typedef VkImageCopy2 VkImageCopy2KHR;
 
-typedef struct VkResolveImageInfo2KHR {
-    VkStructureType              sType;
-    const void*                  pNext;
-    VkImage                      srcImage;
-    VkImageLayout                srcImageLayout;
-    VkImage                      dstImage;
-    VkImageLayout                dstImageLayout;
-    uint32_t                     regionCount;
-    const VkImageResolve2KHR*    pRegions;
-} VkResolveImageInfo2KHR;
+typedef VkImageBlit2 VkImageBlit2KHR;
+
+typedef VkBufferImageCopy2 VkBufferImageCopy2KHR;
+
+typedef VkImageResolve2 VkImageResolve2KHR;
 
-typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2KHR* pCopyBufferInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2KHR* pCopyImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2KHR* pCopyBufferToImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2KHR* pCopyImageToBufferInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2KHR)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2KHR* pBlitImageInfo);
-typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2KHR)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2KHR* pResolveImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferInfo2* pCopyBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageInfo2* pCopyImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyBufferToImage2KHR)(VkCommandBuffer commandBuffer, const VkCopyBufferToImageInfo2* pCopyBufferToImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdCopyImageToBuffer2KHR)(VkCommandBuffer commandBuffer, const VkCopyImageToBufferInfo2* pCopyImageToBufferInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdBlitImage2KHR)(VkCommandBuffer commandBuffer, const VkBlitImageInfo2* pBlitImageInfo);
+typedef void (VKAPI_PTR *PFN_vkCmdResolveImage2KHR)(VkCommandBuffer commandBuffer, const VkResolveImageInfo2* pResolveImageInfo);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyBuffer2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyBufferInfo2KHR*                 pCopyBufferInfo);
+    const VkCopyBufferInfo2*                    pCopyBufferInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyImageInfo2KHR*                  pCopyImageInfo);
+    const VkCopyImageInfo2*                     pCopyImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyBufferToImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyBufferToImageInfo2KHR*          pCopyBufferToImageInfo);
+    const VkCopyBufferToImageInfo2*             pCopyBufferToImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdCopyImageToBuffer2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkCopyImageToBufferInfo2KHR*          pCopyImageToBufferInfo);
+    const VkCopyImageToBufferInfo2*             pCopyImageToBufferInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdBlitImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkBlitImageInfo2KHR*                  pBlitImageInfo);
+    const VkBlitImageInfo2*                     pBlitImageInfo);
 
 VKAPI_ATTR void VKAPI_CALL vkCmdResolveImage2KHR(
     VkCommandBuffer                             commandBuffer,
-    const VkResolveImageInfo2KHR*               pResolveImageInfo);
+    const VkResolveImageInfo2*                  pResolveImageInfo);
 #endif
 
 
 #define VK_KHR_format_feature_flags2 1
-#define VK_KHR_FORMAT_FEATURE_FLAGS_2_SPEC_VERSION 1
-#define VK_KHR_FORMAT_FEATURE_FLAGS_2_EXTENSION_NAME "VK_KHR_format_feature_flags2"
-typedef VkFlags64 VkFormatFeatureFlags2KHR;
-
-// Flag bits for VkFormatFeatureFlagBits2KHR
-typedef VkFlags64 VkFormatFeatureFlagBits2KHR;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT_KHR = 0x00000001ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT_KHR = 0x00000002ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_IMAGE_ATOMIC_BIT_KHR = 0x00000004ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_UNIFORM_TEXEL_BUFFER_BIT_KHR = 0x00000008ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_BIT_KHR = 0x00000010ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_TEXEL_BUFFER_ATOMIC_BIT_KHR = 0x00000020ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VERTEX_BUFFER_BIT_KHR = 0x00000040ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BIT_KHR = 0x00000080ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT_KHR = 0x00000100ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT_KHR = 0x00000200ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_SRC_BIT_KHR = 0x00000400ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_BLIT_DST_BIT_KHR = 0x00000800ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_BIT_KHR = 0x00001000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG = 0x00002000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_SRC_BIT_KHR = 0x00004000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_TRANSFER_DST_BIT_KHR = 0x00008000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_MINMAX_BIT_KHR = 0x00010000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_MIDPOINT_CHROMA_SAMPLES_BIT_KHR = 0x00020000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT_KHR = 0x00040000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT_KHR = 0x00080000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT_KHR = 0x00100000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT_KHR = 0x00200000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_DISJOINT_BIT_KHR = 0x00400000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_COSITED_CHROMA_SAMPLES_BIT_KHR = 0x00800000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_DENSITY_MAP_BIT_EXT = 0x01000000ULL;
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_OUTPUT_BIT_KHR = 0x02000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_DECODE_DPB_BIT_KHR = 0x04000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_INPUT_BIT_KHR = 0x08000000ULL;
-#endif
-#ifdef VK_ENABLE_BETA_EXTENSIONS
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_VIDEO_ENCODE_DPB_BIT_KHR = 0x10000000ULL;
-#endif
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_ACCELERATION_STRUCTURE_VERTEX_BUFFER_BIT_KHR = 0x20000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR = 0x40000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR = 0x80000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR = 0x100000000ULL;
-static const VkFormatFeatureFlagBits2KHR VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT_KHR = 0x200000000ULL;
-
-typedef struct VkFormatPropertiesExtendedKHR {
-       VkStructureType             sType;
-       void*                       pNext;
-       VkFormatFeatureFlags2KHR    linearTilingFeatures;
-       VkFormatFeatureFlags2KHR    optimalTilingFeatures;
-       VkFormatFeatureFlags2KHR    bufferFeatures;
-} VkFormatPropertiesExtendedKHR;
+#define VK_KHR_FORMAT_FEATURE_FLAGS2_SPEC_VERSION 1
+#define VK_KHR_FORMAT_FEATURE_FLAGS2_EXTENSION_NAME "VK_KHR_format_feature_flags2"
+typedef VkFormatFeatureFlags2 VkFormatFeatureFlags2KHR;
+
+typedef VkFormatFeatureFlagBits2 VkFormatFeatureFlagBits2KHR;
+
+typedef VkFormatProperties3 VkFormatProperties3KHR;
+
+
 
 #define VK_KHR_maintenance4 1
 #define VK_KHR_MAINTENANCE4_SPEC_VERSION  1
 #define VK_KHR_MAINTENANCE4_EXTENSION_NAME "VK_KHR_maintenance4"
-typedef struct VkPhysicalDeviceMaintenance4FeaturesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           maintenance4;
-} VkPhysicalDeviceMaintenance4FeaturesKHR;
+typedef VkPhysicalDeviceMaintenance4Features VkPhysicalDeviceMaintenance4FeaturesKHR;
 
-typedef struct VkPhysicalDeviceMaintenance4PropertiesKHR {
-    VkStructureType    sType;
-    void*              pNext;
-    VkDeviceSize       maxBufferSize;
-} VkPhysicalDeviceMaintenance4PropertiesKHR;
+typedef VkPhysicalDeviceMaintenance4Properties VkPhysicalDeviceMaintenance4PropertiesKHR;
 
-typedef struct VkDeviceBufferMemoryRequirementsKHR {
-    VkStructureType                       sType;
-    const void*                           pNext;
-    const VkBufferCreateInfo*             pCreateInfo;
-} VkDeviceBufferMemoryRequirementsKHR;
+typedef VkDeviceBufferMemoryRequirements VkDeviceBufferMemoryRequirementsKHR;
 
-typedef struct VkDeviceImageMemoryRequirementsKHR {
-    VkStructureType                       sType;
-    const void*                           pNext;
-    const VkImageCreateInfo*              pCreateInfo;
-    VkImageAspectFlagBits                 planeAspect;
-} VkDeviceImageMemoryRequirementsKHR;
+typedef VkDeviceImageMemoryRequirements VkDeviceImageMemoryRequirementsKHR;
 
-typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirementsKHR)(VkDevice device, const VkDeviceBufferMemoryRequirementsKHR *pInfo, VkMemoryRequirements2 *pMemoryRequirements);
-typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirementsKHR *pInfo, VkMemoryRequirements2 *pMemoryRequirements);
-typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirementsKHR *pInfo, uint32_t *pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2 *pSparseMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceBufferMemoryRequirementsKHR)(VkDevice device, const VkDeviceBufferMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, VkMemoryRequirements2* pMemoryRequirements);
+typedef void (VKAPI_PTR *PFN_vkGetDeviceImageSparseMemoryRequirementsKHR)(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo, uint32_t* pSparseMemoryRequirementCount, VkSparseImageMemoryRequirements2* pSparseMemoryRequirements);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceBufferMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceBufferMemoryRequirementsKHR* pInfo,
+    const VkDeviceBufferMemoryRequirements*     pInfo,
     VkMemoryRequirements2*                      pMemoryRequirements);
 
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceImageMemoryRequirementsKHR* pInfo,
+    const VkDeviceImageMemoryRequirements*      pInfo,
     VkMemoryRequirements2*                      pMemoryRequirements);
 
 VKAPI_ATTR void VKAPI_CALL vkGetDeviceImageSparseMemoryRequirementsKHR(
     VkDevice                                    device,
-    const VkDeviceImageMemoryRequirementsKHR* pInfo,
+    const VkDeviceImageMemoryRequirements*      pInfo,
     uint32_t*                                   pSparseMemoryRequirementCount,
     VkSparseImageMemoryRequirements2*           pSparseMemoryRequirements);
 #endif
@@ -9264,11 +9987,7 @@ typedef struct VkValidationFlagsEXT {
 #define VK_EXT_texture_compression_astc_hdr 1
 #define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_SPEC_VERSION 1
 #define VK_EXT_TEXTURE_COMPRESSION_ASTC_HDR_EXTENSION_NAME "VK_EXT_texture_compression_astc_hdr"
-typedef struct VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           textureCompressionASTC_HDR;
-} VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT;
+typedef VkPhysicalDeviceTextureCompressionASTCHDRFeatures VkPhysicalDeviceTextureCompressionASTCHDRFeaturesEXT;
 
 
 
@@ -9894,35 +10613,13 @@ typedef VkPhysicalDeviceSamplerFilterMinmaxProperties VkPhysicalDeviceSamplerFil
 #define VK_EXT_inline_uniform_block 1
 #define VK_EXT_INLINE_UNIFORM_BLOCK_SPEC_VERSION 1
 #define VK_EXT_INLINE_UNIFORM_BLOCK_EXTENSION_NAME "VK_EXT_inline_uniform_block"
-typedef struct VkPhysicalDeviceInlineUniformBlockFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           inlineUniformBlock;
-    VkBool32           descriptorBindingInlineUniformBlockUpdateAfterBind;
-} VkPhysicalDeviceInlineUniformBlockFeaturesEXT;
+typedef VkPhysicalDeviceInlineUniformBlockFeatures VkPhysicalDeviceInlineUniformBlockFeaturesEXT;
 
-typedef struct VkPhysicalDeviceInlineUniformBlockPropertiesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    uint32_t           maxInlineUniformBlockSize;
-    uint32_t           maxPerStageDescriptorInlineUniformBlocks;
-    uint32_t           maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
-    uint32_t           maxDescriptorSetInlineUniformBlocks;
-    uint32_t           maxDescriptorSetUpdateAfterBindInlineUniformBlocks;
-} VkPhysicalDeviceInlineUniformBlockPropertiesEXT;
+typedef VkPhysicalDeviceInlineUniformBlockProperties VkPhysicalDeviceInlineUniformBlockPropertiesEXT;
 
-typedef struct VkWriteDescriptorSetInlineUniformBlockEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    uint32_t           dataSize;
-    const void*        pData;
-} VkWriteDescriptorSetInlineUniformBlockEXT;
+typedef VkWriteDescriptorSetInlineUniformBlock VkWriteDescriptorSetInlineUniformBlockEXT;
 
-typedef struct VkDescriptorPoolInlineUniformBlockCreateInfoEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    uint32_t           maxInlineUniformBlockBindings;
-} VkDescriptorPoolInlineUniformBlockCreateInfoEXT;
+typedef VkDescriptorPoolInlineUniformBlockCreateInfo VkDescriptorPoolInlineUniformBlockCreateInfoEXT;
 
 
 
@@ -10154,6 +10851,19 @@ typedef struct VkImageDrmFormatModifierPropertiesEXT {
     uint64_t           drmFormatModifier;
 } VkImageDrmFormatModifierPropertiesEXT;
 
+typedef struct VkDrmFormatModifierProperties2EXT {
+    uint64_t                    drmFormatModifier;
+    uint32_t                    drmFormatModifierPlaneCount;
+    VkFormatFeatureFlags2KHR    drmFormatModifierTilingFeatures;
+} VkDrmFormatModifierProperties2EXT;
+
+typedef struct VkDrmFormatModifierPropertiesList2EXT {
+    VkStructureType                       sType;
+    void*                                 pNext;
+    uint32_t                              drmFormatModifierCount;
+    VkDrmFormatModifierProperties2EXT*    pDrmFormatModifierProperties;
+} VkDrmFormatModifierPropertiesList2EXT;
+
 typedef VkResult (VKAPI_PTR *PFN_vkGetImageDrmFormatModifierPropertiesEXT)(VkDevice device, VkImage image, VkImageDrmFormatModifierPropertiesEXT* pProperties);
 
 #ifndef VK_NO_PROTOTYPES
@@ -10945,26 +11655,13 @@ typedef struct VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT {
 #define VK_EXT_pipeline_creation_feedback 1
 #define VK_EXT_PIPELINE_CREATION_FEEDBACK_SPEC_VERSION 1
 #define VK_EXT_PIPELINE_CREATION_FEEDBACK_EXTENSION_NAME "VK_EXT_pipeline_creation_feedback"
+typedef VkPipelineCreationFeedbackFlagBits VkPipelineCreationFeedbackFlagBitsEXT;
 
-typedef enum VkPipelineCreationFeedbackFlagBitsEXT {
-    VK_PIPELINE_CREATION_FEEDBACK_VALID_BIT_EXT = 0x00000001,
-    VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT = 0x00000002,
-    VK_PIPELINE_CREATION_FEEDBACK_BASE_PIPELINE_ACCELERATION_BIT_EXT = 0x00000004,
-    VK_PIPELINE_CREATION_FEEDBACK_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkPipelineCreationFeedbackFlagBitsEXT;
-typedef VkFlags VkPipelineCreationFeedbackFlagsEXT;
-typedef struct VkPipelineCreationFeedbackEXT {
-    VkPipelineCreationFeedbackFlagsEXT    flags;
-    uint64_t                              duration;
-} VkPipelineCreationFeedbackEXT;
-
-typedef struct VkPipelineCreationFeedbackCreateInfoEXT {
-    VkStructureType                   sType;
-    const void*                       pNext;
-    VkPipelineCreationFeedbackEXT*    pPipelineCreationFeedback;
-    uint32_t                          pipelineStageCreationFeedbackCount;
-    VkPipelineCreationFeedbackEXT*    pPipelineStageCreationFeedbacks;
-} VkPipelineCreationFeedbackCreateInfoEXT;
+typedef VkPipelineCreationFeedbackFlags VkPipelineCreationFeedbackFlagsEXT;
+
+typedef VkPipelineCreationFeedbackCreateInfo VkPipelineCreationFeedbackCreateInfoEXT;
+
+typedef VkPipelineCreationFeedback VkPipelineCreationFeedbackEXT;
 
 
 
@@ -11361,27 +12058,11 @@ typedef VkPhysicalDeviceScalarBlockLayoutFeatures VkPhysicalDeviceScalarBlockLay
 #define VK_EXT_subgroup_size_control 1
 #define VK_EXT_SUBGROUP_SIZE_CONTROL_SPEC_VERSION 2
 #define VK_EXT_SUBGROUP_SIZE_CONTROL_EXTENSION_NAME "VK_EXT_subgroup_size_control"
-typedef struct VkPhysicalDeviceSubgroupSizeControlFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           subgroupSizeControl;
-    VkBool32           computeFullSubgroups;
-} VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
+typedef VkPhysicalDeviceSubgroupSizeControlFeatures VkPhysicalDeviceSubgroupSizeControlFeaturesEXT;
 
-typedef struct VkPhysicalDeviceSubgroupSizeControlPropertiesEXT {
-    VkStructureType       sType;
-    void*                 pNext;
-    uint32_t              minSubgroupSize;
-    uint32_t              maxSubgroupSize;
-    uint32_t              maxComputeWorkgroupSubgroups;
-    VkShaderStageFlags    requiredSubgroupSizeStages;
-} VkPhysicalDeviceSubgroupSizeControlPropertiesEXT;
+typedef VkPhysicalDeviceSubgroupSizeControlProperties VkPhysicalDeviceSubgroupSizeControlPropertiesEXT;
 
-typedef struct VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    uint32_t           requiredSubgroupSize;
-} VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
+typedef VkPipelineShaderStageRequiredSubgroupSizeCreateInfo VkPipelineShaderStageRequiredSubgroupSizeCreateInfoEXT;
 
 
 
@@ -11498,35 +12179,19 @@ VKAPI_ATTR VkDeviceAddress VKAPI_CALL vkGetBufferDeviceAddressEXT(
 #define VK_EXT_tooling_info 1
 #define VK_EXT_TOOLING_INFO_SPEC_VERSION  1
 #define VK_EXT_TOOLING_INFO_EXTENSION_NAME "VK_EXT_tooling_info"
+typedef VkToolPurposeFlagBits VkToolPurposeFlagBitsEXT;
 
-typedef enum VkToolPurposeFlagBitsEXT {
-    VK_TOOL_PURPOSE_VALIDATION_BIT_EXT = 0x00000001,
-    VK_TOOL_PURPOSE_PROFILING_BIT_EXT = 0x00000002,
-    VK_TOOL_PURPOSE_TRACING_BIT_EXT = 0x00000004,
-    VK_TOOL_PURPOSE_ADDITIONAL_FEATURES_BIT_EXT = 0x00000008,
-    VK_TOOL_PURPOSE_MODIFYING_FEATURES_BIT_EXT = 0x00000010,
-    VK_TOOL_PURPOSE_DEBUG_REPORTING_BIT_EXT = 0x00000020,
-    VK_TOOL_PURPOSE_DEBUG_MARKERS_BIT_EXT = 0x00000040,
-    VK_TOOL_PURPOSE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkToolPurposeFlagBitsEXT;
-typedef VkFlags VkToolPurposeFlagsEXT;
-typedef struct VkPhysicalDeviceToolPropertiesEXT {
-    VkStructureType          sType;
-    void*                    pNext;
-    char                     name[VK_MAX_EXTENSION_NAME_SIZE];
-    char                     version[VK_MAX_EXTENSION_NAME_SIZE];
-    VkToolPurposeFlagsEXT    purposes;
-    char                     description[VK_MAX_DESCRIPTION_SIZE];
-    char                     layer[VK_MAX_EXTENSION_NAME_SIZE];
-} VkPhysicalDeviceToolPropertiesEXT;
+typedef VkToolPurposeFlags VkToolPurposeFlagsEXT;
+
+typedef VkPhysicalDeviceToolProperties VkPhysicalDeviceToolPropertiesEXT;
 
-typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolPropertiesEXT)(VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolPropertiesEXT* pToolProperties);
+typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceToolPropertiesEXT)(VkPhysicalDevice physicalDevice, uint32_t* pToolCount, VkPhysicalDeviceToolProperties* pToolProperties);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceToolPropertiesEXT(
     VkPhysicalDevice                            physicalDevice,
     uint32_t*                                   pToolCount,
-    VkPhysicalDeviceToolPropertiesEXT*          pToolProperties);
+    VkPhysicalDeviceToolProperties*             pToolProperties);
 #endif
 
 
@@ -11957,11 +12622,7 @@ typedef struct VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT {
 #define VK_EXT_shader_demote_to_helper_invocation 1
 #define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_SPEC_VERSION 1
 #define VK_EXT_SHADER_DEMOTE_TO_HELPER_INVOCATION_EXTENSION_NAME "VK_EXT_shader_demote_to_helper_invocation"
-typedef struct VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           shaderDemoteToHelperInvocation;
-} VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT;
+typedef VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT;
 
 
 
@@ -12183,14 +12844,7 @@ typedef struct VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT {
     VkBool32           texelBufferAlignment;
 } VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT;
 
-typedef struct VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkDeviceSize       storageTexelBufferOffsetAlignmentBytes;
-    VkBool32           storageTexelBufferOffsetSingleTexelAlignment;
-    VkDeviceSize       uniformTexelBufferOffsetAlignmentBytes;
-    VkBool32           uniformTexelBufferOffsetSingleTexelAlignment;
-} VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT;
+typedef VkPhysicalDeviceTexelBufferAlignmentProperties VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT;
 
 
 
@@ -12328,61 +12982,49 @@ typedef struct VkPhysicalDeviceCustomBorderColorFeaturesEXT {
 
 
 #define VK_EXT_private_data 1
-VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkPrivateDataSlotEXT)
+typedef VkPrivateDataSlot VkPrivateDataSlotEXT;
+
 #define VK_EXT_PRIVATE_DATA_SPEC_VERSION  1
 #define VK_EXT_PRIVATE_DATA_EXTENSION_NAME "VK_EXT_private_data"
+typedef VkPrivateDataSlotCreateFlags VkPrivateDataSlotCreateFlagsEXT;
 
-typedef enum VkPrivateDataSlotCreateFlagBitsEXT {
-    VK_PRIVATE_DATA_SLOT_CREATE_FLAG_BITS_MAX_ENUM_EXT = 0x7FFFFFFF
-} VkPrivateDataSlotCreateFlagBitsEXT;
-typedef VkFlags VkPrivateDataSlotCreateFlagsEXT;
-typedef struct VkPhysicalDevicePrivateDataFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           privateData;
-} VkPhysicalDevicePrivateDataFeaturesEXT;
+typedef VkPrivateDataSlotCreateFlagBits VkPrivateDataSlotCreateFlagBitsEXT;
 
-typedef struct VkDevicePrivateDataCreateInfoEXT {
-    VkStructureType    sType;
-    const void*        pNext;
-    uint32_t           privateDataSlotRequestCount;
-} VkDevicePrivateDataCreateInfoEXT;
+typedef VkPhysicalDevicePrivateDataFeatures VkPhysicalDevicePrivateDataFeaturesEXT;
 
-typedef struct VkPrivateDataSlotCreateInfoEXT {
-    VkStructureType                    sType;
-    const void*                        pNext;
-    VkPrivateDataSlotCreateFlagsEXT    flags;
-} VkPrivateDataSlotCreateInfoEXT;
+typedef VkDevicePrivateDataCreateInfo VkDevicePrivateDataCreateInfoEXT;
 
-typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlotEXT* pPrivateDataSlot);
-typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlotEXT)(VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAllocationCallbacks* pAllocator);
-typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t data);
-typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlotEXT privateDataSlot, uint64_t* pData);
+typedef VkPrivateDataSlotCreateInfo VkPrivateDataSlotCreateInfoEXT;
+
+typedef VkResult (VKAPI_PTR *PFN_vkCreatePrivateDataSlotEXT)(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPrivateDataSlot* pPrivateDataSlot);
+typedef void (VKAPI_PTR *PFN_vkDestroyPrivateDataSlotEXT)(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationCallbacks* pAllocator);
+typedef VkResult (VKAPI_PTR *PFN_vkSetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t data);
+typedef void (VKAPI_PTR *PFN_vkGetPrivateDataEXT)(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataSlot privateDataSlot, uint64_t* pData);
 
 #ifndef VK_NO_PROTOTYPES
 VKAPI_ATTR VkResult VKAPI_CALL vkCreatePrivateDataSlotEXT(
     VkDevice                                    device,
-    const VkPrivateDataSlotCreateInfoEXT*       pCreateInfo,
+    const VkPrivateDataSlotCreateInfo*          pCreateInfo,
     const VkAllocationCallbacks*                pAllocator,
-    VkPrivateDataSlotEXT*                       pPrivateDataSlot);
+    VkPrivateDataSlot*                          pPrivateDataSlot);
 
 VKAPI_ATTR void VKAPI_CALL vkDestroyPrivateDataSlotEXT(
     VkDevice                                    device,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     const VkAllocationCallbacks*                pAllocator);
 
 VKAPI_ATTR VkResult VKAPI_CALL vkSetPrivateDataEXT(
     VkDevice                                    device,
     VkObjectType                                objectType,
     uint64_t                                    objectHandle,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     uint64_t                                    data);
 
 VKAPI_ATTR void VKAPI_CALL vkGetPrivateDataEXT(
     VkDevice                                    device,
     VkObjectType                                objectType,
     uint64_t                                    objectHandle,
-    VkPrivateDataSlotEXT                        privateDataSlot,
+    VkPrivateDataSlot                           privateDataSlot,
     uint64_t*                                   pData);
 #endif
 
@@ -12390,11 +13032,7 @@ VKAPI_ATTR void VKAPI_CALL vkGetPrivateDataEXT(
 #define VK_EXT_pipeline_creation_cache_control 1
 #define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_SPEC_VERSION 3
 #define VK_EXT_PIPELINE_CREATION_CACHE_CONTROL_EXTENSION_NAME "VK_EXT_pipeline_creation_cache_control"
-typedef struct VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           pipelineCreationCacheControl;
-} VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT;
+typedef VkPhysicalDevicePipelineCreationCacheControlFeatures VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT;
 
 
 
@@ -12620,11 +13258,7 @@ typedef struct VkCopyCommandTransformInfoQCOM {
 #define VK_EXT_image_robustness 1
 #define VK_EXT_IMAGE_ROBUSTNESS_SPEC_VERSION 1
 #define VK_EXT_IMAGE_ROBUSTNESS_EXTENSION_NAME "VK_EXT_image_robustness"
-typedef struct VkPhysicalDeviceImageRobustnessFeaturesEXT {
-    VkStructureType    sType;
-    void*              pNext;
-    VkBool32           robustImageAccess;
-} VkPhysicalDeviceImageRobustnessFeaturesEXT;
+typedef VkPhysicalDeviceImageRobustnessFeatures VkPhysicalDeviceImageRobustnessFeaturesEXT;
 
 
 
@@ -12736,6 +13370,18 @@ typedef struct VkPhysicalDeviceDrmPropertiesEXT {
 
 
 
+#define VK_EXT_primitive_topology_list_restart 1
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_SPEC_VERSION 1
+#define VK_EXT_PRIMITIVE_TOPOLOGY_LIST_RESTART_EXTENSION_NAME "VK_EXT_primitive_topology_list_restart"
+typedef struct VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           primitiveTopologyListRestart;
+    VkBool32           primitiveTopologyPatchListRestart;
+} VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT;
+
+
+
 #define VK_HUAWEI_subpass_shading 1
 #define VK_HUAWEI_SUBPASS_SHADING_SPEC_VERSION 2
 #define VK_HUAWEI_SUBPASS_SHADING_EXTENSION_NAME "VK_HUAWEI_subpass_shading"
@@ -12957,6 +13603,25 @@ VKAPI_ATTR void VKAPI_CALL vkCmdDrawMultiIndexedEXT(
 #define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME "VK_EXT_load_store_op_none"
 
 
+#define VK_EXT_pageable_device_local_memory 1
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
+#define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory"
+typedef struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           pageableDeviceLocalMemory;
+} VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT;
+
+typedef void (VKAPI_PTR *PFN_vkSetDeviceMemoryPriorityEXT)(VkDevice       device, VkDeviceMemory memory, float          priority);
+
+#ifndef VK_NO_PROTOTYPES
+VKAPI_ATTR void VKAPI_CALL vkSetDeviceMemoryPriorityEXT(
+    VkDevice                                    device,
+    VkDeviceMemory                              memory,
+    float                                       priority);
+#endif
+
+
 #define VK_KHR_acceleration_structure 1
 VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkAccelerationStructureKHR)
 #define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 12